Skip to content

Commit

Permalink
chore: version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Nov 7, 2024
1 parent 4c64c85 commit c5746c1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@danet/swagger",
"version": "2.1.5",
"version": "2.2.0",
"exports": {
".":"./mod.ts",
"./decorators": "./decorators.ts"
Expand Down Expand Up @@ -47,7 +47,7 @@
"@std/path": "jsr:@std/[email protected]",
"@std/assert": "jsr:@std/[email protected]",
"@danet/core": "jsr:@danet/core@2",
"@danet/zod": "../danet-zod/decorators.ts",
"@danet/zod": "jsr:@danet/[email protected]",
"zod": "npm:[email protected]",
"zod-openapi": "npm:@anatine/zod-openapi"
}
Expand Down
28 changes: 25 additions & 3 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5746c1

Please sign in to comment.