@layerzerolabs/chain-utils 0.2.68 → 0.2.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/chain-utils",
3
- "version": "0.2.68",
3
+ "version": "0.2.70",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -13,23 +13,26 @@
13
13
  "main": "./dist/index.cjs",
14
14
  "module": "./dist/index.js",
15
15
  "types": "./dist/index.d.ts",
16
+ "files": [
17
+ "dist/**/*"
18
+ ],
16
19
  "dependencies": {
17
20
  "@initia/initia.js": "1.0.4",
18
21
  "@stellar/stellar-sdk": "^14.1.1",
19
22
  "@ton/ton": "npm:@layerzerolabs/ton@15.1.0-rc.9",
20
23
  "bs58": "^5.0.0",
21
- "@layerzerolabs/address-utils-ton": "0.2.68",
22
- "@layerzerolabs/common-chain-model": "0.2.68",
23
- "@layerzerolabs/layerzero-definitions": "0.2.68",
24
- "@layerzerolabs/static-chain-info": "0.2.68",
25
- "@layerzerolabs/common-encoding-utils": "0.2.68"
24
+ "@layerzerolabs/address-utils-ton": "0.2.70",
25
+ "@layerzerolabs/common-chain-model": "0.2.70",
26
+ "@layerzerolabs/common-encoding-utils": "0.2.70",
27
+ "@layerzerolabs/layerzero-definitions": "0.2.70",
28
+ "@layerzerolabs/static-chain-info": "0.2.70"
26
29
  },
27
30
  "devDependencies": {
28
31
  "tsup": "^8.4.0",
29
32
  "vitest": "^3.2.3",
30
- "@layerzerolabs/typescript-configuration": "0.2.68",
31
- "@layerzerolabs/tsup-configuration": "0.2.68",
32
- "@layerzerolabs/typescript-utils": "0.2.68"
33
+ "@layerzerolabs/tsup-configuration": "0.2.70",
34
+ "@layerzerolabs/typescript-configuration": "0.2.70",
35
+ "@layerzerolabs/typescript-utils": "0.2.70"
33
36
  },
34
37
  "publishConfig": {
35
38
  "access": "public",
@@ -1,42 +0,0 @@
1
-  WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
2
-
3
- > @layerzerolabs/chain-utils@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils
4
- > tsup
5
-
6
- CLI Building entry: src/addressParser.test.ts, src/addressParser.ts, src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Using tsup config: /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils/tsup.config.ts
10
- CLI Target: ES2023
11
- CLI Cleaning output folder
12
- CJS Build start
13
- ESM Build start
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".
17
- CJS dist/addressParser.cjs 1.28 KB
18
- CJS dist/index.cjs 1.33 KB
19
- CJS dist/7TRUXRQA.cjs 23.38 KB
20
- CJS dist/KHVGLVR5.cjs 2.10 KB
21
- CJS dist/ZZHCL54L.cjs 42.51 KB
22
- CJS dist/addressParser.test.cjs 676.39 KB
23
- CJS dist/addressParser.cjs.map 78.00 B
24
- CJS dist/index.cjs.map 181.00 B
25
- CJS dist/7TRUXRQA.cjs.map 48.72 KB
26
- CJS dist/KHVGLVR5.cjs.map 926.00 B
27
- CJS dist/ZZHCL54L.cjs.map 100.23 KB
28
- CJS dist/addressParser.test.cjs.map 1.63 MB
29
- CJS ⚡️ Build success in 5138ms
30
- ESM dist/addressParser.js 294.00 B
31
- ESM dist/index.js 337.00 B
32
- ESM dist/CWKWODSW.js 1.87 KB
33
- ESM dist/HNVHH5C2.js 20.76 KB
34
- ESM dist/PYS2ZW6G.js 42.16 KB
35
- ESM dist/addressParser.test.js 661.84 KB
36
- ESM dist/addressParser.js.map 77.00 B
37
- ESM dist/index.js.map 160.00 B
38
- ESM dist/CWKWODSW.js.map 669.00 B
39
- ESM dist/HNVHH5C2.js.map 48.62 KB
40
- ESM dist/PYS2ZW6G.js.map 100.20 KB
41
- ESM dist/addressParser.test.js.map 1.63 MB
42
- ESM ⚡️ Build success in 5139ms
@@ -1,8 +0,0 @@
1
-
2
- > @layerzerolabs/chain-utils@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils
3
- > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
-
5
- (node:184621) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775777596131 is not specified and it doesn't parse as CommonJS.
6
- Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
7
- To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
8
- (Use `node --trace-warnings ...` to show where the warning was created)
@@ -1,23 +0,0 @@
1
-
2
- > @layerzerolabs/chain-utils@0.0.0 test /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils
3
- > vitest --run --pass-with-no-tests --typecheck
4
-
5
- Testing types with tsc and vue-tsc is an experimental feature.
6
- Breaking changes might not follow SemVer, please pin Vitest's version when using it.
7
-
8
-  RUN  v3.2.4 /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/chain-utils
9
-
10
- stderr | src/addressParser.test.ts > addressParser - TON > validates native addresses
11
- Error parsing address {
12
- address: 'invalid-ton-address',
13
- error: 'The address invalid-ton-address cannot be decoded as TON, hex, or base58'
14
- }
15
-
16
- ✓ src/addressParser.test.ts (78 tests) 318ms
17
-
18
-  Test Files  1 passed (1)
19
-  Tests  78 passed (78)
20
- Type Errors  no errors
21
-  Start at  23:44:03
22
-  Duration  3.67s (transform 701ms, setup 0ms, collect 2.36s, tests 318ms, environment 0ms, prepare 273ms)
23
-