@layerzerolabs/common-node-utils 0.0.59 → 0.0.60

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
- CJS dist/index.cjs 1.87 KB
14
13
  CJS dist/files.cjs 295.00 B
14
+ CJS dist/index.cjs 1.87 KB
15
15
  CJS dist/ORVETYPP.cjs 789.00 B
16
16
  CJS dist/index.cjs.map 2.08 KB
17
- CJS dist/files.cjs.map 70.00 B
18
17
  CJS dist/ORVETYPP.cjs.map 1.23 KB
19
- CJS ⚡️ Build success in 172ms
18
+ CJS dist/files.cjs.map 70.00 B
19
+ CJS ⚡️ Build success in 160ms
20
20
  ESM dist/files.js 129.00 B
21
21
  ESM dist/index.js 1.06 KB
22
22
  ESM dist/PXUGBXL3.js 1.00 KB
23
+ ESM dist/PXUGBXL3.js.map 1.98 KB
23
24
  ESM dist/files.js.map 69.00 B
24
25
  ESM dist/index.js.map 2.04 KB
25
- ESM dist/PXUGBXL3.js.map 1.98 KB
26
- ESM ⚡️ Build success in 173ms
26
+ ESM ⚡️ Build success in 161ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-node-utils",
3
- "version": "0.0.59",
3
+ "version": "0.0.60",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,8 +16,8 @@
16
16
  "devDependencies": {
17
17
  "tsup": "^8.4.0",
18
18
  "vitest": "^3.2.3",
19
- "@layerzerolabs/tsup-configuration": "0.0.59",
20
- "@layerzerolabs/typescript-configuration": "0.0.59"
19
+ "@layerzerolabs/tsup-configuration": "0.0.60",
20
+ "@layerzerolabs/typescript-configuration": "0.0.60"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "restricted",
@@ -25,7 +25,6 @@
25
25
  },
26
26
  "scripts": {
27
27
  "build": "tsup",
28
- "checkdeps": "pnpm --filter @layerzerolabs/depcheck run depcheck validate --catalog --missing-dependencies --only $npm_package_name",
29
28
  "clean": "rm -rf ./node_modules .turbo ./dist",
30
29
  "lint": "eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)",
31
30
  "test": "vitest --run --pass-with-no-tests --typecheck"