@layerzerolabs/lz-initia-cli 3.0.155 → 3.0.157

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