@layerzerolabs/static-chain-info 0.0.20 → 0.0.22

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.
@@ -14,13 +14,13 @@
14
14
  CJS dist/CBDER57P.cjs 37.67 KB
15
15
  CJS dist/index.cjs 6.59 KB
16
16
  CJS dist/staticChainInfo.cjs.map 80.00 B
17
- CJS dist/index.cjs.map 12.34 KB
18
17
  CJS dist/CBDER57P.cjs.map 79.09 KB
19
- CJS ⚡️ Build success in 314ms
18
+ CJS dist/index.cjs.map 12.34 KB
19
+ CJS ⚡️ Build success in 349ms
20
+ ESM dist/index.js 5.20 KB
20
21
  ESM dist/staticChainInfo.js 158.00 B
21
22
  ESM dist/75ERRJTE.js 33.26 KB
22
- ESM dist/index.js 5.20 KB
23
- ESM dist/staticChainInfo.js.map 79.00 B
24
23
  ESM dist/index.js.map 12.29 KB
24
+ ESM dist/staticChainInfo.js.map 79.00 B
25
25
  ESM dist/75ERRJTE.js.map 78.88 KB
26
- ESM ⚡️ Build success in 314ms
26
+ ESM ⚡️ Build success in 348ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -16,16 +16,16 @@
16
16
  "types": "./dist/index.d.ts",
17
17
  "dependencies": {
18
18
  "@layerzerolabs/lz-definitions": "3.0.125",
19
- "@layerzerolabs/common-chain-model": "0.0.20",
20
- "@layerzerolabs/layerzero-definitions": "0.0.20",
21
- "@layerzerolabs/common-utils": "0.0.20"
19
+ "@layerzerolabs/common-utils": "0.0.22",
20
+ "@layerzerolabs/common-chain-model": "0.0.22",
21
+ "@layerzerolabs/layerzero-definitions": "0.0.22"
22
22
  },
23
23
  "devDependencies": {
24
24
  "bs58": "^5.0.0",
25
25
  "tsup": "^8.4.0",
26
26
  "vitest": "^3.2.3",
27
- "@layerzerolabs/tsup-configuration": "0.0.20",
28
- "@layerzerolabs/typescript-configuration": "0.0.20"
27
+ "@layerzerolabs/tsup-configuration": "0.0.22",
28
+ "@layerzerolabs/typescript-configuration": "0.0.22"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "restricted",