@layerzerolabs/lz-solana-sdk-v2 3.0.80 → 3.0.81
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.
- package/CHANGELOG.md +13 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @layerzerolabs/lz-solana-sdk-v2
|
|
2
2
|
|
|
3
|
+
## 3.0.81
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 84bf762: refactor ton sdk
|
|
8
|
+
- Updated dependencies [84bf762]
|
|
9
|
+
- @layerzerolabs/lz-corekit-solana@3.0.81
|
|
10
|
+
- @layerzerolabs/lz-definitions@3.0.81
|
|
11
|
+
- @layerzerolabs/lz-foundation@3.0.81
|
|
12
|
+
- @layerzerolabs/lz-serdes@3.0.81
|
|
13
|
+
- @layerzerolabs/lz-utilities@3.0.81
|
|
14
|
+
- @layerzerolabs/lz-v2-utilities@3.0.81
|
|
15
|
+
|
|
3
16
|
## 3.0.80
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-solana-sdk-v2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.81",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build": "$npm_execpath clean-prebuild && $npm_execpath sync-target && $npm_execpath api-gen && $npm_execpath build-ts",
|
|
29
29
|
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
30
30
|
"clean": "$npm_execpath clean-prebuild",
|
|
31
|
-
"clean-prebuild": "
|
|
31
|
+
"clean-prebuild": "rm -rf .turbo target dist",
|
|
32
32
|
"gen-idl": "$npm_execpath sync-target-idl && rsync -avc --delete target/idl/ ./idl/",
|
|
33
33
|
"sync-target": "$npm_execpath sync-target-deploy && $npm_execpath sync-target-idl",
|
|
34
34
|
"sync-target-deploy": "mkdir -p target/deploy && rsync -avc --delete ../contracts/target/deploy/ target/deploy/",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"test-uln": "TEST_SCOPES=uln anchor test --skip-build"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@layerzerolabs/lz-corekit-solana": "^3.0.
|
|
43
|
-
"@layerzerolabs/lz-definitions": "^3.0.
|
|
44
|
-
"@layerzerolabs/lz-foundation": "^3.0.
|
|
45
|
-
"@layerzerolabs/lz-serdes": "^3.0.
|
|
46
|
-
"@layerzerolabs/lz-utilities": "^3.0.
|
|
47
|
-
"@layerzerolabs/lz-v2-utilities": "^3.0.
|
|
42
|
+
"@layerzerolabs/lz-corekit-solana": "^3.0.81",
|
|
43
|
+
"@layerzerolabs/lz-definitions": "^3.0.81",
|
|
44
|
+
"@layerzerolabs/lz-foundation": "^3.0.81",
|
|
45
|
+
"@layerzerolabs/lz-serdes": "^3.0.81",
|
|
46
|
+
"@layerzerolabs/lz-utilities": "^3.0.81",
|
|
47
|
+
"@layerzerolabs/lz-v2-utilities": "^3.0.81",
|
|
48
48
|
"@metaplex-foundation/beet": "^0.7.1",
|
|
49
49
|
"@metaplex-foundation/beet-solana": "^0.4.0",
|
|
50
50
|
"@metaplex-foundation/umi": "^0.9.2",
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"@kinobi-so/renderers": "^0.21.3",
|
|
67
67
|
"@kinobi-so/renderers-js-umi": "^0.21.6",
|
|
68
68
|
"@layerzerolabs/layerzero-v2-solana": "^0.0.0",
|
|
69
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
70
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
69
|
+
"@layerzerolabs/tsup-config-next": "^3.0.81",
|
|
70
|
+
"@layerzerolabs/typescript-config-next": "^3.0.81",
|
|
71
71
|
"@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
|
|
72
72
|
"@types/bn.js": "^5.1.5",
|
|
73
73
|
"@types/chai": "^4.3.11",
|