@layerzerolabs/lz-corekit-sui 3.0.104 → 3.0.106-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/package.json +5 -5
  2. package/CHANGELOG.md +0 -120
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-sui",
3
- "version": "3.0.104",
3
+ "version": "3.0.106-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.119",
27
- "@layerzerolabs/lz-utilities": "^3.0.119",
26
+ "@layerzerolabs/lz-core": "^3.0.106-snapshots.0",
27
+ "@layerzerolabs/lz-utilities": "^3.0.106-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.119",
33
- "@layerzerolabs/typescript-config-next": "^3.0.119",
32
+ "@layerzerolabs/tsup-config-next": "^3.0.106-snapshots.0",
33
+ "@layerzerolabs/typescript-config-next": "^3.0.106-snapshots.0",
34
34
  "@types/jest": "^29.5.10",
35
35
  "jest": "^29.7.0",
36
36
  "jest-extended": "^4.0.2",
package/CHANGELOG.md DELETED
@@ -1,120 +0,0 @@
1
- # @layerzerolabs/lz-corekit-sui
2
-
3
- ## 3.0.104
4
-
5
- ### Patch Changes
6
-
7
- - f628cc4: endpoints: testnet plasma2 and dinari
8
- - Updated dependencies [f628cc4]
9
- - @layerzerolabs/lz-core@3.0.119
10
- - @layerzerolabs/lz-utilities@3.0.119
11
-
12
- ## 3.0.103
13
-
14
- ### Patch Changes
15
-
16
- - c28a672: Upload Aptos V1 Executor V2 Deployments
17
- - 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
18
- - Updated dependencies [c28a672]
19
- - Updated dependencies [2fba4c6]
20
- - @layerzerolabs/lz-core@3.0.118
21
- - @layerzerolabs/lz-utilities@3.0.118
22
-
23
- ## 3.0.102
24
-
25
- ### Patch Changes
26
-
27
- - fd54ee9: fix bugs that caused TypeScript SDK to behave differently from Rust contracts.
28
- - Updated dependencies [fd54ee9]
29
- - @layerzerolabs/lz-core@3.0.117
30
- - @layerzerolabs/lz-utilities@3.0.117
31
-
32
- ## 3.0.101
33
-
34
- ### Patch Changes
35
-
36
- - 3b966a4: Publish new official packages at 25 July by Yadong
37
- - Updated dependencies [3b966a4]
38
- - @layerzerolabs/lz-core@3.0.116
39
- - @layerzerolabs/lz-utilities@3.0.116
40
-
41
- ## 3.0.100
42
-
43
- ### Patch Changes
44
-
45
- - 4e463b5: humanity endpoint
46
- - Updated dependencies [4e463b5]
47
- - @layerzerolabs/lz-core@3.0.115
48
- - @layerzerolabs/lz-utilities@3.0.115
49
-
50
- ## 3.0.99
51
-
52
- ### Patch Changes
53
-
54
- - 327bf23: Publish new official packages at 18 July 2025 by yadong
55
- - Updated dependencies [327bf23]
56
- - @layerzerolabs/lz-core@3.0.114
57
- - @layerzerolabs/lz-utilities@3.0.114
58
-
59
- ## 3.0.98
60
-
61
- ### Patch Changes
62
-
63
- - 45c8e28: Publish new packages, including verification-data.json files in the evm sdk packages
64
- - Updated dependencies [45c8e28]
65
- - @layerzerolabs/lz-core@3.0.113
66
- - @layerzerolabs/lz-utilities@3.0.113
67
-
68
- ## 3.0.97
69
-
70
- ### Patch Changes
71
-
72
- - 270213e: endpoints: camp, converge mainnet. plasma, injective1439 testnet
73
- - Updated dependencies [270213e]
74
- - @layerzerolabs/lz-core@3.0.112
75
- - @layerzerolabs/lz-utilities@3.0.112
76
-
77
- ## 3.0.96
78
-
79
- ### Patch Changes
80
-
81
- - e0c412c: Publish new ton packages at July 11 2025
82
- - Updated dependencies [e0c412c]
83
- - @layerzerolabs/lz-core@3.0.111
84
- - @layerzerolabs/lz-utilities@3.0.111
85
-
86
- ## 3.0.95
87
-
88
- ### Patch Changes
89
-
90
- - 8d22700: lzREAD libs on hyperliquid, ink, sonic and a few additional mainnets, also monad testnet"
91
- - Updated dependencies [8d22700]
92
- - @layerzerolabs/lz-core@3.0.110
93
- - @layerzerolabs/lz-utilities@3.0.110
94
-
95
- ## 3.0.94
96
-
97
- ### Patch Changes
98
-
99
- - 8e98fc0: siliconsepolia v2 protcol contracts
100
- - Updated dependencies [8e98fc0]
101
- - @layerzerolabs/lz-core@3.0.109
102
- - @layerzerolabs/lz-utilities@3.0.109
103
-
104
- ## 3.0.93
105
-
106
- ### Patch Changes
107
-
108
- - 0de091e: somnia, silicon mainnet, ethereal, siliconsepolia, somniashannon testnet
109
- - Updated dependencies [0de091e]
110
- - @layerzerolabs/lz-core@3.0.108
111
- - @layerzerolabs/lz-utilities@3.0.108
112
-
113
- ## 3.0.92
114
-
115
- ### Patch Changes
116
-
117
- - 6a87b73: Redeploy AllStorages And UlnManager of TON On Testnet
118
- - Updated dependencies [6a87b73]
119
- - @layerzerolabs/lz-core@3.0.107
120
- - @layerzerolabs/lz-utilities@3.0.107