@layerzerolabs/zod-utils 0.0.64 → 0.0.65

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.
@@ -12,15 +12,15 @@
12
12
  ESM Build start
13
13
  ESM dist/index.js 4.21 KB
14
14
  ESM dist/schema.js 332.00 B
15
+ ESM dist/CJDRGNOS.js 1.95 KB
15
16
  ESM dist/index.js.map 11.03 KB
16
17
  ESM dist/schema.js.map 70.00 B
17
- ESM dist/CJDRGNOS.js 1.95 KB
18
18
  ESM dist/CJDRGNOS.js.map 5.78 KB
19
- ESM ⚡️ Build success in 226ms
19
+ ESM ⚡️ Build success in 202ms
20
20
  CJS dist/index.cjs 5.45 KB
21
21
  CJS dist/TDC7YIO4.cjs 2.29 KB
22
+ CJS dist/schema.cjs 1.38 KB
22
23
  CJS dist/index.cjs.map 11.04 KB
23
24
  CJS dist/TDC7YIO4.cjs.map 5.78 KB
24
- CJS dist/schema.cjs 1.38 KB
25
25
  CJS dist/schema.cjs.map 71.00 B
26
- CJS ⚡️ Build success in 226ms
26
+ CJS ⚡️ Build success in 203ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
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.64"
18
+ "@layerzerolabs/common-utils": "0.0.65"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/tsup-configuration": "0.0.64",
23
- "@layerzerolabs/typescript-configuration": "0.0.64"
22
+ "@layerzerolabs/typescript-configuration": "0.0.65",
23
+ "@layerzerolabs/tsup-configuration": "0.0.65"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",