@hey-api/openapi-ts 0.63.0 → 0.63.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.63.0",
3
+ "version": "0.63.2",
4
4
  "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {
@@ -26,7 +26,10 @@
26
26
  "http",
27
27
  "javascript",
28
28
  "json",
29
+ "next",
30
+ "next.js",
29
31
  "node",
32
+ "nuxt",
30
33
  "openapi",
31
34
  "rest",
32
35
  "swagger",
@@ -60,7 +63,7 @@
60
63
  "LICENSE.md"
61
64
  ],
62
65
  "engines": {
63
- "node": "^18.20.5 || ^20.11.1 || >=22.11.0"
66
+ "node": "^18.18.0 || ^20.9.0 || >=22.11.0"
64
67
  },
65
68
  "dependencies": {
66
69
  "@hey-api/json-schema-ref-parser": "1.0.1",
@@ -97,7 +100,7 @@
97
100
  "fastify": "5.2.0",
98
101
  "glob": "10.4.3",
99
102
  "node-fetch": "3.3.2",
100
- "nuxt": "3.15.1",
103
+ "nuxt": "3.14.1592",
101
104
  "prettier": "3.4.2",
102
105
  "puppeteer": "22.12.1",
103
106
  "rxjs": "7.8.1",
@@ -106,9 +109,10 @@
106
109
  "typescript": "5.5.3",
107
110
  "vue": "3.5.13",
108
111
  "zod": "3.23.8",
109
- "@hey-api/client-fetch": "0.7.2",
110
- "@hey-api/client-axios": "0.5.2",
111
- "@hey-api/client-nuxt": "0.1.2"
112
+ "@hey-api/client-axios": "0.5.3",
113
+ "@hey-api/client-fetch": "0.7.3",
114
+ "@hey-api/client-nuxt": "0.1.3",
115
+ "@hey-api/client-next": "0.1.0"
112
116
  },
113
117
  "scripts": {
114
118
  "build": "tsup && pnpm check-exports",