@dynamic-labs-sdk/solana 0.12.1 → 0.14.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.
- package/dist/{addSolanaWalletStandardExtension-BAfO9QS_.esm.js → addSolanaWalletStandardExtension-B7GpGFx3.esm.js} +2 -2
- package/dist/{addSolanaWalletStandardExtension-BAfO9QS_.esm.js.map → addSolanaWalletStandardExtension-B7GpGFx3.esm.js.map} +1 -1
- package/dist/{addSolanaWalletStandardExtension-Cx6IgVQm.cjs.js → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js} +2 -2
- package/dist/{addSolanaWalletStandardExtension-Cx6IgVQm.cjs.js.map → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js.map} +1 -1
- package/dist/{addWaasSolanaExtension-CQRBZ5Pb.cjs.js → addWaasSolanaExtension-BaxzWnYL.cjs.js} +3 -3
- package/dist/{addWaasSolanaExtension-CQRBZ5Pb.cjs.js.map → addWaasSolanaExtension-BaxzWnYL.cjs.js.map} +1 -1
- package/dist/{addWaasSolanaExtension-D1x1coxf.esm.js → addWaasSolanaExtension-ofYQDYyc.esm.js} +2 -2
- package/dist/{addWaasSolanaExtension-D1x1coxf.esm.js.map → addWaasSolanaExtension-ofYQDYyc.esm.js.map} +1 -1
- package/dist/exports/index.d.ts +6 -2
- package/dist/exports/index.d.ts.map +1 -1
- package/dist/index.cjs.js +980 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +979 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/{isVersionedTransaction-BcQyqyS5.esm.js → isVersionedTransaction-CecentWi.esm.js} +2 -2
- package/dist/{isVersionedTransaction-BcQyqyS5.esm.js.map → isVersionedTransaction-CecentWi.esm.js.map} +1 -1
- package/dist/{isVersionedTransaction-DkFu5HnX.cjs.js → isVersionedTransaction-DW-V1tUS.cjs.js} +3 -3
- package/dist/{isVersionedTransaction-DkFu5HnX.cjs.js.map → isVersionedTransaction-DW-V1tUS.cjs.js.map} +1 -1
- package/dist/phantomRedirect/PhantomRedirectWalletProvider.types.d.ts +112 -0
- package/dist/phantomRedirect/PhantomRedirectWalletProvider.types.d.ts.map +1 -0
- package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/addPhantomRedirectSolanaExtension.d.ts +115 -0
- package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/addPhantomRedirectSolanaExtension.d.ts.map +1 -0
- package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/index.d.ts +3 -0
- package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/index.d.ts.map +1 -0
- package/dist/phantomRedirect/completePhantomRedirect/completePhantomRedirect.d.ts +32 -0
- package/dist/phantomRedirect/completePhantomRedirect/completePhantomRedirect.d.ts.map +1 -0
- package/dist/phantomRedirect/completePhantomRedirect/index.d.ts +3 -0
- package/dist/phantomRedirect/completePhantomRedirect/index.d.ts.map +1 -0
- package/dist/phantomRedirect/createPhantomRedirectWalletProvider/createPhantomRedirectWalletProvider.d.ts +17 -0
- package/dist/phantomRedirect/createPhantomRedirectWalletProvider/createPhantomRedirectWalletProvider.d.ts.map +1 -0
- package/dist/phantomRedirect/createPhantomRedirectWalletProvider/index.d.ts +3 -0
- package/dist/phantomRedirect/createPhantomRedirectWalletProvider/index.d.ts.map +1 -0
- package/dist/phantomRedirect/detectPhantomRedirect/detectPhantomRedirect.d.ts +17 -0
- package/dist/phantomRedirect/detectPhantomRedirect/detectPhantomRedirect.d.ts.map +1 -0
- package/dist/phantomRedirect/detectPhantomRedirect/index.d.ts +3 -0
- package/dist/phantomRedirect/detectPhantomRedirect/index.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/NoPendingPhantomRequestError.d.ts +5 -0
- package/dist/phantomRedirect/errors/NoPendingPhantomRequestError.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/NoPhantomSessionError.d.ts +5 -0
- package/dist/phantomRedirect/errors/NoPhantomSessionError.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/PhantomMissingEncryptionParamsError.d.ts +5 -0
- package/dist/phantomRedirect/errors/PhantomMissingEncryptionParamsError.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/PhantomRedirectDecryptionError.d.ts +5 -0
- package/dist/phantomRedirect/errors/PhantomRedirectDecryptionError.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/PhantomRedirectRejectedError.d.ts +9 -0
- package/dist/phantomRedirect/errors/PhantomRedirectRejectedError.d.ts.map +1 -0
- package/dist/phantomRedirect/errors/PhantomRedirectTimeoutError.d.ts +5 -0
- package/dist/phantomRedirect/errors/PhantomRedirectTimeoutError.d.ts.map +1 -0
- package/dist/phantomRedirect/phantomRedirect.broadcast.types.d.ts +6 -0
- package/dist/phantomRedirect/phantomRedirect.broadcast.types.d.ts.map +1 -0
- package/dist/phantomRedirect/phantomRedirect.constants.d.ts +5 -0
- package/dist/phantomRedirect/phantomRedirect.constants.d.ts.map +1 -0
- package/dist/phantomRedirect/phantomRedirect.events.d.ts +152 -0
- package/dist/phantomRedirect/phantomRedirect.events.d.ts.map +1 -0
- package/dist/phantomRedirect/storage/pendingRequestStorageSchema/index.d.ts +2 -0
- package/dist/phantomRedirect/storage/pendingRequestStorageSchema/index.d.ts.map +1 -0
- package/dist/phantomRedirect/storage/pendingRequestStorageSchema/pendingRequestStorageSchema.d.ts +15 -0
- package/dist/phantomRedirect/storage/pendingRequestStorageSchema/pendingRequestStorageSchema.d.ts.map +1 -0
- package/dist/phantomRedirect/storage/phantomSessionStorageSchema/index.d.ts +2 -0
- package/dist/phantomRedirect/storage/phantomSessionStorageSchema/index.d.ts.map +1 -0
- package/dist/phantomRedirect/storage/phantomSessionStorageSchema/phantomSessionStorageSchema.d.ts +14 -0
- package/dist/phantomRedirect/storage/phantomSessionStorageSchema/phantomSessionStorageSchema.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/broadcastPhantomEvent/broadcastPhantomEvent.d.ts +16 -0
- package/dist/phantomRedirect/utils/broadcastPhantomEvent/broadcastPhantomEvent.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/broadcastPhantomEvent/index.d.ts +2 -0
- package/dist/phantomRedirect/utils/broadcastPhantomEvent/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/buildPhantomDeepLink/buildPhantomDeepLink.d.ts +23 -0
- package/dist/phantomRedirect/utils/buildPhantomDeepLink/buildPhantomDeepLink.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/buildPhantomDeepLink/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/buildPhantomDeepLink/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/cleanPhantomParamsFromUrl.d.ts +15 -0
- package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/cleanPhantomParamsFromUrl.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/createNaClSharedSecret.d.ts +13 -0
- package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/createNaClSharedSecret.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/decryptPayload/decryptPayload.d.ts +16 -0
- package/dist/phantomRedirect/utils/crypto/decryptPayload/decryptPayload.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/decryptPayload/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/crypto/decryptPayload/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/encryptPayload/encryptPayload.d.ts +17 -0
- package/dist/phantomRedirect/utils/crypto/encryptPayload/encryptPayload.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/encryptPayload/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/crypto/encryptPayload/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/generateNaClKeyPair.d.ts +11 -0
- package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/generateNaClKeyPair.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/getPhantomCluster/getPhantomCluster.d.ts +23 -0
- package/dist/phantomRedirect/utils/getPhantomCluster/getPhantomCluster.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/getPhantomOriginTab/getPhantomOriginTab.d.ts +19 -0
- package/dist/phantomRedirect/utils/getPhantomOriginTab/getPhantomOriginTab.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/getPhantomOriginTab/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/getPhantomOriginTab/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/listenForPhantomBroadcast/index.d.ts +2 -0
- package/dist/phantomRedirect/utils/listenForPhantomBroadcast/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/listenForPhantomBroadcast/listenForPhantomBroadcast.d.ts +15 -0
- package/dist/phantomRedirect/utils/listenForPhantomBroadcast/listenForPhantomBroadcast.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/parsePhantomRedirectParams/index.d.ts +3 -0
- package/dist/phantomRedirect/utils/parsePhantomRedirectParams/index.d.ts.map +1 -0
- package/dist/phantomRedirect/utils/parsePhantomRedirectParams/parsePhantomRedirectParams.d.ts +22 -0
- package/dist/phantomRedirect/utils/parsePhantomRedirectParams/parsePhantomRedirectParams.d.ts.map +1 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/waas.cjs.js +3 -3
- package/dist/waas.esm.js +2 -2
- package/dist/walletStandard.cjs.js +2 -2
- package/dist/walletStandard.esm.js +2 -2
- package/package.json +7 -5
package/dist/waas.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const require_addSolanaWalletStandardExtension = require('./addSolanaWalletStandardExtension-
|
|
2
|
-
const require_isVersionedTransaction = require('./isVersionedTransaction-
|
|
3
|
-
const require_addWaasSolanaExtension = require('./addWaasSolanaExtension-
|
|
1
|
+
const require_addSolanaWalletStandardExtension = require('./addSolanaWalletStandardExtension-Bv39eDZc.cjs.js');
|
|
2
|
+
const require_isVersionedTransaction = require('./isVersionedTransaction-DW-V1tUS.cjs.js');
|
|
3
|
+
const require_addWaasSolanaExtension = require('./addWaasSolanaExtension-BaxzWnYL.cjs.js');
|
|
4
4
|
let _dynamic_labs_sdk_assert_package_version = require("@dynamic-labs-sdk/assert-package-version");
|
|
5
5
|
|
|
6
6
|
//#region src/exports/waas.ts
|
package/dist/waas.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as version, r as name } from "./isVersionedTransaction-
|
|
2
|
-
import { t as addWaasSolanaExtension } from "./addWaasSolanaExtension-
|
|
1
|
+
import { i as version, r as name } from "./isVersionedTransaction-CecentWi.esm.js";
|
|
2
|
+
import { t as addWaasSolanaExtension } from "./addWaasSolanaExtension-ofYQDYyc.esm.js";
|
|
3
3
|
import { assertPackageVersion } from "@dynamic-labs-sdk/assert-package-version";
|
|
4
4
|
|
|
5
5
|
//#region src/exports/waas.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_addSolanaWalletStandardExtension = require('./addSolanaWalletStandardExtension-
|
|
2
|
-
const require_isVersionedTransaction = require('./isVersionedTransaction-
|
|
1
|
+
const require_addSolanaWalletStandardExtension = require('./addSolanaWalletStandardExtension-Bv39eDZc.cjs.js');
|
|
2
|
+
const require_isVersionedTransaction = require('./isVersionedTransaction-DW-V1tUS.cjs.js');
|
|
3
3
|
let _dynamic_labs_sdk_assert_package_version = require("@dynamic-labs-sdk/assert-package-version");
|
|
4
4
|
|
|
5
5
|
//#region src/exports/walletStandard.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { i as version, r as name } from "./isVersionedTransaction-
|
|
2
|
-
import { t as addSolanaWalletStandardExtension } from "./addSolanaWalletStandardExtension-
|
|
1
|
+
import { i as version, r as name } from "./isVersionedTransaction-CecentWi.esm.js";
|
|
2
|
+
import { t as addSolanaWalletStandardExtension } from "./addSolanaWalletStandardExtension-B7GpGFx3.esm.js";
|
|
3
3
|
import { assertPackageVersion } from "@dynamic-labs-sdk/assert-package-version";
|
|
4
4
|
|
|
5
5
|
//#region src/exports/walletStandard.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs-sdk/solana",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
35
|
+
"@dynamic-labs/sdk-api-core": "0.0.881",
|
|
36
36
|
"@solana/web3.js": "1.98.1",
|
|
37
37
|
"@wallet-standard/app": "1.0.1",
|
|
38
38
|
"@wallet-standard/base": "1.0.1",
|
|
@@ -41,9 +41,11 @@
|
|
|
41
41
|
"@walletconnect/utils": "2.21.8",
|
|
42
42
|
"bs58": "6.0.0",
|
|
43
43
|
"eventemitter3": "5.0.1",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"@dynamic-labs-sdk/assert-package-version": "0.
|
|
44
|
+
"tweetnacl": "1.0.3",
|
|
45
|
+
"zod": "4.0.5",
|
|
46
|
+
"@dynamic-labs-sdk/assert-package-version": "0.14.0",
|
|
47
|
+
"@dynamic-labs-sdk/client": "0.14.0",
|
|
48
|
+
"@dynamic-labs-sdk/wallet-connect": "0.14.0"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|
|
49
51
|
"vitest": "1.6.1"
|