@layerzerolabs/static-chain-info 0.2.67 → 0.2.68

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,17 +11,17 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- ESM dist/index.js 3.47 KB
15
- ESM dist/staticChainInfo.js 402.00 B
16
- ESM dist/NN6FIT4I.js 44.04 KB
17
- ESM dist/index.js.map 7.20 KB
18
- ESM dist/staticChainInfo.js.map 79.00 B
19
- ESM dist/NN6FIT4I.js.map 104.52 KB
20
- ESM ⚡️ Build success in 558ms
21
14
  CJS dist/staticChainInfo.cjs 2.50 KB
22
15
  CJS dist/index.cjs 6.21 KB
23
16
  CJS dist/IM5DOZQ3.cjs 50.84 KB
24
17
  CJS dist/staticChainInfo.cjs.map 80.00 B
25
18
  CJS dist/index.cjs.map 7.23 KB
26
19
  CJS dist/IM5DOZQ3.cjs.map 104.83 KB
27
- CJS ⚡️ Build success in 561ms
20
+ CJS ⚡️ Build success in 447ms
21
+ ESM dist/staticChainInfo.js 402.00 B
22
+ ESM dist/index.js 3.47 KB
23
+ ESM dist/NN6FIT4I.js 44.04 KB
24
+ ESM dist/staticChainInfo.js.map 79.00 B
25
+ ESM dist/index.js.map 7.20 KB
26
+ ESM dist/NN6FIT4I.js.map 104.52 KB
27
+ ESM ⚡️ Build success in 447ms
@@ -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:69907) [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.
5
+ (node:169835) [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
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.67",
3
+ "version": "0.2.68",
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.167",
19
- "@layerzerolabs/layerzero-definitions": "0.2.67"
19
+ "@layerzerolabs/layerzero-definitions": "0.2.68"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/typescript-configuration": "0.2.67",
25
- "@layerzerolabs/tsup-configuration": "0.2.67"
24
+ "@layerzerolabs/typescript-configuration": "0.2.68",
25
+ "@layerzerolabs/tsup-configuration": "0.2.68"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public",