@layerzerolabs/chain-utils 0.2.11 → 0.2.12

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.
@@ -10,26 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- 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.
14
13
  "default" is imported from external module "path" but never used in "dist/CWKWODSW.js".
15
14
  "fileURLToPath" is imported from external module "url" but never used in "dist/CWKWODSW.js".
16
- CJS dist/addressParser.cjs 1.28 KB
17
- CJS dist/index.cjs 1.33 KB
18
- CJS dist/6ZQQF5PQ.cjs 19.43 KB
19
- CJS dist/ZZHCL54L.cjs 42.51 KB
20
- CJS dist/KHVGLVR5.cjs 2.10 KB
21
- CJS dist/addressParser.test.cjs 669.26 KB
22
- CJS dist/addressParser.cjs.map 78.00 B
23
- CJS dist/index.cjs.map 181.00 B
24
- CJS dist/6ZQQF5PQ.cjs.map 40.99 KB
25
- CJS dist/ZZHCL54L.cjs.map 100.23 KB
26
- CJS dist/KHVGLVR5.cjs.map 926.00 B
27
- CJS dist/addressParser.test.cjs.map 1.62 MB
28
- CJS ⚡️ Build success in 3635ms
15
+ 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.
29
16
  ESM dist/addressParser.js 294.00 B
30
17
  ESM dist/index.js 337.00 B
31
- ESM dist/TNQ4ZWJM.js 17.30 KB
32
18
  ESM dist/CWKWODSW.js 1.87 KB
19
+ ESM dist/TNQ4ZWJM.js 17.30 KB
33
20
  ESM dist/PYS2ZW6G.js 42.16 KB
34
21
  ESM dist/addressParser.test.js 655.49 KB
35
22
  ESM dist/addressParser.js.map 77.00 B
@@ -38,4 +25,17 @@ Entry module "dist/ZZHCL54L.cjs" is using named and default exports together. Co
38
25
  ESM dist/TNQ4ZWJM.js.map 40.91 KB
39
26
  ESM dist/PYS2ZW6G.js.map 100.20 KB
40
27
  ESM dist/addressParser.test.js.map 1.61 MB
41
- ESM ⚡️ Build success in 3637ms
28
+ ESM ⚡️ Build success in 3357ms
29
+ CJS dist/addressParser.cjs 1.28 KB
30
+ CJS dist/index.cjs 1.33 KB
31
+ CJS dist/6ZQQF5PQ.cjs 19.43 KB
32
+ CJS dist/KHVGLVR5.cjs 2.10 KB
33
+ CJS dist/ZZHCL54L.cjs 42.51 KB
34
+ CJS dist/addressParser.test.cjs 669.26 KB
35
+ CJS dist/addressParser.cjs.map 78.00 B
36
+ CJS dist/index.cjs.map 181.00 B
37
+ CJS dist/6ZQQF5PQ.cjs.map 40.99 KB
38
+ CJS dist/KHVGLVR5.cjs.map 926.00 B
39
+ CJS dist/ZZHCL54L.cjs.map 100.23 KB
40
+ CJS dist/addressParser.test.cjs.map 1.62 MB
41
+ CJS ⚡️ Build success in 3370ms
@@ -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:42060) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1767815771634 is not specified and it doesn't parse as CommonJS.
5
+ (node:40705) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1767991800874 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 (55 tests) 319ms
16
+ ✓ src/addressParser.test.ts (55 tests) 257ms
17
17
 
18
18
   Test Files  1 passed (1)
19
19
   Tests  55 passed (55)
20
20
  Type Errors  no errors
21
-  Start at  20:02:51
22
-  Duration  3.02s (transform 698ms, setup 0ms, collect 2.20s, tests 319ms, environment 0ms, prepare 169ms)
21
+  Start at  20:56:20
22
+  Duration  3.09s (transform 679ms, setup 0ms, collect 2.28s, tests 257ms, environment 0ms, prepare 125ms)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/chain-utils",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
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.11",
22
- "@layerzerolabs/common-encoding-utils": "0.2.11",
23
- "@layerzerolabs/common-ton": "0.2.11",
24
- "@layerzerolabs/layerzero-definitions": "0.2.11",
25
- "@layerzerolabs/static-chain-info": "0.2.11"
21
+ "@layerzerolabs/common-chain-model": "0.2.12",
22
+ "@layerzerolabs/common-ton": "0.2.12",
23
+ "@layerzerolabs/common-encoding-utils": "0.2.12",
24
+ "@layerzerolabs/layerzero-definitions": "0.2.12",
25
+ "@layerzerolabs/static-chain-info": "0.2.12"
26
26
  },
27
27
  "devDependencies": {
28
28
  "tsup": "^8.4.0",
29
29
  "vitest": "^3.2.3",
30
- "@layerzerolabs/tsup-configuration": "0.2.11",
31
- "@layerzerolabs/typescript-configuration": "0.2.11",
32
- "@layerzerolabs/typescript-utils": "0.2.11"
30
+ "@layerzerolabs/tsup-configuration": "0.2.12",
31
+ "@layerzerolabs/typescript-configuration": "0.2.12",
32
+ "@layerzerolabs/typescript-utils": "0.2.12"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "restricted",