@layerzerolabs/zod-utils 0.0.44 → 0.0.45

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.
@@ -13,14 +13,14 @@
13
13
  CJS dist/schema.cjs 1.08 KB
14
14
  CJS dist/index.cjs 5.15 KB
15
15
  CJS dist/65W4HDUY.cjs 1.95 KB
16
- CJS dist/schema.cjs.map 71.00 B
17
16
  CJS dist/index.cjs.map 11.04 KB
18
17
  CJS dist/65W4HDUY.cjs.map 5.08 KB
19
- CJS ⚡️ Build success in 159ms
20
- ESM dist/index.js 4.15 KB
18
+ CJS dist/schema.cjs.map 71.00 B
19
+ CJS ⚡️ Build success in 200ms
21
20
  ESM dist/schema.js 275.00 B
21
+ ESM dist/index.js 4.15 KB
22
22
  ESM dist/PWMOVI4D.js 1.68 KB
23
- ESM dist/index.js.map 11.03 KB
24
23
  ESM dist/schema.js.map 70.00 B
24
+ ESM dist/index.js.map 11.03 KB
25
25
  ESM dist/PWMOVI4D.js.map 5.07 KB
26
- ESM ⚡️ Build success in 160ms
26
+ ESM ⚡️ Build success in 200ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
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.23.8",
18
- "@layerzerolabs/common-utils": "0.0.44"
18
+ "@layerzerolabs/common-utils": "0.0.45"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/tsup-configuration": "0.0.44",
23
- "@layerzerolabs/typescript-configuration": "0.0.44"
22
+ "@layerzerolabs/tsup-configuration": "0.0.45",
23
+ "@layerzerolabs/typescript-configuration": "0.0.45"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",