@layerzerolabs/lz-corekit-sui 3.0.109 → 3.0.111-snapshots.0

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 +0 -128
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,133 +1,5 @@
1
1
  # @layerzerolabs/lz-corekit-sui
2
2
 
3
- ## 3.0.109
4
-
5
- ### Patch Changes
6
-
7
- - de36b28: Restore the previously removed execute instruction in the executor program. Update the IDL and regenerate the TypeScript SDK to include the new instruction and types.
8
- - Updated dependencies [de36b28]
9
- - @layerzerolabs/lz-core@3.0.124
10
- - @layerzerolabs/lz-utilities@3.0.124
11
-
12
- ## 3.0.108
13
-
14
- ### Patch Changes
15
-
16
- - 9efc74b: Update Aptos V1 Executor V2 Deployments
17
- - Updated dependencies [9efc74b]
18
- - @layerzerolabs/lz-core@3.0.123
19
- - @layerzerolabs/lz-utilities@3.0.123
20
-
21
- ## 3.0.107
22
-
23
- ### Patch Changes
24
-
25
- - 3495607: new ton address
26
- - Updated dependencies [3495607]
27
- - @layerzerolabs/lz-core@3.0.122
28
- - @layerzerolabs/lz-utilities@3.0.122
29
-
30
- ## 3.0.106
31
-
32
- ### Patch Changes
33
-
34
- - 3495a88: Redeploy TON ULNManager On Testnet At 5 Aug
35
- - Updated dependencies [3495a88]
36
- - @layerzerolabs/lz-core@3.0.121
37
- - @layerzerolabs/lz-utilities@3.0.121
38
-
39
- ## 3.0.105
40
-
41
- ### Patch Changes
42
-
43
- - 44adcc6: rename dinari contract
44
- - Updated dependencies [44adcc6]
45
- - @layerzerolabs/lz-core@3.0.120
46
- - @layerzerolabs/lz-utilities@3.0.120
47
-
48
- ## 3.0.104
49
-
50
- ### Patch Changes
51
-
52
- - f628cc4: endpoints: testnet plasma2 and dinari
53
- - Updated dependencies [f628cc4]
54
- - @layerzerolabs/lz-core@3.0.119
55
- - @layerzerolabs/lz-utilities@3.0.119
56
-
57
- ## 3.0.103
58
-
59
- ### Patch Changes
60
-
61
- - c28a672: Upload Aptos V1 Executor V2 Deployments
62
- - 2fba4c6: fix(solana-sdk): handle BlockedMessageLib program ID correctly in endpoint sdk. Prevent undefined program IDs by adding special case handling for BlockedMessageLib since it doesn't initialize its PDA
63
- - Updated dependencies [c28a672]
64
- - Updated dependencies [2fba4c6]
65
- - @layerzerolabs/lz-core@3.0.118
66
- - @layerzerolabs/lz-utilities@3.0.118
67
-
68
- ## 3.0.102
69
-
70
- ### Patch Changes
71
-
72
- - fd54ee9: fix bugs that caused TypeScript SDK to behave differently from Rust contracts.
73
- - Updated dependencies [fd54ee9]
74
- - @layerzerolabs/lz-core@3.0.117
75
- - @layerzerolabs/lz-utilities@3.0.117
76
-
77
- ## 3.0.101
78
-
79
- ### Patch Changes
80
-
81
- - 3b966a4: Publish new official packages at 25 July by Yadong
82
- - Updated dependencies [3b966a4]
83
- - @layerzerolabs/lz-core@3.0.116
84
- - @layerzerolabs/lz-utilities@3.0.116
85
-
86
- ## 3.0.100
87
-
88
- ### Patch Changes
89
-
90
- - 4e463b5: humanity endpoint
91
- - Updated dependencies [4e463b5]
92
- - @layerzerolabs/lz-core@3.0.115
93
- - @layerzerolabs/lz-utilities@3.0.115
94
-
95
- ## 3.0.99
96
-
97
- ### Patch Changes
98
-
99
- - 327bf23: Publish new official packages at 18 July 2025 by yadong
100
- - Updated dependencies [327bf23]
101
- - @layerzerolabs/lz-core@3.0.114
102
- - @layerzerolabs/lz-utilities@3.0.114
103
-
104
- ## 3.0.98
105
-
106
- ### Patch Changes
107
-
108
- - 45c8e28: Publish new packages, including verification-data.json files in the evm sdk packages
109
- - Updated dependencies [45c8e28]
110
- - @layerzerolabs/lz-core@3.0.113
111
- - @layerzerolabs/lz-utilities@3.0.113
112
-
113
- ## 3.0.97
114
-
115
- ### Patch Changes
116
-
117
- - 270213e: endpoints: camp, converge mainnet. plasma, injective1439 testnet
118
- - Updated dependencies [270213e]
119
- - @layerzerolabs/lz-core@3.0.112
120
- - @layerzerolabs/lz-utilities@3.0.112
121
-
122
- ## 3.0.96
123
-
124
- ### Patch Changes
125
-
126
- - e0c412c: Publish new ton packages at July 11 2025
127
- - Updated dependencies [e0c412c]
128
- - @layerzerolabs/lz-core@3.0.111
129
- - @layerzerolabs/lz-utilities@3.0.111
130
-
131
3
  ## 3.0.95
132
4
 
133
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-sui",
3
- "version": "3.0.109",
3
+ "version": "3.0.111-snapshots.0",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -23,14 +23,14 @@
23
23
  "clean-prebuild": "rm -rf dist"
24
24
  },
25
25
  "dependencies": {
26
- "@layerzerolabs/lz-core": "^3.0.124",
27
- "@layerzerolabs/lz-utilities": "^3.0.124",
26
+ "@layerzerolabs/lz-core": "^3.0.111-snapshots.0",
27
+ "@layerzerolabs/lz-utilities": "^3.0.111-snapshots.0",
28
28
  "@mysten/sui": "^1.33.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@jest/globals": "^29.7.0",
32
- "@layerzerolabs/tsup-config-next": "^3.0.124",
33
- "@layerzerolabs/typescript-config-next": "^3.0.124",
32
+ "@layerzerolabs/tsup-config-next": "^3.0.111-snapshots.0",
33
+ "@layerzerolabs/typescript-config-next": "^3.0.111-snapshots.0",
34
34
  "@types/jest": "^29.5.10",
35
35
  "jest": "^29.7.0",
36
36
  "jest-extended": "^4.0.2",