@layerzerolabs/zod-utils 0.0.16 → 0.0.18
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/.turbo/turbo-build.log +5 -5
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
[32mCJS[39m [1mdist/schema.cjs [22m[32m549.00 B[39m
|
|
14
14
|
[32mCJS[39m [1mdist/index.cjs [22m[32m4.60 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/CAXEKYBD.cjs [22m[32m1.07 KB[39m
|
|
16
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m11.04 KB[39m
|
|
16
17
|
[32mCJS[39m [1mdist/schema.cjs.map [22m[32m71.00 B[39m
|
|
17
18
|
[32mCJS[39m [1mdist/CAXEKYBD.cjs.map [22m[32m3.00 KB[39m
|
|
18
|
-
[32mCJS[39m
|
|
19
|
-
[
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 186ms
|
|
20
|
+
[32mESM[39m [1mdist/schema.js [22m[32m155.00 B[39m
|
|
20
21
|
[32mESM[39m [1mdist/index.js [22m[32m4.04 KB[39m
|
|
21
22
|
[32mESM[39m [1mdist/NIWFGLF4.js [22m[32m985.00 B[39m
|
|
22
|
-
[32mESM[39m [1mdist/schema.js
|
|
23
|
+
[32mESM[39m [1mdist/schema.js.map [22m[32m70.00 B[39m
|
|
23
24
|
[32mESM[39m [1mdist/index.js.map [22m[32m11.03 KB[39m
|
|
24
25
|
[32mESM[39m [1mdist/NIWFGLF4.js.map [22m[32m2.99 KB[39m
|
|
25
|
-
[32mESM[39m
|
|
26
|
-
[32mESM[39m ⚡️ Build success in 130ms
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 187ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/zod-utils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"tsup": "^8.4.0",
|
|
21
|
-
"@layerzerolabs/tsup-configuration": "0.0.
|
|
22
|
-
"@layerzerolabs/typescript-configuration": "0.0.
|
|
21
|
+
"@layerzerolabs/tsup-configuration": "0.0.18",
|
|
22
|
+
"@layerzerolabs/typescript-configuration": "0.0.18"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "restricted",
|