@layerzerolabs/zod-utils 0.2.5 → 0.2.6

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.
@@ -10,17 +10,17 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- CJS dist/index.cjs 5.45 KB
13
+ ESM dist/index.js 4.21 KB
14
+ ESM dist/schema.js 332.00 B
15
+ ESM dist/25UQQMRA.js 1.95 KB
16
+ ESM dist/index.js.map 11.03 KB
17
+ ESM dist/25UQQMRA.js.map 5.92 KB
18
+ ESM dist/schema.js.map 70.00 B
19
+ ESM ⚡️ Build success in 207ms
14
20
  CJS dist/schema.cjs 1.38 KB
15
21
  CJS dist/WBHGMCS2.cjs 2.29 KB
22
+ CJS dist/index.cjs 5.45 KB
23
+ CJS dist/WBHGMCS2.cjs.map 5.93 KB
16
24
  CJS dist/index.cjs.map 11.04 KB
17
25
  CJS dist/schema.cjs.map 71.00 B
18
- CJS dist/WBHGMCS2.cjs.map 5.93 KB
19
- CJS ⚡️ Build success in 264ms
20
- ESM dist/schema.js 332.00 B
21
- ESM dist/25UQQMRA.js 1.95 KB
22
- ESM dist/index.js 4.21 KB
23
- ESM dist/schema.js.map 70.00 B
24
- ESM dist/25UQQMRA.js.map 5.92 KB
25
- ESM dist/index.js.map 11.03 KB
26
- ESM ⚡️ Build success in 265ms
26
+ CJS ⚡️ Build success in 207ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,12 +15,12 @@
15
15
  "types": "./dist/index.d.ts",
16
16
  "dependencies": {
17
17
  "zod": "3.25.56",
18
- "@layerzerolabs/common-utils": "0.2.5"
18
+ "@layerzerolabs/common-utils": "0.2.6"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/tsup-configuration": "0.2.5",
23
- "@layerzerolabs/typescript-configuration": "0.2.5"
22
+ "@layerzerolabs/typescript-configuration": "0.2.6",
23
+ "@layerzerolabs/tsup-configuration": "0.2.6"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",