@layerzerolabs/zod-utils 0.0.73 → 0.0.74

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/schema.cjs 1.38 KB
14
13
  CJS dist/index.cjs 5.45 KB
14
+ CJS dist/schema.cjs 1.38 KB
15
15
  CJS dist/WBHGMCS2.cjs 2.29 KB
16
- CJS dist/schema.cjs.map 71.00 B
17
16
  CJS dist/index.cjs.map 11.04 KB
17
+ CJS dist/schema.cjs.map 71.00 B
18
18
  CJS dist/WBHGMCS2.cjs.map 5.93 KB
19
- CJS ⚡️ Build success in 198ms
19
+ CJS ⚡️ Build success in 264ms
20
20
  ESM dist/schema.js 332.00 B
21
21
  ESM dist/25UQQMRA.js 1.95 KB
22
22
  ESM dist/index.js 4.21 KB
23
- ESM dist/index.js.map 11.03 KB
24
- ESM dist/25UQQMRA.js.map 5.92 KB
25
23
  ESM dist/schema.js.map 70.00 B
26
- ESM ⚡️ Build success in 198ms
24
+ ESM dist/25UQQMRA.js.map 5.92 KB
25
+ ESM dist/index.js.map 11.03 KB
26
+ ESM ⚡️ Build success in 265ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
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.0.73"
18
+ "@layerzerolabs/common-utils": "0.0.74"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/typescript-configuration": "0.0.73",
23
- "@layerzerolabs/tsup-configuration": "0.0.73"
22
+ "@layerzerolabs/tsup-configuration": "0.0.74",
23
+ "@layerzerolabs/typescript-configuration": "0.0.74"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",