@layerzerolabs/chain-utils 0.2.37 → 0.2.38
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 +7 -7
- 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
|
@@ -16,27 +16,27 @@
|
|
|
16
16
|
Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Consumers of your bundle will have to use `chunk.default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
|
|
17
17
|
[32mESM[39m [1mdist/addressParser.js [22m[32m294.00 B[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js [22m[32m337.00 B[39m
|
|
19
|
+
[32mESM[39m [1mdist/PYS2ZW6G.js [22m[32m42.16 KB[39m
|
|
19
20
|
[32mESM[39m [1mdist/TNQ4ZWJM.js [22m[32m17.30 KB[39m
|
|
20
21
|
[32mESM[39m [1mdist/CWKWODSW.js [22m[32m1.87 KB[39m
|
|
21
|
-
[32mESM[39m [1mdist/PYS2ZW6G.js [22m[32m42.16 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/addressParser.test.js [22m[32m655.49 KB[39m
|
|
23
23
|
[32mESM[39m [1mdist/addressParser.js.map [22m[32m77.00 B[39m
|
|
24
24
|
[32mESM[39m [1mdist/index.js.map [22m[32m160.00 B[39m
|
|
25
|
+
[32mESM[39m [1mdist/PYS2ZW6G.js.map [22m[32m100.20 KB[39m
|
|
25
26
|
[32mESM[39m [1mdist/TNQ4ZWJM.js.map [22m[32m40.91 KB[39m
|
|
26
27
|
[32mESM[39m [1mdist/CWKWODSW.js.map [22m[32m669.00 B[39m
|
|
27
|
-
[32mESM[39m [1mdist/PYS2ZW6G.js.map [22m[32m100.20 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 3711ms
|
|
30
30
|
[32mCJS[39m [1mdist/addressParser.cjs [22m[32m1.28 KB[39m
|
|
31
|
-
[32mCJS[39m [1mdist/6ZQQF5PQ.cjs [22m[32m19.43 KB[39m
|
|
32
31
|
[32mCJS[39m [1mdist/index.cjs [22m[32m1.33 KB[39m
|
|
33
32
|
[32mCJS[39m [1mdist/KHVGLVR5.cjs [22m[32m2.10 KB[39m
|
|
33
|
+
[32mCJS[39m [1mdist/6ZQQF5PQ.cjs [22m[32m19.43 KB[39m
|
|
34
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
|
-
[32mCJS[39m [1mdist/6ZQQF5PQ.cjs.map [22m[32m40.99 KB[39m
|
|
38
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m181.00 B[39m
|
|
39
37
|
[32mCJS[39m [1mdist/KHVGLVR5.cjs.map [22m[32m926.00 B[39m
|
|
38
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m181.00 B[39m
|
|
39
|
+
[32mCJS[39m [1mdist/6ZQQF5PQ.cjs.map [22m[32m40.99 KB[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 3712ms
|
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:192872) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1772231243457 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 312[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 22:41:10
|
|
22
|
+
[2m Duration [22m 3.74s[2m (transform 894ms, setup 0ms, collect 2.71s, tests 312ms, environment 0ms, prepare 359ms)[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.38",
|
|
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-encoding-utils": "0.2.
|
|
23
|
-
"@layerzerolabs/
|
|
24
|
-
"@layerzerolabs/
|
|
25
|
-
"@layerzerolabs/
|
|
21
|
+
"@layerzerolabs/common-chain-model": "0.2.38",
|
|
22
|
+
"@layerzerolabs/common-encoding-utils": "0.2.38",
|
|
23
|
+
"@layerzerolabs/static-chain-info": "0.2.38",
|
|
24
|
+
"@layerzerolabs/layerzero-definitions": "0.2.38",
|
|
25
|
+
"@layerzerolabs/common-ton": "0.2.38"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"tsup": "^8.4.0",
|
|
29
29
|
"vitest": "^3.2.3",
|
|
30
|
-
"@layerzerolabs/
|
|
31
|
-
"@layerzerolabs/
|
|
32
|
-
"@layerzerolabs/typescript-utils": "0.2.
|
|
30
|
+
"@layerzerolabs/tsup-configuration": "0.2.38",
|
|
31
|
+
"@layerzerolabs/typescript-configuration": "0.2.38",
|
|
32
|
+
"@layerzerolabs/typescript-utils": "0.2.38"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "restricted",
|