@layerzerolabs/lz-initia-cli 3.0.154 → 3.0.156

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @layerzerolabs/lz-initia-cli
2
2
 
3
+ ## 3.0.156
4
+
5
+ ### Patch Changes
6
+
7
+ - 51923f2: irys testnet + mainnet, chiliz mainnet
8
+ - Updated dependencies [51923f2]
9
+ - @layerzerolabs/lz-definitions@3.0.156
10
+ - @layerzerolabs/lz-config-types@3.0.156
11
+ - @layerzerolabs/lz-utilities@3.0.156
12
+
13
+ ## 3.0.155
14
+
15
+ ### Patch Changes
16
+
17
+ - 68c50f8: raylsdevnet and moderato with endpoint dollar fee token
18
+ - Updated dependencies [68c50f8]
19
+ - @layerzerolabs/lz-definitions@3.0.155
20
+ - @layerzerolabs/lz-config-types@3.0.155
21
+ - @layerzerolabs/lz-utilities@3.0.155
22
+
3
23
  ## 3.0.154
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-initia-cli",
3
- "version": "3.0.154",
3
+ "version": "3.0.156",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -25,9 +25,9 @@
25
25
  "dependencies": {
26
26
  "@commander-js/extra-typings": "^12.1.0",
27
27
  "@initia/initia.js": "1.0.4",
28
- "@layerzerolabs/lz-config-types": "^3.0.154",
29
- "@layerzerolabs/lz-definitions": "^3.0.154",
30
- "@layerzerolabs/lz-utilities": "^3.0.154",
28
+ "@layerzerolabs/lz-config-types": "^3.0.156",
29
+ "@layerzerolabs/lz-definitions": "^3.0.156",
30
+ "@layerzerolabs/lz-utilities": "^3.0.156",
31
31
  "@noble/hashes": "^1.3.2",
32
32
  "commander": "^12.1.0",
33
33
  "find-up": "^5.0.0",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@jest/globals": "^29.7.0",
40
- "@layerzerolabs/tsup-config-next": "^3.0.154",
41
- "@layerzerolabs/typescript-config-next": "^3.0.154",
40
+ "@layerzerolabs/tsup-config-next": "^3.0.156",
41
+ "@layerzerolabs/typescript-config-next": "^3.0.156",
42
42
  "@types/jest": "^29.5.10",
43
43
  "jest": "^29.7.0",
44
44
  "ts-jest": "^29.1.1",