@layerzerolabs/static-chain-info 0.0.58 → 0.0.59

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.
@@ -10,17 +10,17 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/staticChainInfo.js 158.00 B
14
13
  ESM dist/index.js 4.50 KB
14
+ ESM dist/staticChainInfo.js 158.00 B
15
15
  ESM dist/4II7SICO.js 33.75 KB
16
- ESM dist/staticChainInfo.js.map 79.00 B
17
16
  ESM dist/index.js.map 10.27 KB
17
+ ESM dist/staticChainInfo.js.map 79.00 B
18
18
  ESM dist/4II7SICO.js.map 80.05 KB
19
- ESM ⚡️ Build success in 362ms
19
+ ESM ⚡️ Build success in 477ms
20
20
  CJS dist/index.cjs 5.85 KB
21
21
  CJS dist/staticChainInfo.cjs 541.00 B
22
22
  CJS dist/5TWPTP6E.cjs 38.22 KB
23
23
  CJS dist/index.cjs.map 10.32 KB
24
- CJS dist/5TWPTP6E.cjs.map 80.26 KB
25
24
  CJS dist/staticChainInfo.cjs.map 80.00 B
26
- CJS ⚡️ Build success in 364ms
25
+ CJS dist/5TWPTP6E.cjs.map 80.26 KB
26
+ CJS ⚡️ Build success in 478ms
@@ -7,9 +7,9 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
7
7
 
8
8
   RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/chain-abstractions/static-chain-info
9
9
 
10
- include: **/*.{test,spec}.?(c|m)[jt]s?(x)
11
10
  No test files found, exiting with code 0
12
11
 
12
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
13
13
  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.*
14
14
  typecheck include: **/*.{test,spec}-d.?(c|m)[jt]s?(x)
15
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.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
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.135",
19
- "@layerzerolabs/layerzero-definitions": "0.0.58"
19
+ "@layerzerolabs/layerzero-definitions": "0.0.59"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.4.0",
23
23
  "vitest": "^3.2.3",
24
- "@layerzerolabs/tsup-configuration": "0.0.58",
25
- "@layerzerolabs/typescript-configuration": "0.0.58"
24
+ "@layerzerolabs/typescript-configuration": "0.0.59",
25
+ "@layerzerolabs/tsup-configuration": "0.0.59"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "restricted",