@dynamic-labs-sdk/zerodev 0.1.1 → 0.2.3

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 (169) hide show
  1. package/dist/KernelClient.types.d.ts.map +1 -0
  2. package/{src → dist}/addZerodevExtension/addZerodevExtension.d.ts +1 -1
  3. package/dist/addZerodevExtension/addZerodevExtension.d.ts.map +1 -0
  4. package/dist/addZerodevExtension/index.d.ts.map +1 -0
  5. package/dist/canSponsorTransaction/canSponsorTransaction.d.ts.map +1 -0
  6. package/dist/canSponsorTransaction/index.d.ts.map +1 -0
  7. package/dist/constants.d.ts.map +1 -0
  8. package/dist/core.cjs.js +17 -0
  9. package/dist/core.cjs.js.map +1 -0
  10. package/dist/core.esm.js +9 -0
  11. package/dist/core.esm.js.map +1 -0
  12. package/{src → dist}/createKernelClientForWalletAccount/createKernelClientForWalletAccount.d.ts +1 -1
  13. package/dist/createKernelClientForWalletAccount/createKernelClientForWalletAccount.d.ts.map +1 -0
  14. package/dist/createKernelClientForWalletAccount/index.d.ts.map +1 -0
  15. package/dist/estimateTransactionGas/estimateTransactionGas.d.ts.map +1 -0
  16. package/dist/estimateTransactionGas/index.d.ts.map +1 -0
  17. package/dist/exports/core.d.ts.map +1 -0
  18. package/dist/exports/index.d.ts.map +1 -0
  19. package/{src → dist}/getSignerForSmartWalletAccount/getSignerForSmartWalletAccount.d.ts +1 -1
  20. package/dist/getSignerForSmartWalletAccount/getSignerForSmartWalletAccount.d.ts.map +1 -0
  21. package/dist/getSignerForSmartWalletAccount/index.d.ts.map +1 -0
  22. package/dist/getZerodevRpc-BWc2Ad-o.esm.js +177 -0
  23. package/dist/getZerodevRpc-BWc2Ad-o.esm.js.map +1 -0
  24. package/dist/getZerodevRpc-BuzdzM8R.cjs.js +254 -0
  25. package/dist/getZerodevRpc-BuzdzM8R.cjs.js.map +1 -0
  26. package/dist/index.cjs.js +258 -0
  27. package/dist/index.cjs.js.map +1 -0
  28. package/dist/index.esm.js +253 -0
  29. package/dist/index.esm.js.map +1 -0
  30. package/dist/isGasSponsorshipError/index.d.ts.map +1 -0
  31. package/dist/isGasSponsorshipError/isGasSponsorshipError.d.ts.map +1 -0
  32. package/dist/isZerodevWalletAccount/index.d.ts.map +1 -0
  33. package/dist/isZerodevWalletAccount/isZerodevWalletAccount.d.ts.map +1 -0
  34. package/dist/tsconfig.lib.tsbuildinfo +1 -0
  35. package/dist/utils/calculateGasForUserOperation/calculateGasForUserOperation.d.ts.map +1 -0
  36. package/dist/utils/calculateGasForUserOperation/index.d.ts.map +1 -0
  37. package/dist/utils/createKernelAccount/createKernelAccount.d.ts.map +1 -0
  38. package/dist/utils/createKernelAccount/index.d.ts.map +1 -0
  39. package/dist/utils/createZerodevWalletProvider/createZerodevWalletProvider.d.ts.map +1 -0
  40. package/dist/utils/createZerodevWalletProvider/index.d.ts.map +1 -0
  41. package/dist/utils/getAllUserZerodevAddresses/getAllUserZerodevAddresses.d.ts.map +1 -0
  42. package/dist/utils/getAllUserZerodevAddresses/index.d.ts.map +1 -0
  43. package/dist/utils/getEcdsaValidator/getEcdsaValidator.d.ts.map +1 -0
  44. package/dist/utils/getEcdsaValidator/index.d.ts.map +1 -0
  45. package/dist/utils/getEntryPoint/getEntryPoint.d.ts.map +1 -0
  46. package/dist/utils/getEntryPoint/index.d.ts.map +1 -0
  47. package/dist/utils/getKernelVersion/getKernelVersion.d.ts.map +1 -0
  48. package/dist/utils/getKernelVersion/index.d.ts.map +1 -0
  49. package/dist/utils/getPaymasterConfig/getPaymasterConfig.d.ts.map +1 -0
  50. package/dist/utils/getPaymasterConfig/index.d.ts.map +1 -0
  51. package/{src → dist}/utils/getZerodevChainProviderForNetworkId/getZerodevChainProviderForNetworkId.d.ts +1 -1
  52. package/dist/utils/getZerodevChainProviderForNetworkId/getZerodevChainProviderForNetworkId.d.ts.map +1 -0
  53. package/dist/utils/getZerodevChainProviderForNetworkId/index.d.ts.map +1 -0
  54. package/{src → dist}/utils/getZerodevProviderFromSettings/getZerodevProviderFromSettings.d.ts +1 -1
  55. package/dist/utils/getZerodevProviderFromSettings/getZerodevProviderFromSettings.d.ts.map +1 -0
  56. package/dist/utils/getZerodevProviderFromSettings/index.d.ts.map +1 -0
  57. package/{src → dist}/utils/getZerodevRpc/getZerodevRpc.d.ts +1 -1
  58. package/dist/utils/getZerodevRpc/getZerodevRpc.d.ts.map +1 -0
  59. package/dist/utils/getZerodevRpc/index.d.ts.map +1 -0
  60. package/dist/utils/prepareUserOperationWithKernelClient/index.d.ts.map +1 -0
  61. package/dist/utils/prepareUserOperationWithKernelClient/prepareUserOperationWithKernelClient.d.ts.map +1 -0
  62. package/dist/utils/shouldSignWithEoa/index.d.ts.map +1 -0
  63. package/dist/utils/shouldSignWithEoa/shouldSignWithEoa.d.ts.map +1 -0
  64. package/dist/utils/shouldUseEIP7702/index.d.ts.map +1 -0
  65. package/{src → dist}/utils/shouldUseEIP7702/shouldUseEIP7702.d.ts +1 -1
  66. package/dist/utils/shouldUseEIP7702/shouldUseEIP7702.d.ts.map +1 -0
  67. package/dist/utils/signMessage/index.d.ts.map +1 -0
  68. package/dist/utils/signMessage/signMessage.d.ts.map +1 -0
  69. package/package.json +29 -15
  70. package/CHANGELOG.md +0 -600
  71. package/core.cjs.d.ts +0 -1
  72. package/core.cjs.js +0 -25
  73. package/core.esm.d.ts +0 -1
  74. package/core.esm.js +0 -14
  75. package/getZerodevRpc.cjs.js +0 -222
  76. package/getZerodevRpc.esm.js +0 -208
  77. package/index.cjs.d.ts +0 -1
  78. package/index.cjs.js +0 -311
  79. package/index.esm.d.ts +0 -1
  80. package/index.esm.js +0 -305
  81. package/src/KernelClient.types.d.ts.map +0 -1
  82. package/src/addZerodevExtension/addZerodevExtension.d.ts.map +0 -1
  83. package/src/addZerodevExtension/index.d.ts.map +0 -1
  84. package/src/canSponsorTransaction/canSponsorTransaction.d.ts.map +0 -1
  85. package/src/canSponsorTransaction/index.d.ts.map +0 -1
  86. package/src/constants.d.ts.map +0 -1
  87. package/src/createKernelClientForWalletAccount/createKernelClientForWalletAccount.d.ts.map +0 -1
  88. package/src/createKernelClientForWalletAccount/index.d.ts.map +0 -1
  89. package/src/estimateTransactionGas/estimateTransactionGas.d.ts.map +0 -1
  90. package/src/estimateTransactionGas/index.d.ts.map +0 -1
  91. package/src/exports/core.d.ts.map +0 -1
  92. package/src/exports/index.d.ts.map +0 -1
  93. package/src/getSignerForSmartWalletAccount/getSignerForSmartWalletAccount.d.ts.map +0 -1
  94. package/src/getSignerForSmartWalletAccount/index.d.ts.map +0 -1
  95. package/src/isGasSponsorshipError/index.d.ts.map +0 -1
  96. package/src/isGasSponsorshipError/isGasSponsorshipError.d.ts.map +0 -1
  97. package/src/isZerodevWalletAccount/index.d.ts.map +0 -1
  98. package/src/isZerodevWalletAccount/isZerodevWalletAccount.d.ts.map +0 -1
  99. package/src/utils/calculateGasForUserOperation/calculateGasForUserOperation.d.ts.map +0 -1
  100. package/src/utils/calculateGasForUserOperation/index.d.ts.map +0 -1
  101. package/src/utils/createKernelAccount/createKernelAccount.d.ts.map +0 -1
  102. package/src/utils/createKernelAccount/index.d.ts.map +0 -1
  103. package/src/utils/createZerodevWalletProvider/createZerodevWalletProvider.d.ts.map +0 -1
  104. package/src/utils/createZerodevWalletProvider/index.d.ts.map +0 -1
  105. package/src/utils/getAllUserZerodevAddresses/getAllUserZerodevAddresses.d.ts.map +0 -1
  106. package/src/utils/getAllUserZerodevAddresses/index.d.ts.map +0 -1
  107. package/src/utils/getEcdsaValidator/getEcdsaValidator.d.ts.map +0 -1
  108. package/src/utils/getEcdsaValidator/index.d.ts.map +0 -1
  109. package/src/utils/getEntryPoint/getEntryPoint.d.ts.map +0 -1
  110. package/src/utils/getEntryPoint/index.d.ts.map +0 -1
  111. package/src/utils/getKernelVersion/getKernelVersion.d.ts.map +0 -1
  112. package/src/utils/getKernelVersion/index.d.ts.map +0 -1
  113. package/src/utils/getPaymasterConfig/getPaymasterConfig.d.ts.map +0 -1
  114. package/src/utils/getPaymasterConfig/index.d.ts.map +0 -1
  115. package/src/utils/getZerodevChainProviderForNetworkId/getZerodevChainProviderForNetworkId.d.ts.map +0 -1
  116. package/src/utils/getZerodevChainProviderForNetworkId/index.d.ts.map +0 -1
  117. package/src/utils/getZerodevProviderFromSettings/getZerodevProviderFromSettings.d.ts.map +0 -1
  118. package/src/utils/getZerodevProviderFromSettings/index.d.ts.map +0 -1
  119. package/src/utils/getZerodevRpc/getZerodevRpc.d.ts.map +0 -1
  120. package/src/utils/getZerodevRpc/index.d.ts.map +0 -1
  121. package/src/utils/prepareUserOperationWithKernelClient/index.d.ts.map +0 -1
  122. package/src/utils/prepareUserOperationWithKernelClient/prepareUserOperationWithKernelClient.d.ts.map +0 -1
  123. package/src/utils/shouldSignWithEoa/index.d.ts.map +0 -1
  124. package/src/utils/shouldSignWithEoa/shouldSignWithEoa.d.ts.map +0 -1
  125. package/src/utils/shouldUseEIP7702/index.d.ts.map +0 -1
  126. package/src/utils/shouldUseEIP7702/shouldUseEIP7702.d.ts.map +0 -1
  127. package/src/utils/signMessage/index.d.ts.map +0 -1
  128. package/src/utils/signMessage/signMessage.d.ts.map +0 -1
  129. /package/{src → dist}/KernelClient.types.d.ts +0 -0
  130. /package/{src → dist}/addZerodevExtension/index.d.ts +0 -0
  131. /package/{src → dist}/canSponsorTransaction/canSponsorTransaction.d.ts +0 -0
  132. /package/{src → dist}/canSponsorTransaction/index.d.ts +0 -0
  133. /package/{src → dist}/constants.d.ts +0 -0
  134. /package/{src → dist}/createKernelClientForWalletAccount/index.d.ts +0 -0
  135. /package/{src → dist}/estimateTransactionGas/estimateTransactionGas.d.ts +0 -0
  136. /package/{src → dist}/estimateTransactionGas/index.d.ts +0 -0
  137. /package/{src → dist}/exports/core.d.ts +0 -0
  138. /package/{src → dist}/exports/index.d.ts +0 -0
  139. /package/{src → dist}/getSignerForSmartWalletAccount/index.d.ts +0 -0
  140. /package/{src → dist}/isGasSponsorshipError/index.d.ts +0 -0
  141. /package/{src → dist}/isGasSponsorshipError/isGasSponsorshipError.d.ts +0 -0
  142. /package/{src → dist}/isZerodevWalletAccount/index.d.ts +0 -0
  143. /package/{src → dist}/isZerodevWalletAccount/isZerodevWalletAccount.d.ts +0 -0
  144. /package/{src → dist}/utils/calculateGasForUserOperation/calculateGasForUserOperation.d.ts +0 -0
  145. /package/{src → dist}/utils/calculateGasForUserOperation/index.d.ts +0 -0
  146. /package/{src → dist}/utils/createKernelAccount/createKernelAccount.d.ts +0 -0
  147. /package/{src → dist}/utils/createKernelAccount/index.d.ts +0 -0
  148. /package/{src → dist}/utils/createZerodevWalletProvider/createZerodevWalletProvider.d.ts +0 -0
  149. /package/{src → dist}/utils/createZerodevWalletProvider/index.d.ts +0 -0
  150. /package/{src → dist}/utils/getAllUserZerodevAddresses/getAllUserZerodevAddresses.d.ts +0 -0
  151. /package/{src → dist}/utils/getAllUserZerodevAddresses/index.d.ts +0 -0
  152. /package/{src → dist}/utils/getEcdsaValidator/getEcdsaValidator.d.ts +0 -0
  153. /package/{src → dist}/utils/getEcdsaValidator/index.d.ts +0 -0
  154. /package/{src → dist}/utils/getEntryPoint/getEntryPoint.d.ts +0 -0
  155. /package/{src → dist}/utils/getEntryPoint/index.d.ts +0 -0
  156. /package/{src → dist}/utils/getKernelVersion/getKernelVersion.d.ts +0 -0
  157. /package/{src → dist}/utils/getKernelVersion/index.d.ts +0 -0
  158. /package/{src → dist}/utils/getPaymasterConfig/getPaymasterConfig.d.ts +0 -0
  159. /package/{src → dist}/utils/getPaymasterConfig/index.d.ts +0 -0
  160. /package/{src → dist}/utils/getZerodevChainProviderForNetworkId/index.d.ts +0 -0
  161. /package/{src → dist}/utils/getZerodevProviderFromSettings/index.d.ts +0 -0
  162. /package/{src → dist}/utils/getZerodevRpc/index.d.ts +0 -0
  163. /package/{src → dist}/utils/prepareUserOperationWithKernelClient/index.d.ts +0 -0
  164. /package/{src → dist}/utils/prepareUserOperationWithKernelClient/prepareUserOperationWithKernelClient.d.ts +0 -0
  165. /package/{src → dist}/utils/shouldSignWithEoa/index.d.ts +0 -0
  166. /package/{src → dist}/utils/shouldSignWithEoa/shouldSignWithEoa.d.ts +0 -0
  167. /package/{src → dist}/utils/shouldUseEIP7702/index.d.ts +0 -0
  168. /package/{src → dist}/utils/signMessage/index.d.ts +0 -0
  169. /package/{src → dist}/utils/signMessage/signMessage.d.ts +0 -0
package/CHANGELOG.md DELETED
@@ -1,600 +0,0 @@
1
- ## 0.1.1 (2025-12-19)
2
-
3
- ### 🚀 Features
4
-
5
- - add getTransactionHistory method ([#702](https://github.com/dynamic-labs/dynamic-sdk/pull/702))
6
-
7
- ## 0.1.0 (2025-12-18)
8
-
9
- ### 🚀 Features
10
-
11
- - add getTransactionHistory method ([#702](https://github.com/dynamic-labs/dynamic-sdk/pull/702))
12
-
13
- ## 0.1.0-alpha.37 (2025-12-17)
14
-
15
- ### 🩹 Fixes
16
-
17
- - ensure api errors are correctly parsed ([#706](https://github.com/dynamic-labs/dynamic-sdk/pull/706))
18
-
19
- ## 0.1.0-alpha.36 (2025-12-17)
20
-
21
- This was a version bump only, there were no code changes.
22
-
23
- ## 0.1.0-alpha.35 (2025-12-12)
24
-
25
- ### 🩹 Fixes
26
-
27
- - ensure all extensions register the chain network provider builder ([#696](https://github.com/dynamic-labs/dynamic-sdk/pull/696))
28
- - properly handle signAlTransactions when using Solana Wallet Standard wallets ([#697](https://github.com/dynamic-labs/dynamic-sdk/pull/697))
29
-
30
- ## 0.1.0-alpha.34 (2025-12-08)
31
-
32
- ### 🩹 Fixes
33
-
34
- - emit walletAccountsChanged when loading the SDK ([#691](https://github.com/dynamic-labs/dynamic-sdk/pull/691))
35
-
36
- ## 0.1.0-alpha.33 (2025-12-03)
37
-
38
- ### 🚀 Features
39
-
40
- - add deleteUser ([#673](https://github.com/dynamic-labs/dynamic-sdk/pull/673))
41
-
42
- ### 🩹 Fixes
43
-
44
- - return verified response in the verifyOTP function ([#670](https://github.com/dynamic-labs/dynamic-sdk/pull/670))
45
-
46
- ## 0.1.0-alpha.32 (2025-11-27)
47
-
48
- This was a version bump only, there were no code changes.
49
-
50
- ## 0.1.0-alpha.31 (2025-11-25)
51
-
52
- This was a version bump only, there were no code changes.
53
-
54
- ## 0.1.0-alpha.30 (2025-11-19)
55
-
56
- ### 🚀 Features
57
-
58
- - allow social account unlinking ([#618](https://github.com/dynamic-labs/dynamic-sdk/pull/618))
59
- - add support for Sui external wallets ([#643](https://github.com/dynamic-labs/dynamic-sdk/pull/643))
60
- - add support for Sui embedded wallets ([#652](https://github.com/dynamic-labs/dynamic-sdk/pull/652))
61
-
62
- ## 0.1.0-alpha.29 (2025-11-12)
63
-
64
- ### 🚀 Features
65
-
66
- - add support for WaaS delegation ([#634](https://github.com/dynamic-labs/dynamic-sdk/pull/634))
67
-
68
- ## 0.1.0-alpha.28 (2025-11-03)
69
-
70
- ### 🩹 Fixes
71
-
72
- - don't override mfa token on non-mfa related state updates ([#630](https://github.com/dynamic-labs/dynamic-sdk/pull/630))
73
-
74
- ## 0.1.0-alpha.27 (2025-11-03)
75
-
76
- This was a version bump only, there were no code changes.
77
-
78
- ## 0.1.0-alpha.26 (2025-10-30)
79
-
80
- ### 🚀 Features
81
-
82
- - add getUserSocialAccounts function ([#620](https://github.com/dynamic-labs/dynamic-sdk/pull/620))
83
-
84
- ## 0.1.0-alpha.25 (2025-10-29)
85
-
86
- ### Breaking Changes
87
-
88
- - Rename signInWithSocialRedirect -> authenticateWithSocial
89
- - Rename completeSocialRedirectSignIn -> completeSocialAuthentication
90
-
91
- ### 🚀 Features
92
-
93
- - add support for social account linking ([#616](https://github.com/dynamic-labs/dynamic-sdk/pull/616))
94
-
95
- ## 0.1.0-alpha.24 (2025-10-28)
96
-
97
- ### Breaking Changes
98
-
99
- Removed `getSigner` from `solana` package in favor of individual signing methods
100
- - signAndSendTransaction
101
- - signTransaction
102
- - signAllTransactions
103
-
104
- ## 0.1.0-alpha.23 (2025-10-22)
105
-
106
- ### 🚀 Features
107
-
108
- - add support for OKX BTC ([#583](https://github.com/dynamic-labs/dynamic-sdk/pull/583))
109
- - add support for OneKey BTC ([#586](https://github.com/dynamic-labs/dynamic-sdk/pull/586))
110
- - add support for Bitget Wallet BTC ([#592](https://github.com/dynamic-labs/dynamic-sdk/pull/592))
111
- - add support for Binance Wallet BTC ([#595](https://github.com/dynamic-labs/dynamic-sdk/pull/595))
112
- - add support for Oyl Wallet BTC ([#589](https://github.com/dynamic-labs/dynamic-sdk/pull/589))
113
- - add support for Leather Wallet BTC ([#600](https://github.com/dynamic-labs/dynamic-sdk/pull/600))
114
-
115
- ## 0.1.0-alpha.22 (2025-10-16)
116
-
117
- ### 🚀 Features
118
-
119
- - add support for Magic Eden BTC ([#575](https://github.com/dynamic-labs/dynamic-sdk/pull/575))
120
-
121
- ## 0.1.0-alpha.21 (2025-10-16)
122
-
123
- ### 🩹 Fixes
124
-
125
- - don't refetch project settings on page refresh if there are connected wallets ([#571](https://github.com/dynamic-labs/dynamic-sdk/pull/571))
126
-
127
- ## 0.1.0-alpha.20 (2025-10-15)
128
-
129
- This was a version bump only, there were no code changes.
130
-
131
- ## 0.1.0-alpha.19 (2025-10-10)
132
-
133
- This was a version bump only, there were no code changes.
134
-
135
- ## 0.1.0-alpha.18 (2025-10-08)
136
-
137
- ### 🚀 Features
138
-
139
- - Add TypeDoc for JavaScript SDK API Reference Documentation ([#512](https://github.com/dynamic-labs/dynamic-sdk/pull/512))
140
-
141
- ## 0.1.0-alpha.17 (2025-10-02)
142
-
143
- ### 🩹 Fixes
144
-
145
- - add return type to connect with wallet provider ([#497](https://github.com/dynamic-labs/dynamic-sdk/pull/497))
146
-
147
- ## 0.1.0-alpha.16 (2025-10-01)
148
-
149
- ### 🚀 Features
150
-
151
- - logout user when session expires ([#47](https://github.com/dynamic-labs/dynamic-sdk/pull/47))
152
- - add sms verification ([#78](https://github.com/dynamic-labs/dynamic-sdk/pull/78))
153
- - raise changed events for state variables ([#79](https://github.com/dynamic-labs/dynamic-sdk/pull/79))
154
- - allow extending the client ([#80](https://github.com/dynamic-labs/dynamic-sdk/pull/80))
155
- - allow manual init of client ([#88](https://github.com/dynamic-labs/dynamic-sdk/pull/88))
156
- - add signMessage ([#111](https://github.com/dynamic-labs/dynamic-sdk/pull/111))
157
- - support social sign in ([#123](https://github.com/dynamic-labs/dynamic-sdk/pull/123))
158
- - add updateUser function ([#138](https://github.com/dynamic-labs/dynamic-sdk/pull/138))
159
- - add acknowledgeRecoveryCodes function ([#139](https://github.com/dynamic-labs/dynamic-sdk/pull/139))
160
- - add getMfaDevices function ([#140](https://github.com/dynamic-labs/dynamic-sdk/pull/140))
161
- - add deleteMfaDevice function ([#141](https://github.com/dynamic-labs/dynamic-sdk/pull/141))
162
- - add registerTotpMfaDevice function ([#142](https://github.com/dynamic-labs/dynamic-sdk/pull/142))
163
- - add getMfaRecoveryCodes function ([#143](https://github.com/dynamic-labs/dynamic-sdk/pull/143))
164
- - cache project settings for connected users ([#148](https://github.com/dynamic-labs/dynamic-sdk/pull/148))
165
- - add createNewMfaRecoveryCodes function ([#144](https://github.com/dynamic-labs/dynamic-sdk/pull/144))
166
- - add setDefaultMfaDevice function ([#149](https://github.com/dynamic-labs/dynamic-sdk/pull/149))
167
- - add support for solana wallet standard ([#133](https://github.com/dynamic-labs/dynamic-sdk/pull/133))
168
- - add primary wallet account ([#128](https://github.com/dynamic-labs/dynamic-sdk/pull/128))
169
- - add authTotpMfaDevice function ([#146](https://github.com/dynamic-labs/dynamic-sdk/pull/146))
170
- - add authMfaRecoveryCode function ([#147](https://github.com/dynamic-labs/dynamic-sdk/pull/147))
171
- - add new getMultichainBalances api method ([#219](https://github.com/dynamic-labs/dynamic-sdk/pull/219))
172
- - adds authenticated event ([#222](https://github.com/dynamic-labs/dynamic-sdk/pull/222))
173
- - raise an error if different dynamic packages are on different versions ([#253](https://github.com/dynamic-labs/dynamic-sdk/pull/253))
174
- - add signInWithExternalJwt function ([#263](https://github.com/dynamic-labs/dynamic-sdk/pull/263))
175
- - add network provider registry and API ([#266](https://github.com/dynamic-labs/dynamic-sdk/pull/266))
176
- - add ethereum netowrk providers ([#267](https://github.com/dynamic-labs/dynamic-sdk/pull/267))
177
- - add solana network provider ([#268](https://github.com/dynamic-labs/dynamic-sdk/pull/268))
178
- - add proveWalletAccountOwnership function ([#295](https://github.com/dynamic-labs/dynamic-sdk/pull/295))
179
- - format evm wallet addresses to conform to eip55 ([#300](https://github.com/dynamic-labs/dynamic-sdk/pull/300))
180
- - add viem public client ([#272](https://github.com/dynamic-labs/dynamic-sdk/pull/272))
181
- - add getSolanaConnection ([#275](https://github.com/dynamic-labs/dynamic-sdk/pull/275))
182
- - add dynamic waas evm extension ([#299](https://github.com/dynamic-labs/dynamic-sdk/pull/299))
183
- - add refreshUser function ([#332](https://github.com/dynamic-labs/dynamic-sdk/pull/332))
184
- - add get network method ([#321](https://github.com/dynamic-labs/dynamic-sdk/pull/321))
185
- - add createWaasWallet function ([#343](https://github.com/dynamic-labs/dynamic-sdk/pull/343))
186
- - allow switching network ([#323](https://github.com/dynamic-labs/dynamic-sdk/pull/323))
187
- - introduce getBalance and getBalanceForAddress ([#335](https://github.com/dynamic-labs/dynamic-sdk/pull/335))
188
- - add delegateWaasKeyShares function ([#353](https://github.com/dynamic-labs/dynamic-sdk/pull/353))
189
- - add updateWaasPassword function ([#354](https://github.com/dynamic-labs/dynamic-sdk/pull/354))
190
- - add exportWaasClientKeyshares function ([#355](https://github.com/dynamic-labs/dynamic-sdk/pull/355))
191
- - add importWaasPrivateKey function ([#356](https://github.com/dynamic-labs/dynamic-sdk/pull/356))
192
- - add refreshWaasWalletAccountShares function ([#357](https://github.com/dynamic-labs/dynamic-sdk/pull/357))
193
- - add backupWaasKeySharesToGoogleDrive function ([#358](https://github.com/dynamic-labs/dynamic-sdk/pull/358))
194
- - add exportWaasPrivateKey function ([#359](https://github.com/dynamic-labs/dynamic-sdk/pull/359))
195
- - add isWaasWalletAccount function ([#365](https://github.com/dynamic-labs/dynamic-sdk/pull/365))
196
- - add createWalletClientForWalletAccount function ([#367](https://github.com/dynamic-labs/dynamic-sdk/pull/367))
197
- - add connectAndVerifyWithWalletProvider function ([#385](https://github.com/dynamic-labs/dynamic-sdk/pull/385))
198
- - add event listening for wallet providers ([#389](https://github.com/dynamic-labs/dynamic-sdk/pull/389))
199
- - expose the session expires at date ([#420](https://github.com/dynamic-labs/dynamic-sdk/pull/420))
200
- - refresh user when cookies are enabled ([#430](https://github.com/dynamic-labs/dynamic-sdk/pull/430))
201
- - introduce waitForClientInitialized ([#436](https://github.com/dynamic-labs/dynamic-sdk/pull/436))
202
- - introduce isMobile helper utility ([#441](https://github.com/dynamic-labs/dynamic-sdk/pull/441))
203
- - persist unverified wallets in local storage ([#448](https://github.com/dynamic-labs/dynamic-sdk/pull/448))
204
- - **QNTM-3387:** add sui base infrastructure and core client ([#240](https://github.com/dynamic-labs/dynamic-sdk/pull/240))
205
- - **SIN-7:** Add Signin with Passkey ([#201](https://github.com/dynamic-labs/dynamic-sdk/pull/201))
206
- - **wallets:** adds methods to connect and verify a wallet ([#99](https://github.com/dynamic-labs/dynamic-sdk/pull/99))
207
-
208
- ### 🩹 Fixes
209
-
210
- - make the client package public ([#74](https://github.com/dynamic-labs/dynamic-sdk/pull/74))
211
- - properly export state changed events ([#85](https://github.com/dynamic-labs/dynamic-sdk/pull/85))
212
- - client core accidentally sharing state among different instances ([#89](https://github.com/dynamic-labs/dynamic-sdk/pull/89))
213
- - support server side rendering ([#92](https://github.com/dynamic-labs/dynamic-sdk/pull/92))
214
- - use correct import path for commonjs ([#125](https://github.com/dynamic-labs/dynamic-sdk/pull/125))
215
- - ensure change events are fired only when state changes ([#168](https://github.com/dynamic-labs/dynamic-sdk/pull/168))
216
- - solana integration ([#169](https://github.com/dynamic-labs/dynamic-sdk/pull/169))
217
- - throw when attempting to set undefined prop in storage ([#200](https://github.com/dynamic-labs/dynamic-sdk/pull/200))
218
- - allow the api call to include cookie credentials ([#209](https://github.com/dynamic-labs/dynamic-sdk/pull/209))
219
- - convert api headers to get api headers ([#211](https://github.com/dynamic-labs/dynamic-sdk/pull/211))
220
- - import zod mini using namespace ([#214](https://github.com/dynamic-labs/dynamic-sdk/pull/214))
221
- - bind fetch to window ([#265](https://github.com/dynamic-labs/dynamic-sdk/pull/265))
222
- - update default API base URL ([#296](https://github.com/dynamic-labs/dynamic-sdk/pull/296))
223
- - remove version pin on sdk-api-core ([#351](https://github.com/dynamic-labs/dynamic-sdk/pull/351))
224
- - sending transaction with solana ([#381](https://github.com/dynamic-labs/dynamic-sdk/pull/381))
225
- - set client version to project settings api call ([#414](https://github.com/dynamic-labs/dynamic-sdk/pull/414))
226
- - logout with wallet standard sol wallets ([#423](https://github.com/dynamic-labs/dynamic-sdk/pull/423))
227
- - logout user when any api call fails with 401 ([#432](https://github.com/dynamic-labs/dynamic-sdk/pull/432))
228
- - logout for connected only wallets ([#437](https://github.com/dynamic-labs/dynamic-sdk/pull/437))
229
- - ensure server side rendering will not trigger any api call ([#445](https://github.com/dynamic-labs/dynamic-sdk/pull/445))
230
- - handle 401 when initializing the SDK ([#446](https://github.com/dynamic-labs/dynamic-sdk/pull/446))
231
- - logout user when any api call fails with 401 " ([#432](https://github.com/dynamic-labs/dynamic-sdk/pull/432), [#450](https://github.com/dynamic-labs/dynamic-sdk/pull/450))
232
- - logout user only when it fails to refresh user with cookies ([#451](https://github.com/dynamic-labs/dynamic-sdk/pull/451))
233
- - update how wallet account id is computed to support multiple wallet accounts with the same address ([#481](https://github.com/dynamic-labs/dynamic-sdk/pull/481))
234
- - **mfa:** make device id optional ([#175](https://github.com/dynamic-labs/dynamic-sdk/pull/175))
235
- - **mfa:** allow create mfa options to authTotpMfaDevice ([#178](https://github.com/dynamic-labs/dynamic-sdk/pull/178))
236
-
237
- ### 🔧 Refactors
238
-
239
- - rename initializationManager to asyncTrack ([#26](https://github.com/dynamic-labs/dynamic-sdk/pull/26))
240
- - modularize DynamicCoreState with global interface ([#93](https://github.com/dynamic-labs/dynamic-sdk/pull/93))
241
- - add setVerifyResponse ([#106](https://github.com/dynamic-labs/dynamic-sdk/pull/106))
242
- - rename set verify response function ([#122](https://github.com/dynamic-labs/dynamic-sdk/pull/122))
243
- - clean up social implementation ([#145](https://github.com/dynamic-labs/dynamic-sdk/pull/145))
244
- - reorganize exports index file ([#303](https://github.com/dynamic-labs/dynamic-sdk/pull/303))
245
- - rename events folder to clientEvents ([#305](https://github.com/dynamic-labs/dynamic-sdk/pull/305))
246
- - dry network provider type ([#308](https://github.com/dynamic-labs/dynamic-sdk/pull/308))
247
- - rename types files to include the features name ([#319](https://github.com/dynamic-labs/dynamic-sdk/pull/319))
248
- - use evm instead of other terms ([#306](https://github.com/dynamic-labs/dynamic-sdk/pull/306))
249
- - rename net configuration to net data ([#322](https://github.com/dynamic-labs/dynamic-sdk/pull/322))
250
- - move waas-utils to client package ([#342](https://github.com/dynamic-labs/dynamic-sdk/pull/342))
251
- - assert signed session id in getSignedSessionId ([#361](https://github.com/dynamic-labs/dynamic-sdk/pull/361))
252
- - add consumeMfaTokenIfRequiredForAction function ([#363](https://github.com/dynamic-labs/dynamic-sdk/pull/363))
253
- - waas sign message defined in waas provider ([#377](https://github.com/dynamic-labs/dynamic-sdk/pull/377))
254
- - ban chain enum ([#386](https://github.com/dynamic-labs/dynamic-sdk/pull/386))
255
- - ban misplaced waas exports ([#387](https://github.com/dynamic-labs/dynamic-sdk/pull/387))
256
- - also apply lint-tsc for specfiles ([#399](https://github.com/dynamic-labs/dynamic-sdk/pull/399))
257
- - require client to always be passed as a param for internal code ([#401](https://github.com/dynamic-labs/dynamic-sdk/pull/401))
258
- - linter rule for addExtension functions ([#433](https://github.com/dynamic-labs/dynamic-sdk/pull/433))
259
- - improve demo ui and organization ([#434](https://github.com/dynamic-labs/dynamic-sdk/pull/434))
260
- - misc improvements ([#438](https://github.com/dynamic-labs/dynamic-sdk/pull/438))
261
- - add linter rule for unpinned dependencies ([#439](https://github.com/dynamic-labs/dynamic-sdk/pull/439))
262
- - rework captcha code for demo ([#449](https://github.com/dynamic-labs/dynamic-sdk/pull/449))
263
- - rename schemas ([#471](https://github.com/dynamic-labs/dynamic-sdk/pull/471))
264
-
265
- ## 0.1.0-alpha.15 (2025-10-01)
266
-
267
- This was a version bump only, there were no code changes.
268
-
269
- ## 0.1.0-alpha.14 (2025-09-30)
270
-
271
- This was a version bump only, there were no code changes.
272
-
273
- ## 0.1.0-alpha.13 (2025-09-30)
274
-
275
- ### 🚀 Features
276
-
277
- - persist unverified wallets in local storage ([#448](https://github.com/dynamic-labs/dynamic-sdk/pull/448))
278
-
279
- ### 🩹 Fixes
280
-
281
- - update how wallet account id is computed to support multiple wallet accounts with the same address ([#481](https://github.com/dynamic-labs/dynamic-sdk/pull/481))
282
-
283
- ### 🔧 Refactors
284
-
285
- - rename schemas ([#471](https://github.com/dynamic-labs/dynamic-sdk/pull/471))
286
-
287
- ## 0.1.0-alpha.12 (2025-09-23)
288
-
289
- This was a version bump only, there were no code changes.
290
-
291
- ## 0.1.0-alpha.11 (2025-09-23)
292
-
293
- ### 🩹 Fixes
294
-
295
- - logout user when any api call fails with 401 " ([#432](https://github.com/dynamic-labs/dynamic-sdk/pull/432), [#450](https://github.com/dynamic-labs/dynamic-sdk/pull/450))
296
- - logout user only when it fails to refresh user with cookies ([#451](https://github.com/dynamic-labs/dynamic-sdk/pull/451))
297
-
298
- ### 🔧 Refactors
299
-
300
- - rework captcha code for demo ([#449](https://github.com/dynamic-labs/dynamic-sdk/pull/449))
301
-
302
- ## 0.1.0-alpha.10 (2025-09-22)
303
-
304
- ### 🩹 Fixes
305
-
306
- - ensure server side rendering will not trigger any api call ([#445](https://github.com/dynamic-labs/dynamic-sdk/pull/445))
307
- - handle 401 when initializing the SDK ([#446](https://github.com/dynamic-labs/dynamic-sdk/pull/446))
308
-
309
- ## 0.1.0-alpha.9 (2025-09-19)
310
-
311
- ### 🚀 Features
312
-
313
- - refresh user when cookies are enabled ([#430](https://github.com/dynamic-labs/dynamic-sdk/pull/430))
314
- - introduce waitForClientInitialized ([#436](https://github.com/dynamic-labs/dynamic-sdk/pull/436))
315
- - introduce isMobile helper utility ([#441](https://github.com/dynamic-labs/dynamic-sdk/pull/441))
316
-
317
- ### 🩹 Fixes
318
-
319
- - logout user when any api call fails with 401 ([#432](https://github.com/dynamic-labs/dynamic-sdk/pull/432))
320
- - logout for connected only wallets ([#437](https://github.com/dynamic-labs/dynamic-sdk/pull/437))
321
-
322
- ### 🔧 Refactors
323
-
324
- - linter rule for addExtension functions ([#433](https://github.com/dynamic-labs/dynamic-sdk/pull/433))
325
- - improve demo ui and organization ([#434](https://github.com/dynamic-labs/dynamic-sdk/pull/434))
326
- - misc improvements ([#438](https://github.com/dynamic-labs/dynamic-sdk/pull/438))
327
- - add linter rule for unpinned dependencies ([#439](https://github.com/dynamic-labs/dynamic-sdk/pull/439))
328
-
329
- ## 0.1.0-alpha.8 (2025-09-15)
330
-
331
- This was a version bump only, there were no code changes.
332
-
333
- ## 0.1.0-alpha.7 (2025-09-12)
334
-
335
- ### 🩹 Fixes
336
-
337
- - logout with wallet standard sol wallets ([#423](https://github.com/dynamic-labs/dynamic-sdk/pull/423))
338
-
339
- ## 0.1.0-alpha.6 (2025-09-11)
340
-
341
- ### 🚀 Features
342
-
343
- - add captcha support
344
-
345
- ## 0.1.0-alpha.5 (2025-09-11)
346
-
347
- ### 🚀 Features
348
-
349
- - expose the session expires at date ([#420](https://github.com/dynamic-labs/dynamic-sdk/pull/420))
350
-
351
- ## 0.1.0-alpha.4 (2025-09-10)
352
-
353
- ### 🩹 Fixes
354
-
355
- - set client version to project settings api call ([#414](https://github.com/dynamic-labs/dynamic-sdk/pull/414))
356
-
357
- ## 0.1.0-alpha.3 (2025-09-09)
358
-
359
- This was a version bump only, there were no code changes.
360
-
361
- ## 0.1.0-alpha.2 (2025-09-08)
362
-
363
- This was a version bump only, there were no code changes.
364
-
365
- ## 0.1.0-alpha.1 (2025-09-02)
366
-
367
- This was a version bump only, there were no code changes.
368
-
369
- ## 0.1.0-alpha.0 (2025-09-02)
370
-
371
- ### 🚀 Features
372
-
373
- - add connectAndVerifyWithWalletProvider function ([#385](https://github.com/dynamic-labs/dynamic-sdk/pull/385))
374
- - add event listening for wallet providers ([#389](https://github.com/dynamic-labs/dynamic-sdk/pull/389))
375
-
376
- ### 🩹 Fixes
377
-
378
- - sending transaction with solana ([#381](https://github.com/dynamic-labs/dynamic-sdk/pull/381))
379
-
380
- ### 🔧 Refactors
381
-
382
- - waas sign message defined in waas provider ([#377](https://github.com/dynamic-labs/dynamic-sdk/pull/377))
383
- - ban chain enum ([#386](https://github.com/dynamic-labs/dynamic-sdk/pull/386))
384
- - ban misplaced waas exports ([#387](https://github.com/dynamic-labs/dynamic-sdk/pull/387))
385
-
386
- ## 0.0.1-alpha.27 (2025-08-29)
387
-
388
- ### 🚀 Features
389
-
390
- - allow switching network ([#323](https://github.com/dynamic-labs/dynamic-sdk/pull/323))
391
- - introduce getBalance and getBalanceForAddress ([#335](https://github.com/dynamic-labs/dynamic-sdk/pull/335))
392
- - add delegateWaasKeyShares function ([#353](https://github.com/dynamic-labs/dynamic-sdk/pull/353))
393
- - add updateWaasPassword function ([#354](https://github.com/dynamic-labs/dynamic-sdk/pull/354))
394
- - add exportWaasClientKeyshares function ([#355](https://github.com/dynamic-labs/dynamic-sdk/pull/355))
395
- - add importWaasPrivateKey function ([#356](https://github.com/dynamic-labs/dynamic-sdk/pull/356))
396
- - add refreshWaasWalletAccountShares function ([#357](https://github.com/dynamic-labs/dynamic-sdk/pull/357))
397
- - add backupWaasKeySharesToGoogleDrive function ([#358](https://github.com/dynamic-labs/dynamic-sdk/pull/358))
398
- - add exportWaasPrivateKey function ([#359](https://github.com/dynamic-labs/dynamic-sdk/pull/359))
399
- - add isWaasWalletAccount function ([#365](https://github.com/dynamic-labs/dynamic-sdk/pull/365))
400
- - add createWalletClientForWalletAccount function ([#367](https://github.com/dynamic-labs/dynamic-sdk/pull/367))
401
-
402
- ### 🔧 Refactors
403
-
404
- - assert signed session id in getSignedSessionId ([#361](https://github.com/dynamic-labs/dynamic-sdk/pull/361))
405
- - add consumeMfaTokenIfRequiredForAction function ([#363](https://github.com/dynamic-labs/dynamic-sdk/pull/363))
406
-
407
- ## 0.0.1-alpha.26 (2025-08-27)
408
-
409
- ### 🩹 Fixes
410
-
411
- - remove version pin on sdk-api-core ([#351](https://github.com/dynamic-labs/dynamic-sdk/pull/351))
412
-
413
- ## 0.0.1-alpha.25 (2025-08-27)
414
-
415
- ### 🚀 Features
416
-
417
- - add ethereum netowrk providers ([#267](https://github.com/dynamic-labs/dynamic-sdk/pull/267))
418
- - add solana network provider ([#268](https://github.com/dynamic-labs/dynamic-sdk/pull/268))
419
- - add proveWalletAccountOwnership function ([#295](https://github.com/dynamic-labs/dynamic-sdk/pull/295))
420
- - format evm wallet addresses to conform to eip55 ([#300](https://github.com/dynamic-labs/dynamic-sdk/pull/300))
421
- - add viem public client ([#272](https://github.com/dynamic-labs/dynamic-sdk/pull/272))
422
- - add getSolanaConnection ([#275](https://github.com/dynamic-labs/dynamic-sdk/pull/275))
423
- - add dynamic waas evm extension ([#299](https://github.com/dynamic-labs/dynamic-sdk/pull/299))
424
- - add refreshUser function ([#332](https://github.com/dynamic-labs/dynamic-sdk/pull/332))
425
- - add get network method ([#321](https://github.com/dynamic-labs/dynamic-sdk/pull/321))
426
-
427
- ### 🩹 Fixes
428
-
429
- - update default API base URL ([#296](https://github.com/dynamic-labs/dynamic-sdk/pull/296))
430
-
431
- ### 🔧 Refactors
432
-
433
- - reorganize exports index file ([#303](https://github.com/dynamic-labs/dynamic-sdk/pull/303))
434
- - rename events folder to clientEvents ([#305](https://github.com/dynamic-labs/dynamic-sdk/pull/305))
435
- - dry network provider type ([#308](https://github.com/dynamic-labs/dynamic-sdk/pull/308))
436
- - rename types files to include the features name ([#319](https://github.com/dynamic-labs/dynamic-sdk/pull/319))
437
- - use evm instead of other terms ([#306](https://github.com/dynamic-labs/dynamic-sdk/pull/306))
438
- - rename net configuration to net data ([#322](https://github.com/dynamic-labs/dynamic-sdk/pull/322))
439
- - move waas-utils to client package ([#342](https://github.com/dynamic-labs/dynamic-sdk/pull/342))
440
-
441
- ## 0.0.1-alpha.24 (2025-08-14)
442
-
443
- This was a version bump only, there were no code changes.
444
-
445
- ## 0.0.1-alpha.23 (2025-08-14)
446
-
447
- This was a version bump only, there were no code changes.
448
-
449
- ## 0.0.1-alpha.22 (2025-08-13)
450
-
451
- This was a version bump only, there were no code changes.
452
-
453
- ## 0.0.1-alpha.21 (2025-08-12)
454
-
455
- ### 🚀 Features
456
-
457
- - add signInWithExternalJwt function ([#263](https://github.com/dynamic-labs/dynamic-sdk/pull/263))
458
-
459
- ### 🩹 Fixes
460
-
461
- - bind fetch to window ([#265](https://github.com/dynamic-labs/dynamic-sdk/pull/265))
462
-
463
- ## 0.0.1-alpha.20 (2025-08-06)
464
-
465
- ### 🚀 Features
466
-
467
- - raise an error if different dynamic packages are on different versions ([#253](https://github.com/dynamic-labs/dynamic-sdk/pull/253))
468
-
469
- ## 0.0.1-alpha.19 (2025-07-23)
470
-
471
- This was a version bump only, there were no code changes.
472
-
473
- ## 0.0.1-alpha.18 (2025-07-22)
474
-
475
- This was a version bump only, there were no code changes.
476
-
477
- ## 0.0.1-alpha.17 (2025-07-22)
478
-
479
- This was a version bump only, there were no code changes.
480
-
481
- ## 0.0.1-alpha.16 (2025-07-14)
482
-
483
- ### 🚀 Features
484
-
485
- - add new getMultichainBalances api method ([#219](https://github.com/dynamic-labs/dynamic-sdk/pull/219))
486
- - adds authenticated event ([#222](https://github.com/dynamic-labs/dynamic-sdk/pull/222))
487
-
488
- ## 0.0.1-alpha.15 (2025-07-14)
489
-
490
- ### 🚀 Features
491
-
492
- - **SIN-7:** Add Signin with Passkey ([#201](https://github.com/dynamic-labs/dynamic-sdk/pull/201))
493
-
494
- ## 0.0.1-alpha.14 (2025-07-11)
495
-
496
- ### 🩹 Fixes
497
-
498
- - import zod mini using namespace ([#214](https://github.com/dynamic-labs/dynamic-sdk/pull/214))
499
-
500
- ## 0.0.1-alpha.13 (2025-07-09)
501
-
502
- ### 🩹 Fixes
503
-
504
- - convert api headers to get api headers ([#211](https://github.com/dynamic-labs/dynamic-sdk/pull/211))
505
-
506
- ## 0.0.1-alpha.12 (2025-07-09)
507
-
508
- ### 🩹 Fixes
509
-
510
- - allow the api call to include cookie credentials ([#209](https://github.com/dynamic-labs/dynamic-sdk/pull/209))
511
-
512
- ## 0.0.1-alpha.11 (2025-07-08)
513
-
514
- This was a version bump only, there were no code changes.
515
-
516
- ## 0.0.1-alpha.10 (2025-07-08)
517
-
518
- This was a version bump only, there were no code changes.
519
-
520
- ## 0.0.1-alpha.9 (2025-07-08)
521
-
522
- ### 🩹 Fixes
523
-
524
- - throw when attempting to set undefined prop in storage ([#200](https://github.com/dynamic-labs/dynamic-sdk/pull/200))
525
-
526
- ## 0.0.1-alpha.8 (2025-07-03)
527
-
528
- This was a version bump only, there were no code changes.
529
-
530
- ## 0.0.1-alpha.7 (2025-07-02)
531
-
532
- ### 🩹 Fixes
533
-
534
- - **mfa:** make device id optional ([#175](https://github.com/dynamic-labs/dynamic-sdk/pull/175))
535
- - **mfa:** allow create mfa options to authTotpMfaDevice ([#178](https://github.com/dynamic-labs/dynamic-sdk/pull/178))
536
-
537
- ## 0.0.1-alpha.6 (2025-06-30)
538
-
539
- ### 🚀 Features
540
-
541
- - add support for solana wallet standard ([#133](https://github.com/dynamic-labs/dynamic-sdk/pull/133))
542
- - add support social sign in ([#123](https://github.com/dynamic-labs/dynamic-sdk/pull/123))
543
- - add support for TOTP MFA ([#139](https://github.com/dynamic-labs/dynamic-sdk/pull/139))([#140](https://github.com/dynamic-labs/dynamic-sdk/pull/140))([#141](https://github.com/dynamic-labs/dynamic-sdk/pull/141))([#142](https://github.com/dynamic-labs/dynamic-sdk/pull/142))([#143](https://github.com/dynamic-labs/dynamic-sdk/pull/143))([#144](https://github.com/dynamic-labs/dynamic-sdk/pull/144))([#149](https://github.com/dynamic-labs/dynamic-sdk/pull/149))([#146](https://github.com/dynamic-labs/dynamic-sdk/pull/146))([#147](https://github.com/dynamic-labs/dynamic-sdk/pull/147))
544
- - add methods to connect and verify a wallet ([#99](https://github.com/dynamic-labs/dynamic-sdk/pull/99))
545
- - add signMessage ([#111](https://github.com/dynamic-labs/dynamic-sdk/pull/111))
546
- - add primary wallet account ([#128](https://github.com/dynamic-labs/dynamic-sdk/pull/128))
547
- - cache project settings for connected users ([#148](https://github.com/dynamic-labs/dynamic-sdk/pull/148))
548
- - add updateUser function ([#138](https://github.com/dynamic-labs/dynamic-sdk/pull/138))
549
-
550
- ### 🩹 Fixes
551
-
552
- - use correct import path for commonjs ([#125](https://github.com/dynamic-labs/dynamic-sdk/pull/125))
553
- - ensure change events are fired only when state changes ([#168](https://github.com/dynamic-labs/dynamic-sdk/pull/168))
554
-
555
- ### 🔧 Refactors
556
-
557
- - modularize DynamicCoreState with global interface ([#93](https://github.com/dynamic-labs/dynamic-sdk/pull/93))
558
- - add setVerifyResponse ([#106](https://github.com/dynamic-labs/dynamic-sdk/pull/106))
559
- - rename set verify response function ([#122](https://github.com/dynamic-labs/dynamic-sdk/pull/122))
560
-
561
- ## 0.0.1-alpha.5 (2025-06-04)
562
-
563
- ### 🩹 Fixes
564
-
565
- - support server side rendering ([#92](https://github.com/dynamic-labs/dynamic-sdk/pull/92))
566
-
567
- ## 0.0.1-alpha.4 (2025-05-28)
568
-
569
- ### 🚀 Features
570
-
571
- - allow manual init of client ([#88](https://github.com/dynamic-labs/dynamic-sdk/pull/88))
572
-
573
- ### 🩹 Fixes
574
-
575
- - client core accidentally sharing state among different instances ([#89](https://github.com/dynamic-labs/dynamic-sdk/pull/89))
576
-
577
- ## 0.0.1-alpha.3 (2025-05-27)
578
-
579
- ### 🩹 Fixes
580
-
581
- - properly export state changed events ([#85](https://github.com/dynamic-labs/dynamic-sdk/pull/85))
582
-
583
- ## 0.0.1-alpha.2 (2025-05-26)
584
-
585
- ### 🚀 Features
586
-
587
- - logout user when session expires ([#47](https://github.com/dynamic-labs/dynamic-sdk/pull/47))
588
- - add sms verification ([#78](https://github.com/dynamic-labs/dynamic-sdk/pull/78))
589
- - raise changed events for state variables ([#79](https://github.com/dynamic-labs/dynamic-sdk/pull/79))
590
- - allow extending the client ([#80](https://github.com/dynamic-labs/dynamic-sdk/pull/80))
591
-
592
- ## 0.0.1-alpha.1 (2025-05-19)
593
-
594
- ### 🩹 Fixes
595
-
596
- - make the client package public ([#74](https://github.com/dynamic-labs/dynamic-sdk/pull/74))
597
-
598
- ## 0.0.1-alpha.0 (2025-05-16)
599
-
600
- Initial release of the Dynamic SDK.
package/core.cjs.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./src/exports/core";
package/core.cjs.js DELETED
@@ -1,25 +0,0 @@
1
- 'use strict';
2
-
3
- var assertPackageVersion = require('@dynamic-labs-sdk/assert-package-version');
4
- var getZerodevRpc = require('./getZerodevRpc.cjs.js');
5
- require('@dynamic-labs-sdk/client/core');
6
- require('@zerodev/ecdsa-validator');
7
- require('@zerodev/sdk');
8
- require('@dynamic-labs-sdk/client');
9
- require('@dynamic-labs-sdk/evm');
10
- require('@dynamic-labs-sdk/evm/viem');
11
- require('@zerodev/multi-chain-ecdsa-validator');
12
- require('@dynamic-labs/sdk-api-core');
13
- require('viem');
14
-
15
- assertPackageVersion.assertPackageVersion(getZerodevRpc.name, getZerodevRpc.version);
16
-
17
- exports.createKernelAccount = getZerodevRpc.createKernelAccount;
18
- exports.getEcdsaValidator = getZerodevRpc.getEcdsaValidator;
19
- exports.getEntryPoint = getZerodevRpc.getEntryPoint;
20
- exports.getKernelVersion = getZerodevRpc.getKernelVersion;
21
- exports.getPaymasterConfig = getZerodevRpc.getPaymasterConfig;
22
- exports.getZerodevChainProviderForNetworkId = getZerodevRpc.getZerodevChainProviderForNetworkId;
23
- exports.getZerodevProviderFromSettings = getZerodevRpc.getZerodevProviderFromSettings;
24
- exports.getZerodevRpc = getZerodevRpc.getZerodevRpc;
25
- exports.shouldUseEIP7702 = getZerodevRpc.shouldUseEIP7702;
package/core.esm.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./src/exports/core";
package/core.esm.js DELETED
@@ -1,14 +0,0 @@
1
- import { assertPackageVersion } from '@dynamic-labs-sdk/assert-package-version';
2
- import { n as name, v as version } from './getZerodevRpc.esm.js';
3
- export { c as createKernelAccount, e as getEcdsaValidator, f as getEntryPoint, h as getKernelVersion, a as getPaymasterConfig, b as getZerodevChainProviderForNetworkId, i as getZerodevProviderFromSettings, g as getZerodevRpc, s as shouldUseEIP7702 } from './getZerodevRpc.esm.js';
4
- import '@dynamic-labs-sdk/client/core';
5
- import '@zerodev/ecdsa-validator';
6
- import '@zerodev/sdk';
7
- import '@dynamic-labs-sdk/client';
8
- import '@dynamic-labs-sdk/evm';
9
- import '@dynamic-labs-sdk/evm/viem';
10
- import '@zerodev/multi-chain-ecdsa-validator';
11
- import '@dynamic-labs/sdk-api-core';
12
- import 'viem';
13
-
14
- assertPackageVersion(name, version);