@form-instant/react-resolver-zod 1.6.8 → 1.6.10
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": "@form-instant/react-resolver-zod",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.10",
|
4
4
|
"author": {
|
5
5
|
"name": "leomerida15",
|
6
6
|
"email": "dimasmerida15@gmail.com",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"license": "MIT",
|
63
63
|
"scripts": {
|
64
64
|
"analyze": "size-limit --why",
|
65
|
-
"build": "dts build",
|
65
|
+
"build": "dts build --format esm",
|
66
66
|
"build:esm": "dts build --format esm",
|
67
67
|
"lint": "dts lint",
|
68
68
|
"prepare": "dts build",
|