@layerzerolabs/chain-utils 0.2.67 → 0.2.69

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.67",
3
+ "version": "0.2.69",
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.67",
22
- "@layerzerolabs/common-chain-model": "0.2.67",
23
- "@layerzerolabs/common-encoding-utils": "0.2.67",
24
- "@layerzerolabs/layerzero-definitions": "0.2.67",
25
- "@layerzerolabs/static-chain-info": "0.2.67"
24
+ "@layerzerolabs/address-utils-ton": "0.2.69",
25
+ "@layerzerolabs/layerzero-definitions": "0.2.69",
26
+ "@layerzerolabs/static-chain-info": "0.2.69",
27
+ "@layerzerolabs/common-encoding-utils": "0.2.69",
28
+ "@layerzerolabs/common-chain-model": "0.2.69"
26
29
  },
27
30
  "devDependencies": {
28
31
  "tsup": "^8.4.0",
29
32
  "vitest": "^3.2.3",
30
- "@layerzerolabs/tsup-configuration": "0.2.67",
31
- "@layerzerolabs/typescript-configuration": "0.2.67",
32
- "@layerzerolabs/typescript-utils": "0.2.67"
33
+ "@layerzerolabs/tsup-configuration": "0.2.69",
34
+ "@layerzerolabs/typescript-configuration": "0.2.69",
35
+ "@layerzerolabs/typescript-utils": "0.2.69"
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
- "default" is imported from external module "path" but never used in "dist/CWKWODSW.js".
15
- "fileURLToPath" is imported from external module "url" but never used in "dist/CWKWODSW.js".
16
- ESM dist/addressParser.js 294.00 B
17
- ESM dist/index.js 337.00 B
18
- ESM dist/HNVHH5C2.js 20.76 KB
19
- ESM dist/CWKWODSW.js 1.87 KB
20
- ESM dist/PYS2ZW6G.js 42.16 KB
21
- ESM dist/addressParser.test.js 661.84 KB
22
- ESM dist/addressParser.js.map 77.00 B
23
- ESM dist/index.js.map 160.00 B
24
- ESM dist/HNVHH5C2.js.map 48.62 KB
25
- ESM dist/CWKWODSW.js.map 669.00 B
26
- ESM dist/PYS2ZW6G.js.map 100.20 KB
27
- ESM dist/addressParser.test.js.map 1.63 MB
28
- ESM ⚡️ Build success in 1873ms
29
- 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.
30
- CJS dist/index.cjs 1.33 KB
31
- CJS dist/addressParser.cjs 1.28 KB
32
- CJS dist/7TRUXRQA.cjs 23.38 KB
33
- CJS dist/KHVGLVR5.cjs 2.10 KB
34
- CJS dist/ZZHCL54L.cjs 42.51 KB
35
- CJS dist/addressParser.test.cjs 676.39 KB
36
- CJS dist/index.cjs.map 181.00 B
37
- CJS dist/addressParser.cjs.map 78.00 B
38
- CJS dist/7TRUXRQA.cjs.map 48.72 KB
39
- CJS dist/KHVGLVR5.cjs.map 926.00 B
40
- CJS dist/ZZHCL54L.cjs.map 100.23 KB
41
- CJS dist/addressParser.test.cjs.map 1.63 MB
42
- CJS ⚡️ Build success in 2864ms
@@ -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:75418) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1775770562286 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) 248ms
17
-
18
-  Test Files  1 passed (1)
19
-  Tests  78 passed (78)
20
- Type Errors  no errors
21
-  Start at  21:39:28
22
-  Duration  2.50s (transform 444ms, setup 0ms, collect 1.76s, tests 248ms, environment 0ms, prepare 207ms)
23
-