@layerzerolabs/static-chain-info 0.2.5 → 0.2.7

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.
@@ -4,23 +4,23 @@
4
4
 
5
5
  CLI Building entry: src/index.ts, src/staticChainInfo.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.4.0
7
+ CLI tsup v8.5.1
8
8
  CLI Using tsup config: /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info/tsup.config.ts
9
9
  CLI Target: ES2023
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  CJS dist/index.cjs 4.04 KB
14
- CJS dist/staticChainInfo.cjs 537.00 B
15
14
  CJS dist/CBKS436E.cjs 42.12 KB
15
+ CJS dist/staticChainInfo.cjs 537.00 B
16
16
  CJS dist/index.cjs.map 6.79 KB
17
- CJS dist/staticChainInfo.cjs.map 80.00 B
18
17
  CJS dist/CBKS436E.cjs.map 88.78 KB
19
- CJS ⚡️ Build success in 298ms
18
+ CJS dist/staticChainInfo.cjs.map 80.00 B
19
+ CJS ⚡️ Build success in 441ms
20
20
  ESM dist/index.js 3.05 KB
21
- ESM dist/26X56ANJ.js 37.15 KB
22
21
  ESM dist/staticChainInfo.js 158.00 B
22
+ ESM dist/26X56ANJ.js 37.15 KB
23
23
  ESM dist/index.js.map 6.75 KB
24
- ESM dist/26X56ANJ.js.map 88.54 KB
25
24
  ESM dist/staticChainInfo.js.map 79.00 B
26
- ESM ⚡️ Build success in 299ms
25
+ ESM dist/26X56ANJ.js.map 88.54 KB
26
+ ESM ⚡️ Build success in 441ms
@@ -2,3 +2,7 @@
2
2
  > @layerzerolabs/static-chain-info@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
3
3
  > eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)
4
4
 
5
+ (node:29546) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1764985257978 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)
@@ -5,7 +5,7 @@
5
5
  Testing types with tsc and vue-tsc is an experimental feature.
6
6
  Breaking changes might not follow SemVer, please pin Vitest's version when using it.
7
7
 
8
-  RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
8
+  RUN  v3.2.4 /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
9
9
 
10
10
  No test files found, exiting with code 0
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -16,13 +16,13 @@
16
16
  "types": "./dist/index.d.ts",
17
17
  "dependencies": {
18
18
  "@layerzerolabs/lz-definitions": "3.0.149",
19
- "@layerzerolabs/layerzero-definitions": "0.2.5"
19
+ "@layerzerolabs/layerzero-definitions": "0.2.7"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/typescript-configuration": "0.2.5",
25
- "@layerzerolabs/tsup-configuration": "0.2.5"
24
+ "@layerzerolabs/tsup-configuration": "0.2.7",
25
+ "@layerzerolabs/typescript-configuration": "0.2.7"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "restricted",