@layerzerolabs/chain-utils 0.0.66 → 0.0.67

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.
@@ -11,23 +11,6 @@
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  Entry module "dist/7BDQVICT.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
- ESM dist/addressParser.js 249.00 B
15
- ESM dist/index.js 340.00 B
16
- ESM dist/utils.js 139.00 B
17
- ESM dist/MR2I35UU.js 10.71 KB
18
- ESM dist/FJIAQ3QL.js 419.00 B
19
- ESM dist/YXE7PREU.js 2.36 KB
20
- ESM dist/PBOTNOCJ.js 41.68 KB
21
- ESM dist/addressParser.test.js 641.45 KB
22
- ESM dist/addressParser.js.map 77.00 B
23
- ESM dist/utils.js.map 69.00 B
24
- ESM dist/index.js.map 187.00 B
25
- ESM dist/FJIAQ3QL.js.map 625.00 B
26
- ESM dist/YXE7PREU.js.map 653.00 B
27
- ESM dist/MR2I35UU.js.map 23.40 KB
28
- ESM dist/PBOTNOCJ.js.map 99.19 KB
29
- ESM dist/addressParser.test.js.map 1.59 MB
30
- ESM ⚡️ Build success in 1823ms
31
14
  CJS dist/addressParser.cjs 1008.00 B
32
15
  CJS dist/index.cjs 1.21 KB
33
16
  CJS dist/utils.cjs 294.00 B
@@ -37,11 +20,28 @@ Entry module "dist/7BDQVICT.cjs" is using named and default exports together. Co
37
20
  CJS dist/7BDQVICT.cjs 42.04 KB
38
21
  CJS dist/addressParser.test.cjs 655.12 KB
39
22
  CJS dist/index.cjs.map 208.00 B
40
- CJS dist/addressParser.cjs.map 78.00 B
41
- CJS dist/J6P5K7DC.cjs.map 845.00 B
42
- CJS dist/NOJYY7DN.cjs.map 658.00 B
43
23
  CJS dist/utils.cjs.map 70.00 B
24
+ CJS dist/NOJYY7DN.cjs.map 658.00 B
25
+ CJS dist/J6P5K7DC.cjs.map 845.00 B
44
26
  CJS dist/K6ILVJZQ.cjs.map 23.49 KB
45
27
  CJS dist/7BDQVICT.cjs.map 99.22 KB
28
+ CJS dist/addressParser.cjs.map 78.00 B
46
29
  CJS dist/addressParser.test.cjs.map 1.59 MB
47
- CJS ⚡️ Build success in 1825ms
30
+ CJS ⚡️ Build success in 2869ms
31
+ ESM dist/addressParser.js 249.00 B
32
+ ESM dist/index.js 340.00 B
33
+ ESM dist/utils.js 139.00 B
34
+ ESM dist/FJIAQ3QL.js 419.00 B
35
+ ESM dist/MR2I35UU.js 10.71 KB
36
+ ESM dist/YXE7PREU.js 2.36 KB
37
+ ESM dist/PBOTNOCJ.js 41.68 KB
38
+ ESM dist/addressParser.test.js 641.45 KB
39
+ ESM dist/addressParser.js.map 77.00 B
40
+ ESM dist/index.js.map 187.00 B
41
+ ESM dist/utils.js.map 69.00 B
42
+ ESM dist/FJIAQ3QL.js.map 625.00 B
43
+ ESM dist/MR2I35UU.js.map 23.40 KB
44
+ ESM dist/YXE7PREU.js.map 653.00 B
45
+ ESM dist/PBOTNOCJ.js.map 99.19 KB
46
+ ESM dist/addressParser.test.js.map 1.59 MB
47
+ ESM ⚡️ Build success in 2885ms
@@ -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 (26 tests) 192ms
16
+ ✓ src/addressParser.test.ts (26 tests) 258ms
17
17
 
18
18
   Test Files  1 passed (1)
19
19
   Tests  26 passed (26)
20
20
  Type Errors  no errors
21
-  Start at  18:41:59
22
-  Duration  2.13s (transform 493ms, setup 0ms, collect 1.56s, tests 192ms, environment 0ms, prepare 116ms)
21
+  Start at  18:13:00
22
+  Duration  2.62s (transform 600ms, setup 0ms, collect 1.89s, tests 258ms, environment 0ms, prepare 129ms)
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/chain-utils",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,18 +17,18 @@
17
17
  "@initia/initia.js": "1.0.4",
18
18
  "@ton/ton": "npm:@layerzerolabs/ton@15.1.0-rc.9",
19
19
  "bs58": "^5.0.0",
20
- "@layerzerolabs/common-ton": "0.0.66",
21
- "@layerzerolabs/common-chain-model": "0.0.66",
22
- "@layerzerolabs/common-utils": "0.0.66",
23
- "@layerzerolabs/layerzero-definitions": "0.0.66",
24
- "@layerzerolabs/static-chain-info": "0.0.66"
20
+ "@layerzerolabs/common-chain-model": "0.0.67",
21
+ "@layerzerolabs/common-ton": "0.0.67",
22
+ "@layerzerolabs/layerzero-definitions": "0.0.67",
23
+ "@layerzerolabs/static-chain-info": "0.0.67",
24
+ "@layerzerolabs/common-utils": "0.0.67"
25
25
  },
26
26
  "devDependencies": {
27
27
  "tsup": "^8.4.0",
28
28
  "vitest": "^3.2.3",
29
- "@layerzerolabs/tsup-configuration": "0.0.66",
30
- "@layerzerolabs/typescript-configuration": "0.0.66",
31
- "@layerzerolabs/typescript-utils": "0.0.66"
29
+ "@layerzerolabs/tsup-configuration": "0.0.67",
30
+ "@layerzerolabs/typescript-configuration": "0.0.67",
31
+ "@layerzerolabs/typescript-utils": "0.0.67"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "restricted",