@layerzerolabs/static-chain-info 0.2.15 → 0.2.18

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.
@@ -1,3 +1,4 @@
1
+  WARN  Issue while reading "/home/runner/work/monorepo-internal/monorepo-internal/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
1
2
 
2
3
  > @layerzerolabs/static-chain-info@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
3
4
  > tsup
@@ -16,11 +17,11 @@
16
17
  ESM dist/index.js.map 7.07 KB
17
18
  ESM dist/staticChainInfo.js.map 79.00 B
18
19
  ESM dist/T43EUHWI.js.map 93.28 KB
19
- ESM ⚡️ Build success in 343ms
20
- CJS dist/index.cjs 5.70 KB
20
+ ESM ⚡️ Build success in 380ms
21
21
  CJS dist/staticChainInfo.cjs 2.10 KB
22
+ CJS dist/index.cjs 5.70 KB
22
23
  CJS dist/CRYUJXJC.cjs 44.90 KB
23
- CJS dist/index.cjs.map 7.10 KB
24
24
  CJS dist/staticChainInfo.cjs.map 80.00 B
25
+ CJS dist/index.cjs.map 7.10 KB
25
26
  CJS dist/CRYUJXJC.cjs.map 93.52 KB
26
- CJS ⚡️ Build success in 344ms
27
+ CJS ⚡️ Build success in 380ms
@@ -2,7 +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:96628) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1768456627471 is not specified and it doesn't parse as CommonJS.
5
+ (node:47704) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1768925506520 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.2.15",
3
+ "version": "0.2.18",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -15,14 +15,14 @@
15
15
  "module": "./dist/index.js",
16
16
  "types": "./dist/index.d.ts",
17
17
  "dependencies": {
18
- "@layerzerolabs/lz-definitions": "3.0.151",
19
- "@layerzerolabs/layerzero-definitions": "0.2.15"
18
+ "@layerzerolabs/lz-definitions": "3.0.154",
19
+ "@layerzerolabs/layerzero-definitions": "0.2.18"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/typescript-configuration": "0.2.15",
25
- "@layerzerolabs/tsup-configuration": "0.2.15"
24
+ "@layerzerolabs/tsup-configuration": "0.2.18",
25
+ "@layerzerolabs/typescript-configuration": "0.2.18"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "restricted",