mirror of
https://github.com/zoriya/elysia-swagger.git
synced 2025-12-06 00:36:10 +00:00
🧹 chore: bump version
This commit is contained in:
2
bun.lock
2
bun.lock
@@ -18,7 +18,7 @@
|
||||
"typescript": "^5.5.3",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"elysia": ">= 1.3.0-exp.71",
|
||||
"elysia": ">= 1.3.0",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@elysiajs/swagger",
|
||||
"version": "1.3.0-exp.1",
|
||||
"version": "1.3.0",
|
||||
"description": "Plugin for Elysia to auto-generate Swagger page",
|
||||
"author": {
|
||||
"name": "saltyAom",
|
||||
@@ -57,7 +57,7 @@
|
||||
"release": "npm run build && npm run test && npm publish --access public"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"elysia": ">= 1.3.0-exp.71"
|
||||
"elysia": ">= 1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "^10.1.0",
|
||||
@@ -73,4 +73,4 @@
|
||||
"openapi-types": "^12.1.3",
|
||||
"pathe": "^1.1.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user