@layerzerolabs/common-error-utils 0.2.33 → 0.2.34
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.
- package/.turbo/turbo-build.log +10 -10
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +4 -4
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
[34mESM[39m Build start
|
|
14
14
|
[32mCJS[39m [1mdist/errors.cjs [22m[32m1.63 KB[39m
|
|
15
15
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.81 KB[39m
|
|
16
|
-
[32mCJS[39m [1mdist/retry.cjs [22m[32m304.00 B[39m
|
|
17
16
|
[32mCJS[39m [1mdist/MXJDS64O.cjs [22m[32m5.06 KB[39m
|
|
18
|
-
[32mCJS[39m [1mdist/4FQD32GO.cjs [22m[32m1.65 KB[39m
|
|
19
17
|
[32mCJS[39m [1mdist/YJF4D23A.cjs [22m[32m245.00 B[39m
|
|
18
|
+
[32mCJS[39m [1mdist/retry.cjs [22m[32m304.00 B[39m
|
|
19
|
+
[32mCJS[39m [1mdist/4FQD32GO.cjs [22m[32m1.65 KB[39m
|
|
20
20
|
[32mCJS[39m [1mdist/errors.cjs.map [22m[32m71.00 B[39m
|
|
21
21
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m70.00 B[39m
|
|
22
|
-
[32mCJS[39m [1mdist/retry.cjs.map [22m[32m70.00 B[39m
|
|
23
|
-
[32mCJS[39m [1mdist/4FQD32GO.cjs.map [22m[32m5.24 KB[39m
|
|
24
22
|
[32mCJS[39m [1mdist/MXJDS64O.cjs.map [22m[32m10.18 KB[39m
|
|
25
23
|
[32mCJS[39m [1mdist/YJF4D23A.cjs.map [22m[32m73.00 B[39m
|
|
26
|
-
[32mCJS[39m
|
|
24
|
+
[32mCJS[39m [1mdist/retry.cjs.map [22m[32m70.00 B[39m
|
|
25
|
+
[32mCJS[39m [1mdist/4FQD32GO.cjs.map [22m[32m5.24 KB[39m
|
|
26
|
+
[32mCJS[39m ⚡️ Build success in 215ms
|
|
27
27
|
[32mESM[39m [1mdist/errors.js [22m[32m315.00 B[39m
|
|
28
28
|
[32mESM[39m [1mdist/index.js [22m[32m365.00 B[39m
|
|
29
|
-
[32mESM[39m [1mdist/retry.js [22m[32m143.00 B[39m
|
|
30
29
|
[32mESM[39m [1mdist/HSJL4TXR.js [22m[32m4.62 KB[39m
|
|
31
|
-
[32mESM[39m [1mdist/
|
|
30
|
+
[32mESM[39m [1mdist/retry.js [22m[32m143.00 B[39m
|
|
32
31
|
[32mESM[39m [1mdist/ZLKJGRU2.js [22m[32m1.37 KB[39m
|
|
32
|
+
[32mESM[39m [1mdist/VUOMXK5T.js [22m[32m222.00 B[39m
|
|
33
33
|
[32mESM[39m [1mdist/errors.js.map [22m[32m70.00 B[39m
|
|
34
34
|
[32mESM[39m [1mdist/index.js.map [22m[32m69.00 B[39m
|
|
35
|
-
[32mESM[39m [1mdist/retry.js.map [22m[32m69.00 B[39m
|
|
36
35
|
[32mESM[39m [1mdist/HSJL4TXR.js.map [22m[32m10.17 KB[39m
|
|
37
|
-
[32mESM[39m [1mdist/
|
|
36
|
+
[32mESM[39m [1mdist/retry.js.map [22m[32m69.00 B[39m
|
|
38
37
|
[32mESM[39m [1mdist/ZLKJGRU2.js.map [22m[32m5.22 KB[39m
|
|
39
|
-
[32mESM[39m
|
|
38
|
+
[32mESM[39m [1mdist/VUOMXK5T.js.map [22m[32m72.00 B[39m
|
|
39
|
+
[32mESM[39m ⚡️ Build success in 216ms
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -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:
|
|
5
|
+
(node:66563) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1771905896940 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)
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -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/[4m.pnpm[24m/@vitest+runner@3.2.4/node_modules/[4m@vitest/runner[24m/dist/chunk-hooks.js:1729:8)
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
[32m✓[39m tests/error.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
26
|
-
[32m✓[39m tests/retry.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
25
|
+
[32m✓[39m tests/error.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 14[2mms[22m[39m
|
|
26
|
+
[32m✓[39m tests/retry.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 72[2mms[22m[39m
|
|
27
27
|
|
|
28
28
|
[2m Test Files [22m [1m[32m2 passed[39m[22m[90m (2)[39m
|
|
29
29
|
[2m Tests [22m [1m[32m9 passed[39m[22m[90m (9)[39m
|
|
30
30
|
[2mType Errors [22m [2mno errors[22m
|
|
31
|
-
[2m Start at [22m
|
|
32
|
-
[2m Duration [22m
|
|
31
|
+
[2m Start at [22m 04:08:51
|
|
32
|
+
[2m Duration [22m 683ms[2m (transform 150ms, setup 0ms, collect 256ms, tests 86ms, environment 1ms, prepare 280ms)[22m
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/common-error-utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.34",
|
|
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.
|
|
25
|
-
"@layerzerolabs/typescript-configuration": "0.2.
|
|
24
|
+
"@layerzerolabs/tsup-configuration": "0.2.34",
|
|
25
|
+
"@layerzerolabs/typescript-configuration": "0.2.34"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "restricted",
|