@layerzerolabs/static-chain-info 0.2.51 → 0.2.52

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
- CJS dist/index.cjs 5.88 KB
15
14
  CJS dist/staticChainInfo.cjs 2.26 KB
15
+ CJS dist/index.cjs 5.88 KB
16
16
  CJS dist/22IKBP7N.cjs 46.74 KB
17
+ CJS dist/staticChainInfo.cjs.map 80.00 B
17
18
  CJS dist/index.cjs.map 7.13 KB
18
19
  CJS dist/22IKBP7N.cjs.map 97.54 KB
19
- CJS dist/staticChainInfo.cjs.map 80.00 B
20
- CJS ⚡️ Build success in 310ms
20
+ CJS ⚡️ Build success in 385ms
21
21
  ESM dist/index.js 3.35 KB
22
22
  ESM dist/staticChainInfo.js 373.00 B
23
23
  ESM dist/XEKYQZ7N.js 40.97 KB
24
24
  ESM dist/index.js.map 7.09 KB
25
- ESM dist/staticChainInfo.js.map 79.00 B
26
25
  ESM dist/XEKYQZ7N.js.map 97.28 KB
27
- ESM ⚡️ Build success in 309ms
26
+ ESM dist/staticChainInfo.js.map 79.00 B
27
+ ESM ⚡️ Build success in 385ms
@@ -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:44913) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1772834471657 is not specified and it doesn't parse as CommonJS.
5
+ (node:131598) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/eslint.config.js?mtime=1773702131952 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)
@@ -8,9 +8,9 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
8
8
   RUN  v3.2.4 /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
9
9
 
10
10
  include: **/*.{test,spec}.?(c|m)[jt]s?(x)
11
- exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
12
11
  No test files found, exiting with code 0
12
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
13
+
13
14
  typecheck include: **/*.{test,spec}-d.?(c|m)[jt]s?(x)
14
15
  typecheck exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
15
16
 
16
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.2.51",
3
+ "version": "0.2.52",
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.159",
19
- "@layerzerolabs/layerzero-definitions": "0.2.51"
19
+ "@layerzerolabs/layerzero-definitions": "0.2.52"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/tsup-configuration": "0.2.51",
25
- "@layerzerolabs/typescript-configuration": "0.2.51"
24
+ "@layerzerolabs/tsup-configuration": "0.2.52",
25
+ "@layerzerolabs/typescript-configuration": "0.2.52"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "restricted",