zod-commander 0.1.1 → 0.1.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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zod-commander",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A TypeScript utility for building type-safe CLI commands using commander and zod.",
|
|
5
5
|
"author": "Román Via-Dufresne Saus <roman910dev@gmail.com>(https://github.com/roman910dev)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"types": "./dist/index.d.ts",
|
|
30
30
|
"exports": {
|
|
31
31
|
".": {
|
|
32
|
-
"types": "./dist/zod3/index.d.
|
|
33
|
-
"import": "./dist/zod3/index.
|
|
32
|
+
"types": "./dist/zod3/index.d.mts",
|
|
33
|
+
"import": "./dist/zod3/index.mjs",
|
|
34
34
|
"require": "./dist/zod3/index.cjs",
|
|
35
|
-
"default": "./dist/zod3/index.
|
|
35
|
+
"default": "./dist/zod3/index.mjs"
|
|
36
36
|
},
|
|
37
37
|
"./zod3": {
|
|
38
|
-
"types": "./dist/zod3/index.d.
|
|
39
|
-
"import": "./dist/zod3/index.
|
|
38
|
+
"types": "./dist/zod3/index.d.mts",
|
|
39
|
+
"import": "./dist/zod3/index.mjs",
|
|
40
40
|
"require": "./dist/zod3/index.cjs",
|
|
41
|
-
"default": "./dist/zod3/index.
|
|
41
|
+
"default": "./dist/zod3/index.mjs"
|
|
42
42
|
},
|
|
43
43
|
"./zod4": {
|
|
44
|
-
"types": "./dist/zod4/index.d.
|
|
45
|
-
"import": "./dist/zod4/index.
|
|
44
|
+
"types": "./dist/zod4/index.d.mts",
|
|
45
|
+
"import": "./dist/zod4/index.mjs",
|
|
46
46
|
"require": "./dist/zod4/index.cjs",
|
|
47
|
-
"default": "./dist/zod4/index.
|
|
47
|
+
"default": "./dist/zod4/index.mjs"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"files": [
|