@dynamic-labs-sdk/solana 0.13.0 → 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-DikNvaRF.esm.js → addSolanaWalletStandardExtension-B7GpGFx3.esm.js} +2 -2
- package/dist/{addSolanaWalletStandardExtension-DikNvaRF.esm.js.map → addSolanaWalletStandardExtension-B7GpGFx3.esm.js.map} +1 -1
- package/dist/{addSolanaWalletStandardExtension-D5uAzwwi.cjs.js → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js} +2 -2
- package/dist/{addSolanaWalletStandardExtension-D5uAzwwi.cjs.js.map → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js.map} +1 -1
- package/dist/{addWaasSolanaExtension-DBfiocjd.cjs.js → addWaasSolanaExtension-BaxzWnYL.cjs.js} +3 -3
- package/dist/{addWaasSolanaExtension-DBfiocjd.cjs.js.map → addWaasSolanaExtension-BaxzWnYL.cjs.js.map} +1 -1
- package/dist/{addWaasSolanaExtension-FUlrXwXm.esm.js → addWaasSolanaExtension-ofYQDYyc.esm.js} +2 -2
- package/dist/{addWaasSolanaExtension-FUlrXwXm.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-s73AwAKu.esm.js → isVersionedTransaction-CecentWi.esm.js} +2 -2
- package/dist/{isVersionedTransaction-s73AwAKu.esm.js.map → isVersionedTransaction-CecentWi.esm.js.map} +1 -1
- package/dist/{isVersionedTransaction-CSkcEh-G.cjs.js → isVersionedTransaction-DW-V1tUS.cjs.js} +3 -3
- package/dist/{isVersionedTransaction-CSkcEh-G.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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.