@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.
Files changed (110) hide show
  1. package/dist/{addSolanaWalletStandardExtension-DikNvaRF.esm.js → addSolanaWalletStandardExtension-B7GpGFx3.esm.js} +2 -2
  2. package/dist/{addSolanaWalletStandardExtension-DikNvaRF.esm.js.map → addSolanaWalletStandardExtension-B7GpGFx3.esm.js.map} +1 -1
  3. package/dist/{addSolanaWalletStandardExtension-D5uAzwwi.cjs.js → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js} +2 -2
  4. package/dist/{addSolanaWalletStandardExtension-D5uAzwwi.cjs.js.map → addSolanaWalletStandardExtension-Bv39eDZc.cjs.js.map} +1 -1
  5. package/dist/{addWaasSolanaExtension-DBfiocjd.cjs.js → addWaasSolanaExtension-BaxzWnYL.cjs.js} +3 -3
  6. package/dist/{addWaasSolanaExtension-DBfiocjd.cjs.js.map → addWaasSolanaExtension-BaxzWnYL.cjs.js.map} +1 -1
  7. package/dist/{addWaasSolanaExtension-FUlrXwXm.esm.js → addWaasSolanaExtension-ofYQDYyc.esm.js} +2 -2
  8. package/dist/{addWaasSolanaExtension-FUlrXwXm.esm.js.map → addWaasSolanaExtension-ofYQDYyc.esm.js.map} +1 -1
  9. package/dist/exports/index.d.ts +6 -2
  10. package/dist/exports/index.d.ts.map +1 -1
  11. package/dist/index.cjs.js +980 -3
  12. package/dist/index.cjs.js.map +1 -1
  13. package/dist/index.esm.js +979 -7
  14. package/dist/index.esm.js.map +1 -1
  15. package/dist/{isVersionedTransaction-s73AwAKu.esm.js → isVersionedTransaction-CecentWi.esm.js} +2 -2
  16. package/dist/{isVersionedTransaction-s73AwAKu.esm.js.map → isVersionedTransaction-CecentWi.esm.js.map} +1 -1
  17. package/dist/{isVersionedTransaction-CSkcEh-G.cjs.js → isVersionedTransaction-DW-V1tUS.cjs.js} +3 -3
  18. package/dist/{isVersionedTransaction-CSkcEh-G.cjs.js.map → isVersionedTransaction-DW-V1tUS.cjs.js.map} +1 -1
  19. package/dist/phantomRedirect/PhantomRedirectWalletProvider.types.d.ts +112 -0
  20. package/dist/phantomRedirect/PhantomRedirectWalletProvider.types.d.ts.map +1 -0
  21. package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/addPhantomRedirectSolanaExtension.d.ts +115 -0
  22. package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/addPhantomRedirectSolanaExtension.d.ts.map +1 -0
  23. package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/index.d.ts +3 -0
  24. package/dist/phantomRedirect/addPhantomRedirectSolanaExtension/index.d.ts.map +1 -0
  25. package/dist/phantomRedirect/completePhantomRedirect/completePhantomRedirect.d.ts +32 -0
  26. package/dist/phantomRedirect/completePhantomRedirect/completePhantomRedirect.d.ts.map +1 -0
  27. package/dist/phantomRedirect/completePhantomRedirect/index.d.ts +3 -0
  28. package/dist/phantomRedirect/completePhantomRedirect/index.d.ts.map +1 -0
  29. package/dist/phantomRedirect/createPhantomRedirectWalletProvider/createPhantomRedirectWalletProvider.d.ts +17 -0
  30. package/dist/phantomRedirect/createPhantomRedirectWalletProvider/createPhantomRedirectWalletProvider.d.ts.map +1 -0
  31. package/dist/phantomRedirect/createPhantomRedirectWalletProvider/index.d.ts +3 -0
  32. package/dist/phantomRedirect/createPhantomRedirectWalletProvider/index.d.ts.map +1 -0
  33. package/dist/phantomRedirect/detectPhantomRedirect/detectPhantomRedirect.d.ts +17 -0
  34. package/dist/phantomRedirect/detectPhantomRedirect/detectPhantomRedirect.d.ts.map +1 -0
  35. package/dist/phantomRedirect/detectPhantomRedirect/index.d.ts +3 -0
  36. package/dist/phantomRedirect/detectPhantomRedirect/index.d.ts.map +1 -0
  37. package/dist/phantomRedirect/errors/NoPendingPhantomRequestError.d.ts +5 -0
  38. package/dist/phantomRedirect/errors/NoPendingPhantomRequestError.d.ts.map +1 -0
  39. package/dist/phantomRedirect/errors/NoPhantomSessionError.d.ts +5 -0
  40. package/dist/phantomRedirect/errors/NoPhantomSessionError.d.ts.map +1 -0
  41. package/dist/phantomRedirect/errors/PhantomMissingEncryptionParamsError.d.ts +5 -0
  42. package/dist/phantomRedirect/errors/PhantomMissingEncryptionParamsError.d.ts.map +1 -0
  43. package/dist/phantomRedirect/errors/PhantomRedirectDecryptionError.d.ts +5 -0
  44. package/dist/phantomRedirect/errors/PhantomRedirectDecryptionError.d.ts.map +1 -0
  45. package/dist/phantomRedirect/errors/PhantomRedirectRejectedError.d.ts +9 -0
  46. package/dist/phantomRedirect/errors/PhantomRedirectRejectedError.d.ts.map +1 -0
  47. package/dist/phantomRedirect/errors/PhantomRedirectTimeoutError.d.ts +5 -0
  48. package/dist/phantomRedirect/errors/PhantomRedirectTimeoutError.d.ts.map +1 -0
  49. package/dist/phantomRedirect/phantomRedirect.broadcast.types.d.ts +6 -0
  50. package/dist/phantomRedirect/phantomRedirect.broadcast.types.d.ts.map +1 -0
  51. package/dist/phantomRedirect/phantomRedirect.constants.d.ts +5 -0
  52. package/dist/phantomRedirect/phantomRedirect.constants.d.ts.map +1 -0
  53. package/dist/phantomRedirect/phantomRedirect.events.d.ts +152 -0
  54. package/dist/phantomRedirect/phantomRedirect.events.d.ts.map +1 -0
  55. package/dist/phantomRedirect/storage/pendingRequestStorageSchema/index.d.ts +2 -0
  56. package/dist/phantomRedirect/storage/pendingRequestStorageSchema/index.d.ts.map +1 -0
  57. package/dist/phantomRedirect/storage/pendingRequestStorageSchema/pendingRequestStorageSchema.d.ts +15 -0
  58. package/dist/phantomRedirect/storage/pendingRequestStorageSchema/pendingRequestStorageSchema.d.ts.map +1 -0
  59. package/dist/phantomRedirect/storage/phantomSessionStorageSchema/index.d.ts +2 -0
  60. package/dist/phantomRedirect/storage/phantomSessionStorageSchema/index.d.ts.map +1 -0
  61. package/dist/phantomRedirect/storage/phantomSessionStorageSchema/phantomSessionStorageSchema.d.ts +14 -0
  62. package/dist/phantomRedirect/storage/phantomSessionStorageSchema/phantomSessionStorageSchema.d.ts.map +1 -0
  63. package/dist/phantomRedirect/utils/broadcastPhantomEvent/broadcastPhantomEvent.d.ts +16 -0
  64. package/dist/phantomRedirect/utils/broadcastPhantomEvent/broadcastPhantomEvent.d.ts.map +1 -0
  65. package/dist/phantomRedirect/utils/broadcastPhantomEvent/index.d.ts +2 -0
  66. package/dist/phantomRedirect/utils/broadcastPhantomEvent/index.d.ts.map +1 -0
  67. package/dist/phantomRedirect/utils/buildPhantomDeepLink/buildPhantomDeepLink.d.ts +23 -0
  68. package/dist/phantomRedirect/utils/buildPhantomDeepLink/buildPhantomDeepLink.d.ts.map +1 -0
  69. package/dist/phantomRedirect/utils/buildPhantomDeepLink/index.d.ts +3 -0
  70. package/dist/phantomRedirect/utils/buildPhantomDeepLink/index.d.ts.map +1 -0
  71. package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/cleanPhantomParamsFromUrl.d.ts +15 -0
  72. package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/cleanPhantomParamsFromUrl.d.ts.map +1 -0
  73. package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/index.d.ts +3 -0
  74. package/dist/phantomRedirect/utils/cleanPhantomParamsFromUrl/index.d.ts.map +1 -0
  75. package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/createNaClSharedSecret.d.ts +13 -0
  76. package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/createNaClSharedSecret.d.ts.map +1 -0
  77. package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/index.d.ts +3 -0
  78. package/dist/phantomRedirect/utils/crypto/createNaClSharedSecret/index.d.ts.map +1 -0
  79. package/dist/phantomRedirect/utils/crypto/decryptPayload/decryptPayload.d.ts +16 -0
  80. package/dist/phantomRedirect/utils/crypto/decryptPayload/decryptPayload.d.ts.map +1 -0
  81. package/dist/phantomRedirect/utils/crypto/decryptPayload/index.d.ts +3 -0
  82. package/dist/phantomRedirect/utils/crypto/decryptPayload/index.d.ts.map +1 -0
  83. package/dist/phantomRedirect/utils/crypto/encryptPayload/encryptPayload.d.ts +17 -0
  84. package/dist/phantomRedirect/utils/crypto/encryptPayload/encryptPayload.d.ts.map +1 -0
  85. package/dist/phantomRedirect/utils/crypto/encryptPayload/index.d.ts +3 -0
  86. package/dist/phantomRedirect/utils/crypto/encryptPayload/index.d.ts.map +1 -0
  87. package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/generateNaClKeyPair.d.ts +11 -0
  88. package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/generateNaClKeyPair.d.ts.map +1 -0
  89. package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/index.d.ts +3 -0
  90. package/dist/phantomRedirect/utils/crypto/generateNaClKeyPair/index.d.ts.map +1 -0
  91. package/dist/phantomRedirect/utils/getPhantomCluster/getPhantomCluster.d.ts +23 -0
  92. package/dist/phantomRedirect/utils/getPhantomCluster/getPhantomCluster.d.ts.map +1 -0
  93. package/dist/phantomRedirect/utils/getPhantomOriginTab/getPhantomOriginTab.d.ts +19 -0
  94. package/dist/phantomRedirect/utils/getPhantomOriginTab/getPhantomOriginTab.d.ts.map +1 -0
  95. package/dist/phantomRedirect/utils/getPhantomOriginTab/index.d.ts +3 -0
  96. package/dist/phantomRedirect/utils/getPhantomOriginTab/index.d.ts.map +1 -0
  97. package/dist/phantomRedirect/utils/listenForPhantomBroadcast/index.d.ts +2 -0
  98. package/dist/phantomRedirect/utils/listenForPhantomBroadcast/index.d.ts.map +1 -0
  99. package/dist/phantomRedirect/utils/listenForPhantomBroadcast/listenForPhantomBroadcast.d.ts +15 -0
  100. package/dist/phantomRedirect/utils/listenForPhantomBroadcast/listenForPhantomBroadcast.d.ts.map +1 -0
  101. package/dist/phantomRedirect/utils/parsePhantomRedirectParams/index.d.ts +3 -0
  102. package/dist/phantomRedirect/utils/parsePhantomRedirectParams/index.d.ts.map +1 -0
  103. package/dist/phantomRedirect/utils/parsePhantomRedirectParams/parsePhantomRedirectParams.d.ts +22 -0
  104. package/dist/phantomRedirect/utils/parsePhantomRedirectParams/parsePhantomRedirectParams.d.ts.map +1 -0
  105. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  106. package/dist/waas.cjs.js +3 -3
  107. package/dist/waas.esm.js +2 -2
  108. package/dist/walletStandard.cjs.js +2 -2
  109. package/dist/walletStandard.esm.js +2 -2
  110. 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.