@layerzerolabs/common-node-utils 0.0.34 → 0.0.39

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
  ESM dist/files.js.map 69.00 B
17
17
  ESM dist/index.js.map 2.04 KB
18
18
  ESM dist/PXUGBXL3.js.map 1.98 KB
19
- ESM ⚡️ Build success in 186ms
19
+ ESM ⚡️ Build success in 110ms
20
20
  CJS dist/files.cjs 295.00 B
21
- CJS dist/index.cjs 1.87 KB
22
21
  CJS dist/ORVETYPP.cjs 789.00 B
22
+ CJS dist/index.cjs 1.87 KB
23
23
  CJS dist/files.cjs.map 70.00 B
24
24
  CJS dist/ORVETYPP.cjs.map 1.23 KB
25
25
  CJS dist/index.cjs.map 2.08 KB
26
- CJS ⚡️ Build success in 189ms
26
+ CJS ⚡️ Build success in 111ms
@@ -4,5 +4,5 @@
4
4
 
5
5
 
6
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/common-node-utils"
7
+ > tsx ./src/index.ts validate --catalog --missing-dependencies --only @layerzerolabs/common-node-utils
8
8
 
@@ -6,7 +6,7 @@
6
6
   RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-node-utils
7
7
 
8
8
  No test files found, exiting with code 0
9
-
10
9
  include: **/*.{test,spec}.?(c|m)[jt]s?(x)
11
10
  exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
12
11
 
12
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-node-utils",
3
- "version": "0.0.34",
3
+ "version": "0.0.39",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -18,8 +18,8 @@
18
18
  "bs58": "^5.0.0",
19
19
  "tsup": "^8.4.0",
20
20
  "vitest": "^3.2.3",
21
- "@layerzerolabs/tsup-configuration": "0.0.34",
22
- "@layerzerolabs/typescript-configuration": "0.0.34"
21
+ "@layerzerolabs/tsup-configuration": "0.0.39",
22
+ "@layerzerolabs/typescript-configuration": "0.0.39"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "restricted",