@layerzerolabs/lz-sui-sdk-v2 3.0.70 → 3.0.72

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/lz-sui-sdk-v2
2
2
 
3
+ ## 3.0.72
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a87b73: Redeploy AllStorages And UlnManager of TON On Testnet
8
+
9
+ ## 3.0.71
10
+
11
+ ### Patch Changes
12
+
13
+ - cdef8aa: return address lookup tables in lzReceive and lzCompose V2
14
+
3
15
  ## 3.0.70
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-sui-sdk-v2",
3
- "version": "3.0.70",
3
+ "version": "3.0.72",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -36,8 +36,8 @@
36
36
  "tiny-invariant": "^1.3.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@layerzerolabs/tsup-config-next": "^3.0.105",
40
- "@layerzerolabs/typescript-config-next": "^3.0.105",
39
+ "@layerzerolabs/tsup-config-next": "^3.0.107",
40
+ "@layerzerolabs/typescript-config-next": "^3.0.107",
41
41
  "@mysten/sui": "^1.33.0",
42
42
  "@types/chai": "^4.3.11",
43
43
  "@types/chai-as-promised": "^7.1.0",