@layerzerolabs/lz-initia-cli 3.0.153 → 3.0.155

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