-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs(readme): add quick start to install CLI * feat: handle zod schema for Body and Query. Need to do `ReturnedSchema` * feat: handle ReturnedSchema * chore: version to 2.2.0 * ci: publish action run on main push * fix: import from jsr not local
- Loading branch information
1 parent
4f6dce7
commit 5925f5e
Showing
6 changed files
with
383 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"compilerOptions": { | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true | ||
"experimentalDecorators": true | ||
}, | ||
"tasks": { | ||
"test": "deno test --unstable spec --allow-env --allow-read --allow-net", | ||
|
@@ -46,6 +46,9 @@ | |
"path_to_regexp": "npm:[email protected]", | ||
"@std/path": "jsr:@std/[email protected]", | ||
"@std/assert": "jsr:@std/[email protected]", | ||
"@danet/core": "jsr:@danet/core@2" | ||
"@danet/core": "jsr:@danet/core@2", | ||
"@danet/zod": "jsr:@danet/[email protected]", | ||
"zod": "npm:[email protected]", | ||
"zod-openapi": "npm:@anatine/zod-openapi" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.