@techspokes/typescript-wsdl-client 0.14.0 → 0.14.1
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/dist/app/generateApp.js +2 -2
- package/package.json +6 -6
package/dist/app/generateApp.js
CHANGED
|
@@ -452,9 +452,9 @@ function generatePackageJson(appDir, force) {
|
|
|
452
452
|
dev: "tsx watch server.ts",
|
|
453
453
|
},
|
|
454
454
|
dependencies: {
|
|
455
|
-
fastify: "^5.
|
|
455
|
+
fastify: "^5.8.2",
|
|
456
456
|
"fastify-plugin": "^5.1.0",
|
|
457
|
-
soap: "^1.
|
|
457
|
+
soap: "^1.8.0",
|
|
458
458
|
},
|
|
459
459
|
devDependencies: {
|
|
460
460
|
tsx: "^4.21.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techspokes/typescript-wsdl-client",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "Generate type-safe TypeScript SOAP clients, OpenAPI 3.1 specs, and production-ready Fastify REST gateways from WSDL/XSD definitions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wsdl",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@types/js-yaml": "^4.0.9",
|
|
79
|
-
"@types/node": "^25.
|
|
79
|
+
"@types/node": "^25.5.0",
|
|
80
80
|
"@types/yargs": "^17.0.35",
|
|
81
|
-
"fastify": "^5.
|
|
81
|
+
"fastify": "^5.8.2",
|
|
82
82
|
"fastify-plugin": "^5.1.0",
|
|
83
83
|
"rimraf": "^6.1.3",
|
|
84
84
|
"tsx": "^4.21.0",
|
|
85
85
|
"typescript": "^5.9.3",
|
|
86
|
-
"vitest": "^4.0
|
|
86
|
+
"vitest": "^4.1.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
90
|
-
"fast-xml-parser": "^5.
|
|
90
|
+
"fast-xml-parser": "^5.5.5",
|
|
91
91
|
"js-yaml": "^4.1.1",
|
|
92
|
-
"soap": "^1.
|
|
92
|
+
"soap": "^1.8.0",
|
|
93
93
|
"yargs": "^18.0.0"
|
|
94
94
|
},
|
|
95
95
|
"funding": {
|