@techspokes/typescript-wsdl-client 0.15.1 → 0.15.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.
@@ -457,7 +457,7 @@ function generatePackageJson(appDir, force) {
457
457
  soap: "^1.8.0",
458
458
  },
459
459
  devDependencies: {
460
- "@types/node": "^22.0.0",
460
+ "@types/node": "^25.6.0",
461
461
  tsx: "^4.21.0",
462
462
  typescript: "^6.0.2",
463
463
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techspokes/typescript-wsdl-client",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Turn legacy WSDL/SOAP services into typed TypeScript clients, OpenAPI 3.1 specs, and production-ready Fastify REST gateways. Built for enterprise SOAP modernization.",
5
5
  "keywords": [
6
6
  "wsdl",
@@ -80,9 +80,9 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/js-yaml": "^4.0.9",
83
- "@types/node": "^25.5.0",
83
+ "@types/node": "^25.6.0",
84
84
  "@types/yargs": "^17.0.35",
85
- "fastify": "^5.8.2",
85
+ "fastify": "^5.8.4",
86
86
  "fastify-plugin": "^5.1.0",
87
87
  "rimraf": "^6.1.3",
88
88
  "tsx": "^4.21.0",