@layerzerolabs/chain-utils 0.2.62 → 0.2.64

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.
@@ -12,6 +12,8 @@
12
12
  CJS Build start
13
13
  ESM Build start
14
14
  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.
15
+ "default" is imported from external module "path" but never used in "dist/CWKWODSW.js".
16
+ "fileURLToPath" is imported from external module "url" but never used in "dist/CWKWODSW.js".
15
17
  CJS dist/addressParser.cjs 1.27 KB
16
18
  CJS dist/index.cjs 1.32 KB
17
19
  CJS dist/X46YPLVF.cjs 23.30 KB
@@ -19,14 +21,12 @@ Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Co
19
21
  CJS dist/ZZHCL54L.cjs 42.51 KB
20
22
  CJS dist/addressParser.test.cjs 676.38 KB
21
23
  CJS dist/addressParser.cjs.map 78.00 B
22
- CJS dist/index.cjs.map 181.00 B
23
24
  CJS dist/X46YPLVF.cjs.map 48.66 KB
24
- CJS dist/ZZHCL54L.cjs.map 100.23 KB
25
+ CJS dist/index.cjs.map 181.00 B
25
26
  CJS dist/KHVGLVR5.cjs.map 926.00 B
27
+ CJS dist/ZZHCL54L.cjs.map 100.23 KB
26
28
  CJS dist/addressParser.test.cjs.map 1.63 MB
27
- CJS ⚡️ Build success in 2408ms
28
- "default" is imported from external module "path" but never used in "dist/CWKWODSW.js".
29
- "fileURLToPath" is imported from external module "url" but never used in "dist/CWKWODSW.js".
29
+ CJS ⚡️ Build success in 5088ms
30
30
  ESM dist/addressParser.js 294.00 B
31
31
  ESM dist/index.js 337.00 B
32
32
  ESM dist/OVN7SCH2.js 20.71 KB
@@ -34,9 +34,9 @@ Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Co
34
34
  ESM dist/PYS2ZW6G.js 42.16 KB
35
35
  ESM dist/addressParser.test.js 661.84 KB
36
36
  ESM dist/addressParser.js.map 77.00 B
37
- ESM dist/CWKWODSW.js.map 669.00 B
38
37
  ESM dist/index.js.map 160.00 B
38
+ ESM dist/CWKWODSW.js.map 669.00 B
39
39
  ESM dist/PYS2ZW6G.js.map 100.20 KB
40
40
  ESM dist/OVN7SCH2.js.map 48.56 KB
41
41
  ESM dist/addressParser.test.js.map 1.63 MB
42
- ESM ⚡️ Build success in 3622ms
42
+ ESM ⚡️ Build success in 5090ms
@@ -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:70444) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1774569004442 is not specified and it doesn't parse as CommonJS.
5
+ (node:63322) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775031174833 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)
@@ -13,11 +13,11 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
13
13
  error: 'The address invalid-ton-address cannot be decoded as TON, hex, or base58'
14
14
  }
15
15
 
16
- ✓ src/addressParser.test.ts (78 tests) 282ms
16
+ ✓ src/addressParser.test.ts (78 tests) 450ms
17
17
 
18
18
   Test Files  1 passed (1)
19
19
   Tests  78 passed (78)
20
20
  Type Errors  no errors
21
-  Start at  23:53:11
22
-  Duration  2.93s (transform 597ms, setup 0ms, collect 2.12s, tests 282ms, environment 0ms, prepare 183ms)
21
+  Start at  06:47:06
22
+  Duration  3.34s (transform 670ms, setup 0ms, collect 2.37s, tests 450ms, environment 0ms, prepare 234ms)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/chain-utils",
3
- "version": "0.2.62",
3
+ "version": "0.2.64",
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.62",
22
- "@layerzerolabs/common-ton": "0.2.62",
23
- "@layerzerolabs/layerzero-definitions": "0.2.62",
24
- "@layerzerolabs/common-encoding-utils": "0.2.62",
25
- "@layerzerolabs/static-chain-info": "0.2.62"
21
+ "@layerzerolabs/common-chain-model": "0.2.64",
22
+ "@layerzerolabs/common-encoding-utils": "0.2.64",
23
+ "@layerzerolabs/common-ton": "0.2.64",
24
+ "@layerzerolabs/layerzero-definitions": "0.2.64",
25
+ "@layerzerolabs/static-chain-info": "0.2.64"
26
26
  },
27
27
  "devDependencies": {
28
28
  "tsup": "^8.4.0",
29
29
  "vitest": "^3.2.3",
30
- "@layerzerolabs/tsup-configuration": "0.2.62",
31
- "@layerzerolabs/typescript-configuration": "0.2.62",
32
- "@layerzerolabs/typescript-utils": "0.2.62"
30
+ "@layerzerolabs/tsup-configuration": "0.2.64",
31
+ "@layerzerolabs/typescript-utils": "0.2.64",
32
+ "@layerzerolabs/typescript-configuration": "0.2.64"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "restricted",