@layerzerolabs/lz-initia-cli 3.0.152 → 3.0.154

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.154
4
+
5
+ ### Patch Changes
6
+
7
+ - 792205d: jovay and moderato testnet
8
+ - Updated dependencies [792205d]
9
+ - @layerzerolabs/lz-definitions@3.0.154
10
+ - @layerzerolabs/lz-config-types@3.0.154
11
+ - @layerzerolabs/lz-utilities@3.0.154
12
+
13
+ ## 3.0.153
14
+
15
+ ### Patch Changes
16
+
17
+ - aab2bff: rise-mainnet, pharos-mainnet
18
+ - Updated dependencies [aab2bff]
19
+ - @layerzerolabs/lz-definitions@3.0.153
20
+ - @layerzerolabs/lz-config-types@3.0.153
21
+ - @layerzerolabs/lz-utilities@3.0.153
22
+
3
23
  ## 3.0.152
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.152",
3
+ "version": "3.0.154",
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.152",
29
- "@layerzerolabs/lz-definitions": "^3.0.152",
30
- "@layerzerolabs/lz-utilities": "^3.0.152",
28
+ "@layerzerolabs/lz-config-types": "^3.0.154",
29
+ "@layerzerolabs/lz-definitions": "^3.0.154",
30
+ "@layerzerolabs/lz-utilities": "^3.0.154",
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.152",
41
- "@layerzerolabs/typescript-config-next": "^3.0.152",
40
+ "@layerzerolabs/tsup-config-next": "^3.0.154",
41
+ "@layerzerolabs/typescript-config-next": "^3.0.154",
42
42
  "@types/jest": "^29.5.10",
43
43
  "jest": "^29.7.0",
44
44
  "ts-jest": "^29.1.1",