@techspokes/typescript-wsdl-client 0.29.0 → 0.30.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.
@@ -515,7 +515,7 @@ function generatePackageJson(appDir, force) {
515
515
  soap: "^1.9.3",
516
516
  },
517
517
  devDependencies: {
518
- "@types/node": "^25.9.3",
518
+ "@types/node": "^26.0.1",
519
519
  tsx: "^4.22.4",
520
520
  typescript: "^6.0.3",
521
521
  },
@@ -0,0 +1,30 @@
1
+ # TypeScript WSDL Client v0.30.0
2
+
3
+ ## Dependency Floor Maintenance
4
+
5
+ This release brings the project dependency floor, lockfile, and CI tooling up to date after a batch of merged Dependabot updates. There are no behavioral or API changes; it is a routine maintenance bump.
6
+
7
+ ## What This Improves
8
+
9
+ Developers get current dependency minimums in both the published package and newly scaffolded Fastify gateway apps. The XML parsing (`fast-xml-parser`) and YAML serialization (`js-yaml`) runtime dependencies move to their latest releases, the TypeScript Node type definitions advance to the v26 line, and the CI checkout action moves to v7.
10
+
11
+ ## Highlights
12
+
13
+ - Updates `js-yaml` to 5.1.0 and `fast-xml-parser` to 5.9.3.
14
+ - Advances `@types/node` to 26.0.0 in both the package and the generated app scaffold pins.
15
+ - Bumps the `actions/checkout` GitHub Actions workflow step from 6 to 7.
16
+
17
+ ## Upgrade Notes
18
+
19
+ No special upgrade steps. Regenerate generated Fastify app scaffolds when you want new app projects to start with the updated dependency pins.
20
+
21
+ ## Validation
22
+
23
+ - CI passed.
24
+ - NPM package contents were validated.
25
+ - Documentation links and TypeScript fenced snippets were validated.
26
+ - Agent skill artifact was validated and packaged.
27
+
28
+ ## Notes
29
+
30
+ Release tag: `v0.30.0`.
@@ -0,0 +1,31 @@
1
+ # TypeScript WSDL Client v0.30.1
2
+
3
+ ## Roadmap And Dependency Patch
4
+
5
+ This patch release refreshes the 1.0 readiness documentation after the `0.30.0` maintenance release and advances the Node type definitions used by the package and generated app scaffold.
6
+
7
+ ## What This Improves
8
+
9
+ Maintainers get roadmap and supported-pattern documentation that matches the current release line before starting the conformance framework work. Contributors also get clearer guidance about optional IDE MCP tooling in public-repository workflows.
10
+
11
+ ## Highlights
12
+
13
+ - Aligns roadmap documentation with the current `0.30.x` release state.
14
+ - Clarifies that `xs:any` wildcard metadata is retained for selected compiler and streaming workflows, but full wildcard serialization is not a typed contract.
15
+ - Documents optional IDE MCP routing while preserving terminal-based contributor fallbacks.
16
+ - Updates `@types/node` to 26.0.1 in both the package and generated app scaffold pins.
17
+
18
+ ## Upgrade Notes
19
+
20
+ No special upgrade steps. Regenerate generated Fastify app scaffolds when you want new app projects to start with the updated `@types/node` pin.
21
+
22
+ ## Validation
23
+
24
+ - CI passed.
25
+ - NPM package contents were validated.
26
+ - Documentation links and TypeScript fenced snippets were validated.
27
+ - Agent skill artifact was validated and packaged.
28
+
29
+ ## Notes
30
+
31
+ Release tag: `v0.30.1`.
@@ -1,6 +1,6 @@
1
1
  # Version 1.0 Roadmap Plan
2
2
 
3
- Detailed plan for moving `@techspokes/typescript-wsdl-client` from the released `0.28.x` line to a stable `1.0.0` release.
3
+ Detailed plan for moving `@techspokes/typescript-wsdl-client` from the released `0.30.x` line to a stable `1.0.0` release.
4
4
 
5
5
  See the root [README.md](../../README.md) for project overview and the root [ROADMAP.md](../../ROADMAP.md) for the public roadmap summary.
6
6
 
@@ -8,7 +8,7 @@ See the root [README.md](../../README.md) for project overview and the root [ROA
8
8
 
9
9
  This plan turns the 1.0 roadmap into implementation slices that can be picked up independently. Each slice has its own plan document with scope, testing strategy, acceptance gates, and release implications.
10
10
 
11
- The plan is optimized for preserving quality. The contract and compatibility baselines now exist, choice union mode is shipped, and JSON array streaming is shipped. The remaining readiness work is WSDL coverage evidence and the final release candidate gate pass.
11
+ The plan is optimized for preserving quality. The contract and compatibility baselines now exist, choice union mode is shipped, and JSON array streaming is shipped. The remaining readiness work is the capability conformance framework, WSDL coverage evidence, and the final release candidate gate pass.
12
12
 
13
13
  ## Route Summary
14
14
 
@@ -54,7 +54,7 @@ Run the release candidate gates after feature work and documentation have conver
54
54
 
55
55
  ## Remaining Before 1.0
56
56
 
57
- - Build the capability conformance registry and runner.
57
+ - Build the capability conformance registry and compile-stage runner.
58
58
  - Build and run the WSDL feature matrix as the first conformance domain.
59
59
  - Turn unsupported or partial matrix rows into diagnostics, documentation, or scoped fixes.
60
60
  - Confirm `docs/supported-patterns.md` matches the matrix.
@@ -214,6 +214,6 @@ Acceptance criteria:
214
214
 
215
215
  ## Release Implications
216
216
 
217
- This framework is 1.0 readiness infrastructure. It can ship incrementally in `0.28.x` or later patch releases as tests, docs, and diagnostics improve.
217
+ This framework is 1.0 readiness infrastructure. It can ship incrementally in `0.30.x` or later patch releases as tests, docs, and diagnostics improve.
218
218
 
219
219
  Do not block the first conformance slice on the WSDL inspector. The registry and runner create the durable foundation; the inspector should reuse that foundation after it proves useful.
@@ -41,7 +41,7 @@ This slice prevents later work from building on ambiguous behavior. Choice union
41
41
 
42
42
  ### Roadmap State
43
43
 
44
- `ROADMAP.md` must reflect the released `0.28.x` line. Choice union mode and JSON array streaming must be treated as shipped work, while WSDL coverage and release-candidate gates remain the active 1.0 work.
44
+ `ROADMAP.md` must reflect the current released `0.30.x` line. Choice union mode and JSON array streaming must be treated as shipped work, while capability conformance, WSDL coverage, and release-candidate gates remain the active 1.0 work.
45
45
 
46
46
  ### Release Metadata
47
47
 
@@ -63,7 +63,7 @@ Add negative tests only for newly identified contract gaps that a follow-up slic
63
63
 
64
64
  ## Acceptance Criteria
65
65
 
66
- - `ROADMAP.md` names released `0.28.x` work accurately.
66
+ - `ROADMAP.md` names released `0.30.x` work accurately.
67
67
  - `docs/roadmap/README.md` links every 1.0 slice.
68
68
  - CLI, API, and configuration docs agree on required 1.0 behavior.
69
69
  - Known contract gaps are linked to implementation slices.
@@ -21,7 +21,7 @@ These patterns are handled end-to-end: WSDL parsing, TypeScript type generation,
21
21
  - Multiple WSDL ports and bindings; the first SOAP binding is selected, all ports are documented in service metadata
22
22
  - SOAP 1.1 and SOAP 1.2 binding detection
23
23
  - Streamable SOAP responses, opt-in per operation via `--stream-config` (ADR-002): client exposes `AsyncIterable<RecordType>`, gateway emits NDJSON or JSON array streams with backpressure, OpenAPI advertises the record schema via `x-wsdl-tsc-stream`
24
- - `xs:any` wildcard particles retained on compiled types (they used to be dropped silently) — enables honest stream-candidate detection and companion-catalog shape resolution
24
+ - `xs:any` wildcard particles retained on compiled types for stream-candidate detection and companion-catalog shape resolution
25
25
 
26
26
  ### Named simple types and same-name elements
27
27
 
@@ -69,7 +69,7 @@ List types with an `itemType` attribute are detected and generate array types (`
69
69
 
70
70
  These features are not currently handled. Contributions are welcome.
71
71
 
72
- - `xs:any` and `xs:anyAttribute`: unrecognized elements fall through to an untyped representation
72
+ - Full `xs:any` serialization and `xs:anyAttribute`: arbitrary wildcard content is not emitted as a typed contract
73
73
  - `xs:union` types: only union members expressed as restriction enumerations are captured
74
74
  - Abstract types: treated as regular concrete types without substitution logic
75
75
  - Substitution groups: not resolved during schema compilation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techspokes/typescript-wsdl-client",
3
- "version": "0.29.0",
3
+ "version": "0.30.1",
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",
@@ -90,7 +90,7 @@
90
90
  },
91
91
  "devDependencies": {
92
92
  "@types/js-yaml": "^4.0.9",
93
- "@types/node": "^25.9.3",
93
+ "@types/node": "^26.0.1",
94
94
  "@types/yargs": "^17.0.35",
95
95
  "fastify": "^5.8.5",
96
96
  "fastify-plugin": "^6.0.0",
@@ -101,8 +101,8 @@
101
101
  },
102
102
  "dependencies": {
103
103
  "@apidevtools/swagger-parser": "^12.1.0",
104
- "fast-xml-parser": "^5.9.0",
105
- "js-yaml": "^4.2.0",
104
+ "fast-xml-parser": "^5.9.3",
105
+ "js-yaml": "^5.1.0",
106
106
  "saxes": "^6.0.0",
107
107
  "soap": "^1.9.3",
108
108
  "yargs": "^18.0.0"