@layerzerolabs/lz-initia-cli 3.0.2-initia.3 → 3.0.2-initia.5

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 +13 -11
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,24 +1,26 @@
1
1
  # @layerzerolabs/lz-initia-cli
2
2
 
3
- ## 3.0.2-initia.3
3
+ ## 3.0.2-initia.5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Build initia,aptos,bsc,movement snapshot images
7
+ - Build new initia,aptos,bsc,movement snpashot images(initiad upgrade to 0.5.6)
8
8
  - Updated dependencies
9
- - @layerzerolabs/lz-definitions@3.0.2-initia.3
10
- - @layerzerolabs/lz-config-types@3.0.2-initia.3
11
- - @layerzerolabs/lz-utilities@3.0.2-initia.3
9
+ - @layerzerolabs/lz-definitions@3.0.2-initia.5
10
+ - @layerzerolabs/lz-config-types@3.0.2-initia.5
11
+ - @layerzerolabs/lz-utilities@3.0.2-initia.5
12
12
 
13
- ## 3.0.2-initia.2
13
+ ## 3.0.2
14
14
 
15
15
  ### Patch Changes
16
16
 
17
- - Build new initia,aptos,bsc,movement snapshot images
18
- - Updated dependencies
19
- - @layerzerolabs/lz-definitions@3.0.2-initia.2
20
- - @layerzerolabs/lz-config-types@3.0.2-initia.2
21
- - @layerzerolabs/lz-utilities@3.0.2-initia.2
17
+ - 409f461: testnet deploys: ble, bl2
18
+ - f493177: plume mainnet
19
+ - Updated dependencies [409f461]
20
+ - Updated dependencies [f493177]
21
+ - @layerzerolabs/lz-definitions@3.0.2
22
+ - @layerzerolabs/lz-config-types@3.0.2
23
+ - @layerzerolabs/lz-utilities@3.0.2
22
24
 
23
25
  ## 3.0.2-initia.1
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-initia-cli",
3
- "version": "3.0.2-initia.3",
3
+ "version": "3.0.2-initia.5",
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": "^0.2.11",
28
- "@layerzerolabs/lz-config-types": "^3.0.2-initia.3",
29
- "@layerzerolabs/lz-definitions": "^3.0.2-initia.3",
30
- "@layerzerolabs/lz-utilities": "^3.0.2-initia.3",
28
+ "@layerzerolabs/lz-config-types": "^3.0.2-initia.5",
29
+ "@layerzerolabs/lz-definitions": "^3.0.2-initia.5",
30
+ "@layerzerolabs/lz-utilities": "^3.0.2-initia.5",
31
31
  "commander": "^12.1.0",
32
32
  "find-up": "^5.0.0",
33
33
  "glob": "^10.3.10",
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@jest/globals": "^29.7.0",
39
- "@layerzerolabs/ops-utilities": "^3.0.2-initia.3",
40
- "@layerzerolabs/tsup-config-next": "^3.0.2-initia.3",
41
- "@layerzerolabs/typescript-config-next": "^3.0.2-initia.3",
39
+ "@layerzerolabs/ops-utilities": "^3.0.2-initia.5",
40
+ "@layerzerolabs/tsup-config-next": "^3.0.2-initia.5",
41
+ "@layerzerolabs/typescript-config-next": "^3.0.2-initia.5",
42
42
  "@types/jest": "^29.5.10",
43
43
  "jest": "^29.7.0",
44
44
  "rimraf": "^5.0.5",