@layerzerolabs/lz-movevm-sdk-v2 3.0.122-ton.0 → 3.0.123

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 +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @layerzerolabs/lz-movevm-sdk-v2
2
2
 
3
+ ## 3.0.123
4
+
5
+ ### Patch Changes
6
+
7
+ - 9efc74b: Update Aptos V1 Executor V2 Deployments
8
+ - Updated dependencies [9efc74b]
9
+ - @layerzerolabs/lz-definitions@3.0.123
10
+ - @layerzerolabs/lz-serdes@3.0.123
11
+ - @layerzerolabs/lz-utilities@3.0.123
12
+ - @layerzerolabs/lz-v2-utilities@3.0.123
13
+ - @layerzerolabs/move-definitions@3.0.123
14
+
15
+ ## 3.0.122
16
+
17
+ ### Patch Changes
18
+
19
+ - 3495607: new ton address
20
+ - Updated dependencies [3495607]
21
+ - @layerzerolabs/lz-definitions@3.0.122
22
+ - @layerzerolabs/lz-serdes@3.0.122
23
+ - @layerzerolabs/lz-utilities@3.0.122
24
+ - @layerzerolabs/lz-v2-utilities@3.0.122
25
+ - @layerzerolabs/move-definitions@3.0.122
26
+
3
27
  ## 3.0.121
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-movevm-sdk-v2",
3
- "version": "3.0.122-ton.0",
3
+ "version": "3.0.123",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -22,17 +22,17 @@
22
22
  "clean-prebuild": "rimraf -g dist"
23
23
  },
24
24
  "dependencies": {
25
- "@layerzerolabs/lz-definitions": "^3.0.122-ton.0",
26
- "@layerzerolabs/lz-serdes": "^3.0.122-ton.0",
27
- "@layerzerolabs/lz-utilities": "^3.0.122-ton.0",
28
- "@layerzerolabs/lz-v2-utilities": "^3.0.122-ton.0",
29
- "@layerzerolabs/move-definitions": "^3.0.122-ton.0"
25
+ "@layerzerolabs/lz-definitions": "^3.0.123",
26
+ "@layerzerolabs/lz-serdes": "^3.0.123",
27
+ "@layerzerolabs/lz-utilities": "^3.0.123",
28
+ "@layerzerolabs/lz-v2-utilities": "^3.0.123",
29
+ "@layerzerolabs/move-definitions": "^3.0.123"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@jest/globals": "^29.7.0",
33
33
  "@layerzerolabs/runtime-config": "^0.0.0",
34
- "@layerzerolabs/tsup-config-next": "^3.0.122-ton.0",
35
- "@layerzerolabs/typescript-config-next": "^3.0.122-ton.0",
34
+ "@layerzerolabs/tsup-config-next": "^3.0.123",
35
+ "@layerzerolabs/typescript-config-next": "^3.0.123",
36
36
  "@types/node": "^20.10.5",
37
37
  "jest": "^29.7.0",
38
38
  "rimraf": "^5.0.5",