@layerzerolabs/common-node-utils 0.0.46 → 0.0.48

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/files.cjs 295.00 B
14
- CJS dist/index.cjs 1.87 KB
15
- CJS dist/ORVETYPP.cjs 789.00 B
16
- CJS dist/files.cjs.map 70.00 B
17
- CJS dist/index.cjs.map 2.08 KB
18
- CJS dist/ORVETYPP.cjs.map 1.23 KB
19
- CJS ⚡️ Build success in 137ms
20
- ESM dist/index.js 1.06 KB
21
- ESM dist/PXUGBXL3.js 1.00 KB
22
13
  ESM dist/files.js 129.00 B
14
+ ESM dist/PXUGBXL3.js 1.00 KB
15
+ ESM dist/index.js 1.06 KB
16
+ ESM dist/files.js.map 69.00 B
23
17
  ESM dist/PXUGBXL3.js.map 1.98 KB
24
18
  ESM dist/index.js.map 2.04 KB
25
- ESM dist/files.js.map 69.00 B
26
- ESM ⚡️ Build success in 138ms
19
+ ESM ⚡️ Build success in 91ms
20
+ CJS dist/index.cjs 1.87 KB
21
+ CJS dist/ORVETYPP.cjs 789.00 B
22
+ CJS dist/files.cjs 295.00 B
23
+ CJS dist/ORVETYPP.cjs.map 1.23 KB
24
+ CJS dist/index.cjs.map 2.08 KB
25
+ CJS dist/files.cjs.map 70.00 B
26
+ CJS ⚡️ Build success in 91ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-node-utils",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,12 +14,10 @@
14
14
  "module": "./dist/index.js",
15
15
  "types": "./dist/index.d.ts",
16
16
  "devDependencies": {
17
- "@types/ms": "^2.1.0",
18
- "bs58": "^5.0.0",
19
17
  "tsup": "^8.4.0",
20
18
  "vitest": "^3.2.3",
21
- "@layerzerolabs/tsup-configuration": "0.0.46",
22
- "@layerzerolabs/typescript-configuration": "0.0.46"
19
+ "@layerzerolabs/tsup-configuration": "0.0.48",
20
+ "@layerzerolabs/typescript-configuration": "0.0.48"
23
21
  },
24
22
  "publishConfig": {
25
23
  "access": "restricted",