We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e59cb commit d84dc8cCopy full SHA for d84dc8c
bun.lockb
-35 Bytes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/swagger",
3
- "version": "0.8.0-rc.0",
+ "version": "0.8.0",
4
"description": "Plugin for Elysia to auto-generate Swagger page",
5
"author": {
6
"name": "saltyAom",
@@ -35,13 +35,13 @@
35
"release": "npm run build && npm run test && npm publish --access public"
36
},
37
"peerDependencies": {
38
- "elysia": ">= 0.8.0-rc.0"
+ "elysia": ">= 0.8.0"
39
40
"devDependencies": {
41
"@apidevtools/swagger-parser": "^10.1.0",
42
"@types/node": "^20.1.4",
43
"bun-types": "^0.7.0",
44
- "elysia": "0.8.0-rc.0",
+ "elysia": "0.8.0",
45
"eslint": "^8.40.0",
46
"rimraf": "4.3",
47
"typescript": "^5.0.4"
@@ -52,4 +52,4 @@
52
"lodash.clonedeep": "^4.5.0",
53
"openapi-types": "^12.1.3"
54
}
55
-}
+}
0 commit comments