🧹 chore: bump version

This commit is contained in:
saltyaom
2025-05-05 21:48:12 +07:00
parent e7d5215f43
commit 604db87098
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
"typescript": "^5.5.3",
},
"peerDependencies": {
"elysia": ">= 1.3.0-exp.71",
"elysia": ">= 1.3.0",
},
},
},

View File

@@ -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",