@hey-api/openapi-ts 0.85.1 → 0.86.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/openapi-ts",
3
- "version": "0.85.1",
3
+ "version": "0.86.0",
4
4
  "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
5
5
  "homepage": "https://heyapi.dev/",
6
6
  "repository": {
@@ -75,13 +75,13 @@
75
75
  "README.md"
76
76
  ],
77
77
  "engines": {
78
- "node": "^18.18.0 || ^20.9.0 || >=22.10.0"
78
+ "node": ">=20.19.0"
79
79
  },
80
80
  "dependencies": {
81
- "@hey-api/codegen-core": "^0.2.0",
81
+ "@hey-api/codegen-core": "^0.3.0",
82
82
  "@hey-api/json-schema-ref-parser": "1.2.0",
83
83
  "ansi-colors": "4.1.3",
84
- "c12": "3.3.0",
84
+ "c12": "3.3.1",
85
85
  "color-support": "1.1.3",
86
86
  "commander": "13.0.0",
87
87
  "handlebars": "4.7.8",
@@ -104,7 +104,7 @@
104
104
  "@types/express": "4.17.21",
105
105
  "@types/semver": "7.7.1",
106
106
  "axios": "1.8.2",
107
- "cross-spawn": "7.0.5",
107
+ "cross-spawn": "7.0.6",
108
108
  "eslint": "9.17.0",
109
109
  "express": "4.21.0",
110
110
  "glob": "10.4.3",
@@ -115,16 +115,16 @@
115
115
  "rxjs": "7.8.1",
116
116
  "ts-node": "10.9.2",
117
117
  "tslib": "2.8.1",
118
- "typescript": "5.8.3",
118
+ "typescript": "5.9.3",
119
119
  "vue": "3.5.13",
120
120
  "yaml": "2.8.0",
121
121
  "zone.js": "0.15.1",
122
122
  "@config/vite-base": "0.0.1"
123
123
  },
124
124
  "scripts": {
125
- "build": "tsup && pnpm check-exports",
125
+ "build": "tsdown && pnpm check-exports",
126
126
  "check-exports": "attw --pack . --profile node16",
127
- "dev": "tsup --watch",
127
+ "dev": "tsdown --watch",
128
128
  "handlebars": "node src/legacy/handlebars/handlebars.cjs",
129
129
  "test:coverage": "vitest run --coverage",
130
130
  "test:update": "vitest watch --update",