@layerzerolabs/zod-utils 0.0.54 → 0.0.56

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
+ ESM dist/schema.js 332.00 B
14
+ ESM dist/index.js 4.21 KB
15
+ ESM dist/GEP2SFVM.js 1.95 KB
16
+ ESM dist/schema.js.map 70.00 B
17
+ ESM dist/GEP2SFVM.js.map 5.64 KB
18
+ ESM dist/index.js.map 11.03 KB
19
+ ESM ⚡️ Build success in 132ms
13
20
  CJS dist/schema.cjs 1.38 KB
14
21
  CJS dist/index.cjs 5.45 KB
15
22
  CJS dist/JMPXWGC7.cjs 2.29 KB
16
23
  CJS dist/schema.cjs.map 71.00 B
17
24
  CJS dist/index.cjs.map 11.04 KB
18
25
  CJS dist/JMPXWGC7.cjs.map 5.64 KB
19
- CJS ⚡️ Build success in 119ms
20
- ESM dist/schema.js 332.00 B
21
- ESM dist/index.js 4.21 KB
22
- ESM dist/GEP2SFVM.js 1.95 KB
23
- ESM dist/schema.js.map 70.00 B
24
- ESM dist/index.js.map 11.03 KB
25
- ESM dist/GEP2SFVM.js.map 5.64 KB
26
- ESM ⚡️ Build success in 119ms
26
+ CJS ⚡️ Build success in 132ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
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.54"
18
+ "@layerzerolabs/common-utils": "0.0.56"
19
19
  },
20
20
  "devDependencies": {
21
21
  "tsup": "^8.4.0",
22
- "@layerzerolabs/typescript-configuration": "0.0.54",
23
- "@layerzerolabs/tsup-configuration": "0.0.54"
22
+ "@layerzerolabs/typescript-configuration": "0.0.56",
23
+ "@layerzerolabs/tsup-configuration": "0.0.56"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "restricted",
@@ -1,8 +0,0 @@
1
-
2
- > @layerzerolabs/zod-utils@0.0.0 checkdeps /home/runner/work/monorepo-internal/monorepo-internal/packages/zod-utils
3
- > pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --missing-dependencies --only $npm_package_name
4
-
5
-
6
- > @layerzerolabs/depcheck@1.0.1 depcheck /home/runner/work/monorepo-internal/monorepo-internal/tools/repo/depcheck
7
- > tsx ./src/index.ts validate --catalog --missing-dependencies --only @layerzerolabs/zod-utils
8
-