@hedystia/swagger 1.2.6 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/readme.md +3 -1
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hedystia/swagger",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"devDependencies": {
|
|
5
5
|
"@types/bun": "latest",
|
|
6
6
|
"tsup": "^8.3.5"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
10
|
-
"hedystia": "^1.2.
|
|
10
|
+
"hedystia": "^1.2.8",
|
|
11
11
|
"openapi-types": "^12.1.3"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
package/readme.md
CHANGED
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
|
|
22
22
|
## 🌟 Superpowers
|
|
23
23
|
|
|
24
|
+
- 🌐 **Multi-runtime support** - Bun (default), Deno, Node.js, Vercel, Cloudflare Workers, Fastly Compute, Lambda, etc.
|
|
24
25
|
- 🔒 **End-to-end type safety** - From params to response, full TypeScript integration
|
|
25
|
-
- ⚡ **Bun-native performance** - Built for Bun runtime with
|
|
26
|
+
- ⚡ **Bun-native performance** - Built for Bun runtime with native validation
|
|
26
27
|
- 🧩 **Client integration** - Auto-generated type-safe HTTP client
|
|
27
28
|
- 🛡️ **Validation built-in** - Zod integration for runtime safety
|
|
28
29
|
- 🔌 **Extensible architecture** - Middleware, hooks and macros system
|
|
@@ -131,6 +132,7 @@ app.use("/swagger", swaggerPlugin.plugin).listen(3000);
|
|
|
131
132
|
- ✅ Router Groups & Middleware
|
|
132
133
|
- ✅ Type-safe Client Generation
|
|
133
134
|
- ✅ WebSocket Support
|
|
135
|
+
- ✅ Adapter System to work with other frameworks
|
|
134
136
|
|
|
135
137
|
### Advanced Capabilities
|
|
136
138
|
- ✅ Standard Schema Compatibility
|