@schemashift/zod-v3-v4 0.11.0 → 0.12.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schemashift/zod-v3-v4",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "Zod v3 to v4 upgrade transformer for SchemaShift — handles 17+ breaking changes with auto-transforms and runtime warnings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zod",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@schemashift/core": "0.
|
|
45
|
+
"@schemashift/core": "0.12.0",
|
|
46
46
|
"ts-morph": "27.0.2"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|