@layerzerolabs/zod-utils 0.0.22 → 0.0.23

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.
@@ -16,11 +16,11 @@
16
16
  CJS dist/schema.cjs.map 71.00 B
17
17
  CJS dist/index.cjs.map 11.04 KB
18
18
  CJS dist/CAXEKYBD.cjs.map 3.00 KB
19
- CJS ⚡️ Build success in 225ms
20
- ESM dist/index.js 4.04 KB
21
- ESM dist/index.js.map 11.03 KB
19
+ CJS ⚡️ Build success in 207ms
22
20
  ESM dist/schema.js 155.00 B
23
21
  ESM dist/NIWFGLF4.js 985.00 B
22
+ ESM dist/index.js 4.04 KB
24
23
  ESM dist/schema.js.map 70.00 B
25
24
  ESM dist/NIWFGLF4.js.map 2.99 KB
26
- ESM ⚡️ Build success in 227ms
25
+ ESM dist/index.js.map 11.03 KB
26
+ ESM ⚡️ Build success in 208ms
@@ -0,0 +1,8 @@
1
+
2
+ > @layerzerolabs/zod-utils@0.0.0 checkcatalog /home/runner/work/monorepo-internal/monorepo-internal/packages/zod-utils
3
+ > pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --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" "--only" "@layerzerolabs/zod-utils"
8
+
@@ -0,0 +1,8 @@
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 --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" "--missing-dependencies" "--only" "@layerzerolabs/zod-utils"
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/zod-utils",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "tsup": "^8.4.0",
21
- "@layerzerolabs/tsup-configuration": "0.0.22",
22
- "@layerzerolabs/typescript-configuration": "0.0.22"
21
+ "@layerzerolabs/tsup-configuration": "0.0.23",
22
+ "@layerzerolabs/typescript-configuration": "0.0.23"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "restricted",
@@ -27,6 +27,8 @@
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsup",
30
+ "checkcatalog": "pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --only $npm_package_name",
31
+ "checkdeps": "pnpm --filter @layerzerolabs/depcheck run depcheck validate --missing-dependencies --only $npm_package_name",
30
32
  "clean": "rm -rf ./node_modules .turbo ./dist",
31
33
  "dev": "tsup --watch",
32
34
  "lint": "eslint . --max-warnings 0",