@layerzerolabs/static-chain-info 0.0.29 → 0.0.30

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