@layerzerolabs/static-chain-info 0.0.33 → 0.0.35

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/index.js 5.20 KB
14
13
  ESM dist/staticChainInfo.js 158.00 B
15
14
  ESM dist/3CVYOI5Q.js 33.45 KB
16
- ESM dist/index.js.map 12.29 KB
15
+ ESM dist/index.js 5.20 KB
17
16
  ESM dist/staticChainInfo.js.map 79.00 B
18
17
  ESM dist/3CVYOI5Q.js.map 79.32 KB
19
- ESM ⚡️ Build success in 420ms
20
- CJS dist/index.cjs 6.61 KB
18
+ ESM dist/index.js.map 12.29 KB
19
+ ESM ⚡️ Build success in 401ms
21
20
  CJS dist/staticChainInfo.cjs 541.00 B
21
+ CJS dist/index.cjs 6.61 KB
22
22
  CJS dist/7QMGGKXF.cjs 37.87 KB
23
- CJS dist/index.cjs.map 12.34 KB
24
23
  CJS dist/staticChainInfo.cjs.map 80.00 B
24
+ CJS dist/index.cjs.map 12.34 KB
25
25
  CJS dist/7QMGGKXF.cjs.map 79.53 KB
26
- CJS ⚡️ Build success in 421ms
26
+ CJS ⚡️ Build success in 402ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/static-chain-info",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
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.129",
19
- "@layerzerolabs/common-chain-model": "0.0.33",
20
- "@layerzerolabs/common-utils": "0.0.33",
21
- "@layerzerolabs/layerzero-definitions": "0.0.33"
19
+ "@layerzerolabs/common-chain-model": "0.0.35",
20
+ "@layerzerolabs/common-utils": "0.0.35",
21
+ "@layerzerolabs/layerzero-definitions": "0.0.35"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsup": "^8.4.0",
25
25
  "vitest": "^3.2.3",
26
- "@layerzerolabs/tsup-configuration": "0.0.33",
27
- "@layerzerolabs/typescript-configuration": "0.0.33"
26
+ "@layerzerolabs/tsup-configuration": "0.0.35",
27
+ "@layerzerolabs/typescript-configuration": "0.0.35"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "restricted",