@layerzerolabs/lz-initia-cli 3.0.156 → 3.0.158

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.158
4
+
5
+ ### Patch Changes
6
+
7
+ - cc77ff3: tempo mainnet
8
+ - Updated dependencies [cc77ff3]
9
+ - @layerzerolabs/lz-definitions@3.0.158
10
+ - @layerzerolabs/lz-config-types@3.0.158
11
+ - @layerzerolabs/lz-utilities@3.0.158
12
+
13
+ ## 3.0.157
14
+
15
+ ### Patch Changes
16
+
17
+ - 02975e5: Implement OmniCounterAlt contract
18
+ - Updated dependencies [02975e5]
19
+ - @layerzerolabs/lz-definitions@3.0.157
20
+ - @layerzerolabs/lz-config-types@3.0.157
21
+ - @layerzerolabs/lz-utilities@3.0.157
22
+
3
23
  ## 3.0.156
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.156",
3
+ "version": "3.0.158",
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.156",
29
- "@layerzerolabs/lz-definitions": "^3.0.156",
30
- "@layerzerolabs/lz-utilities": "^3.0.156",
28
+ "@layerzerolabs/lz-config-types": "^3.0.158",
29
+ "@layerzerolabs/lz-definitions": "^3.0.158",
30
+ "@layerzerolabs/lz-utilities": "^3.0.158",
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.156",
41
- "@layerzerolabs/typescript-config-next": "^3.0.156",
40
+ "@layerzerolabs/tsup-config-next": "^3.0.158",
41
+ "@layerzerolabs/typescript-config-next": "^3.0.158",
42
42
  "@types/jest": "^29.5.10",
43
43
  "jest": "^29.7.0",
44
44
  "ts-jest": "^29.1.1",