@runtyping/zod
Advanced tools
+21
-0
| # Changelog | ||
| ## [5.0.3](https://github.com/jg-wright/runtyping/compare/@runtyping/zod-v5.0.2...@runtyping/zod-v5.0.3) (2026-06-04) | ||
| ### Bug Fixes | ||
| * **deps:** update dependency ts-morph to v28 ([d3c1663](https://github.com/jg-wright/runtyping/commit/d3c16635c0abd3ea4d1a6d809b5361a075453d45)) | ||
| * **deps:** update dependency ts-morph to v28 ([11502c5](https://github.com/jg-wright/runtyping/commit/11502c5819b91049c3e27fa7d50066d44f8e95e1)) | ||
| * **deps:** update dependency zod to v4.4.1 ([#802](https://github.com/jg-wright/runtyping/issues/802)) ([a57cfd4](https://github.com/jg-wright/runtyping/commit/a57cfd4d5f017f10ff1dc797564fff69a177b350)) | ||
| * **deps:** update dependency zod to v4.4.2 ([#804](https://github.com/jg-wright/runtyping/issues/804)) ([34b89d1](https://github.com/jg-wright/runtyping/commit/34b89d1149f97328d27b6c16a5ce593a7713e003)) | ||
| * **deps:** update dependency zod to v4.4.3 ([#805](https://github.com/jg-wright/runtyping/issues/805)) ([67f29f0](https://github.com/jg-wright/runtyping/commit/67f29f0206378088c96e02102e19b44d7ab53308)) | ||
| ### Dependencies | ||
| * The following workspace dependencies were updated | ||
| * dependencies | ||
| * @runtyping/generator bumped to 10.1.2 | ||
| * @runtyping/zod-core bumped to 2.0.3 | ||
| * devDependencies | ||
| * @runtyping/test-type-writers bumped to 4.0.3 | ||
| ## [5.0.2](https://github.com/johngeorgewright/runtyping/compare/@runtyping/zod-v5.0.1...@runtyping/zod-v5.0.2) (2026-04-07) | ||
@@ -4,0 +25,0 @@ |
+9
-9
| { | ||
| "name": "@runtyping/zod", | ||
| "version": "5.0.2", | ||
| "version": "5.0.3", | ||
| "description": "Generate zod from static types & JSON schema.", | ||
@@ -25,17 +25,17 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@runtyping/test-type-writers": "4.0.2", | ||
| "@runtyping/test-type-writers": "4.0.3", | ||
| "@types/json-schema": "7.0.15", | ||
| "@types/node": "24.12.2", | ||
| "@types/node": "24.12.4", | ||
| "rimraf": "6.1.3", | ||
| "typescript": "6.0.2", | ||
| "vitest": "4.1.3", | ||
| "zod": "4.3.6" | ||
| "typescript": "6.0.3", | ||
| "vitest": "4.1.8", | ||
| "zod": "4.4.3" | ||
| }, | ||
| "dependencies": { | ||
| "@runtyping/generator": "10.1.1", | ||
| "@runtyping/zod-core": "2.0.2", | ||
| "@runtyping/generator": "10.1.2", | ||
| "@runtyping/zod-core": "2.0.3", | ||
| "title-case": "4.3.2", | ||
| "ts-morph": "27.0.2", | ||
| "ts-morph": "28.0.0", | ||
| "tslib": "2.8.1" | ||
| } | ||
| } |
39753
3.34%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated