@layerzerolabs/common-error-utils 0.2.15 → 0.2.19

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.
@@ -1,3 +1,4 @@
1
+  WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1
2
 
2
3
  > @layerzerolabs/common-error-utils@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-error-utils
3
4
  > tsup
@@ -12,27 +13,27 @@
12
13
  ESM Build start
13
14
  CJS dist/errors.cjs 1.49 KB
14
15
  CJS dist/index.cjs 1.67 KB
15
- CJS dist/YJF4D23A.cjs 245.00 B
16
+ CJS dist/retry.cjs 304.00 B
16
17
  CJS dist/YBBPQS6P.cjs 4.86 KB
17
18
  CJS dist/4FQD32GO.cjs 1.65 KB
18
- CJS dist/retry.cjs 304.00 B
19
+ CJS dist/YJF4D23A.cjs 245.00 B
19
20
  CJS dist/errors.cjs.map 71.00 B
20
- CJS dist/YJF4D23A.cjs.map 73.00 B
21
- CJS dist/YBBPQS6P.cjs.map 9.79 KB
22
21
  CJS dist/index.cjs.map 70.00 B
23
- CJS dist/4FQD32GO.cjs.map 5.24 KB
24
22
  CJS dist/retry.cjs.map 70.00 B
25
- CJS ⚡️ Build success in 161ms
23
+ CJS dist/YBBPQS6P.cjs.map 9.79 KB
24
+ CJS dist/4FQD32GO.cjs.map 5.24 KB
25
+ CJS dist/YJF4D23A.cjs.map 73.00 B
26
+ CJS ⚡️ Build success in 293ms
26
27
  ESM dist/errors.js 296.00 B
27
- ESM dist/index.js 346.00 B
28
28
  ESM dist/W7EWJMEA.js 4.46 KB
29
- ESM dist/ZLKJGRU2.js 1.37 KB
30
29
  ESM dist/retry.js 143.00 B
30
+ ESM dist/ZLKJGRU2.js 1.37 KB
31
31
  ESM dist/VUOMXK5T.js 222.00 B
32
32
  ESM dist/errors.js.map 70.00 B
33
- ESM dist/index.js.map 69.00 B
34
33
  ESM dist/W7EWJMEA.js.map 9.77 KB
35
- ESM dist/ZLKJGRU2.js.map 5.22 KB
36
34
  ESM dist/retry.js.map 69.00 B
35
+ ESM dist/ZLKJGRU2.js.map 5.22 KB
37
36
  ESM dist/VUOMXK5T.js.map 72.00 B
38
- ESM ⚡️ Build success in 161ms
37
+ ESM dist/index.js 346.00 B
38
+ ESM dist/index.js.map 69.00 B
39
+ ESM ⚡️ Build success in 294ms
@@ -2,7 +2,7 @@
2
2
  > @layerzerolabs/common-error-utils@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-error-utils
3
3
  > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
4
 
5
- (node:28735) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1767136335616 is not specified and it doesn't parse as CommonJS.
5
+ (node:47296) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1769040920314 is not specified and it doesn't parse as CommonJS.
6
6
  Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
7
7
  To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
8
8
  (Use `node --trace-warnings ...` to show where the warning was created)
@@ -22,12 +22,12 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
22
22
  at runSuite (file:///home/runner/work/monorepo-internal/monorepo-internal/node_modules/.pnpm/@vitest+runner@3.2.4/node_modules/@vitest/runner/dist/chunk-hooks.js:1729:8)
23
23
  }
24
24
 
25
- ✓ tests/error.test.ts (3 tests) 15ms
26
- ✓ tests/retry.test.ts (6 tests) 76ms
25
+ ✓ tests/error.test.ts (3 tests) 14ms
26
+ ✓ tests/retry.test.ts (6 tests) 70ms
27
27
 
28
28
   Test Files  2 passed (2)
29
29
   Tests  9 passed (9)
30
30
  Type Errors  no errors
31
-  Start at  23:17:28
32
-  Duration  731ms (transform 247ms, setup 0ms, collect 443ms, tests 90ms, environment 1ms, prepare 328ms)
31
+  Start at  00:17:32
32
+  Duration  796ms (transform 269ms, setup 0ms, collect 328ms, tests 84ms, environment 1ms, prepare 474ms)
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-error-utils",
3
- "version": "0.2.15",
3
+ "version": "0.2.19",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,8 +21,8 @@
21
21
  "@types/ms": "^2.1.0",
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/tsup-configuration": "0.2.15",
25
- "@layerzerolabs/typescript-configuration": "0.2.15"
24
+ "@layerzerolabs/tsup-configuration": "0.2.19",
25
+ "@layerzerolabs/typescript-configuration": "0.2.19"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "restricted",