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 e7d5215 commit 604db87Copy full SHA for 604db87
bun.lock
@@ -18,7 +18,7 @@
18
"typescript": "^5.5.3",
19
},
20
"peerDependencies": {
21
- "elysia": ">= 1.3.0-exp.71",
+ "elysia": ">= 1.3.0",
22
23
24
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/swagger",
3
- "version": "1.3.0-exp.1",
+ "version": "1.3.0",
4
"description": "Plugin for Elysia to auto-generate Swagger page",
5
"author": {
6
"name": "saltyAom",
@@ -57,7 +57,7 @@
57
"release": "npm run build && npm run test && npm publish --access public"
58
59
60
- "elysia": ">= 1.3.0-exp.71"
+ "elysia": ">= 1.3.0"
61
62
"devDependencies": {
63
"@apidevtools/swagger-parser": "^10.1.0",
@@ -73,4 +73,4 @@
73
"openapi-types": "^12.1.3",
74
"pathe": "^1.1.2"
75
}
76
-}
+}
0 commit comments