@sdk-it/hono 0.12.11 → 0.13.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -197,7 +197,7 @@ node --experimental-strip-types ./openapi.ts
197
197
  npx tsx ./openapi.ts
198
198
 
199
199
  # using bun
200
- node --experimental-strip-types ./openapi.ts
200
+ bun ./openapi.ts
201
201
  ```
202
202
 
203
203
  > [!TIP]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdk-it/hono",
3
- "version": "0.12.11",
3
+ "version": "0.13.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "!**/*.tsbuildinfo"
27
27
  ],
28
28
  "dependencies": {
29
- "@sdk-it/core": "0.12.11",
29
+ "@sdk-it/core": "0.13.0",
30
30
  "hono": "^4.7.4",
31
31
  "typescript": "^5.7.2",
32
32
  "zod": "^3.24.2"