diff --git a/bun.lock b/bun.lock index 55b068d..95ca0d9 100644 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "typescript": "^5.5.3", }, "peerDependencies": { - "elysia": ">= 1.3.0-exp.71", + "elysia": ">= 1.3.0", }, }, }, diff --git a/package.json b/package.json index 381b344..de1a9ad 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file