@layerzerolabs/lz-solana-sdk-v2 2.3.8 → 2.3.9
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 +11 -0
- package/dist/index.cjs +7415 -3640
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5542 -3575
- package/dist/index.d.ts +5542 -3575
- package/dist/index.mjs +7266 -3497
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-solana-sdk-v2",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -23,17 +23,19 @@
|
|
|
23
23
|
"build": "$npm_execpath api-gen && $npm_execpath build-ts",
|
|
24
24
|
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
25
25
|
"clean": "rimraf .turbo dist",
|
|
26
|
-
"gen-idl": "anchor build
|
|
26
|
+
"gen-idl": "anchor build && cp ../target/idl/*.json ./idl",
|
|
27
27
|
"test": "cargo-test-sbf && anchor test",
|
|
28
|
+
"test-endpoint": "TEST_SCOPES=endpoint anchor test --skip-build",
|
|
28
29
|
"test-skip-build": "anchor test --skip-build",
|
|
29
|
-
"test-standard": "anchor test --arch sbf"
|
|
30
|
+
"test-standard": "anchor test --arch sbf",
|
|
31
|
+
"test-uln": "TEST_SCOPES=uln anchor test --skip-build"
|
|
30
32
|
},
|
|
31
33
|
"dependencies": {
|
|
32
34
|
"@coral-xyz/anchor": "^0.29.0",
|
|
33
|
-
"@layerzerolabs/lz-corekit-solana": "^2.3.
|
|
34
|
-
"@layerzerolabs/lz-definitions": "^2.3.
|
|
35
|
-
"@layerzerolabs/lz-utilities": "^2.3.
|
|
36
|
-
"@layerzerolabs/lz-v2-utilities": "^2.3.
|
|
35
|
+
"@layerzerolabs/lz-corekit-solana": "^2.3.9",
|
|
36
|
+
"@layerzerolabs/lz-definitions": "^2.3.9",
|
|
37
|
+
"@layerzerolabs/lz-utilities": "^2.3.9",
|
|
38
|
+
"@layerzerolabs/lz-v2-utilities": "^2.3.9",
|
|
37
39
|
"@metaplex-foundation/beet": "^0.7.1",
|
|
38
40
|
"@metaplex-foundation/beet-solana": "^0.4.0",
|
|
39
41
|
"@metaplex-foundation/solita": "^0.20.1",
|
|
@@ -46,8 +48,8 @@
|
|
|
46
48
|
"tiny-invariant": "^1.3.1"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|
|
49
|
-
"@layerzerolabs/tsup-config-next": "^2.3.
|
|
50
|
-
"@layerzerolabs/typescript-config-next": "^2.3.
|
|
51
|
+
"@layerzerolabs/tsup-config-next": "^2.3.9",
|
|
52
|
+
"@layerzerolabs/typescript-config-next": "^2.3.9",
|
|
51
53
|
"@types/bn.js": "^5.1.5",
|
|
52
54
|
"@types/chai": "^4.3.11",
|
|
53
55
|
"@types/chai-as-promised": "^7.1.0",
|