@layerzerolabs/chain-utils 0.2.23 → 0.2.25
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 +3 -3
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -26,12 +26,12 @@ Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Co
|
|
|
26
26
|
[32mESM[39m [1mdist/index.js.map [22m[32m160.00 B[39m
|
|
27
27
|
[32mESM[39m [1mdist/TNQ4ZWJM.js.map [22m[32m40.91 KB[39m
|
|
28
28
|
[32mESM[39m [1mdist/addressParser.test.js.map [22m[32m1.61 MB[39m
|
|
29
|
-
[32mESM[39m ⚡️ Build success in
|
|
29
|
+
[32mESM[39m ⚡️ Build success in 3108ms
|
|
30
30
|
[32mCJS[39m [1mdist/addressParser.cjs [22m[32m1.28 KB[39m
|
|
31
31
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.33 KB[39m
|
|
32
32
|
[32mCJS[39m [1mdist/6ZQQF5PQ.cjs [22m[32m19.43 KB[39m
|
|
33
|
-
[32mCJS[39m [1mdist/ZZHCL54L.cjs [22m[32m42.51 KB[39m
|
|
34
33
|
[32mCJS[39m [1mdist/KHVGLVR5.cjs [22m[32m2.10 KB[39m
|
|
34
|
+
[32mCJS[39m [1mdist/ZZHCL54L.cjs [22m[32m42.51 KB[39m
|
|
35
35
|
[32mCJS[39m [1mdist/addressParser.test.cjs [22m[32m669.26 KB[39m
|
|
36
36
|
[32mCJS[39m [1mdist/addressParser.cjs.map [22m[32m78.00 B[39m
|
|
37
37
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m181.00 B[39m
|
|
@@ -39,4 +39,4 @@ Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Co
|
|
|
39
39
|
[32mCJS[39m [1mdist/KHVGLVR5.cjs.map [22m[32m926.00 B[39m
|
|
40
40
|
[32mCJS[39m [1mdist/ZZHCL54L.cjs.map [22m[32m100.23 KB[39m
|
|
41
41
|
[32mCJS[39m [1mdist/addressParser.test.cjs.map [22m[32m1.62 MB[39m
|
|
42
|
-
[32mCJS[39m ⚡️ Build success in
|
|
42
|
+
[32mCJS[39m ⚡️ Build success in 3109ms
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
> @layerzerolabs/chain-utils@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils
|
|
3
3
|
> eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
|
|
4
4
|
|
|
5
|
-
(node:
|
|
5
|
+
(node:177029) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1770955556851 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
|
@@ -13,11 +13,11 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
|
|
|
13
13
|
error: [32m'The address invalid-ton-address cannot be decoded as TON, hex, or base58'[39m
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
[32m✓[39m src/addressParser.test.ts [2m([22m[2m55 tests[22m[2m)[22m[
|
|
16
|
+
[32m✓[39m src/addressParser.test.ts [2m([22m[2m55 tests[22m[2m)[22m[33m 1109[2mms[22m[39m
|
|
17
17
|
|
|
18
18
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
19
19
|
[2m Tests [22m [1m[32m55 passed[39m[22m[90m (55)[39m
|
|
20
20
|
[2mType Errors [22m [2mno errors[22m
|
|
21
|
-
[2m Start at [22m
|
|
22
|
-
[2m Duration [22m
|
|
21
|
+
[2m Start at [22m 04:19:10
|
|
22
|
+
[2m Duration [22m 6.10s[2m (transform 919ms, setup 0ms, collect 3.91s, tests 1.11s, environment 0ms, prepare 269ms)[22m
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/chain-utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
"@stellar/stellar-sdk": "^14.1.1",
|
|
19
19
|
"@ton/ton": "npm:@layerzerolabs/ton@15.1.0-rc.9",
|
|
20
20
|
"bs58": "^5.0.0",
|
|
21
|
-
"@layerzerolabs/common-chain-model": "0.2.
|
|
22
|
-
"@layerzerolabs/common-
|
|
23
|
-
"@layerzerolabs/
|
|
24
|
-
"@layerzerolabs/
|
|
25
|
-
"@layerzerolabs/static-chain-info": "0.2.
|
|
21
|
+
"@layerzerolabs/common-chain-model": "0.2.25",
|
|
22
|
+
"@layerzerolabs/common-ton": "0.2.25",
|
|
23
|
+
"@layerzerolabs/common-encoding-utils": "0.2.25",
|
|
24
|
+
"@layerzerolabs/layerzero-definitions": "0.2.25",
|
|
25
|
+
"@layerzerolabs/static-chain-info": "0.2.25"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"tsup": "^8.4.0",
|
|
29
29
|
"vitest": "^3.2.3",
|
|
30
|
-
"@layerzerolabs/tsup-configuration": "0.2.
|
|
31
|
-
"@layerzerolabs/typescript-configuration": "0.2.
|
|
32
|
-
"@layerzerolabs/typescript-utils": "0.2.
|
|
30
|
+
"@layerzerolabs/tsup-configuration": "0.2.25",
|
|
31
|
+
"@layerzerolabs/typescript-configuration": "0.2.25",
|
|
32
|
+
"@layerzerolabs/typescript-utils": "0.2.25"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "restricted",
|