@dynamic-labs/embedded-wallet-solana 4.45.2 → 4.46.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/CHANGELOG.md CHANGED
@@ -1,4 +1,28 @@
1
1
 
2
+ ## [4.46.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.45.3...v4.46.0) (2025-11-19)
3
+
4
+
5
+ ### Features
6
+
7
+ * **react-native:** add client.solana.simulateTransaction method ([#9910](https://github.com/dynamic-labs/dynamic-auth/issues/9910)) ([61bbe45](https://github.com/dynamic-labs/dynamic-auth/commit/61bbe453eeb2790dffc533aa57f6bc050c3c0461))
8
+ * **react-native:** add simulateEVMTransactionAA and simulateEVMTransaction methods ([#9907](https://github.com/dynamic-labs/dynamic-auth/issues/9907)) ([e54d63e](https://github.com/dynamic-labs/dynamic-auth/commit/e54d63eaa80c2bc865ef6199405b0ed7943d4b83))
9
+
10
+ ### [4.45.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.45.2...v4.45.3) (2025-11-18)
11
+
12
+
13
+ ### Features
14
+
15
+ * add trc20 token transfer to dynamic widget ([#9877](https://github.com/dynamic-labs/dynamic-auth/issues/9877)) ([4365102](https://github.com/dynamic-labs/dynamic-auth/commit/436510253436239d64d4f47b7d0532e65401c19d))
16
+ * add trc20 tokens to sendBalance ([#9873](https://github.com/dynamic-labs/dynamic-auth/issues/9873)) ([fec5e67](https://github.com/dynamic-labs/dynamic-auth/commit/fec5e6715f87fd6a3f7b2ca21c94e4f32ec86031))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * don't allow mobileExperience override to redirect for wallets that don't support it ([#9865](https://github.com/dynamic-labs/dynamic-auth/issues/9865)) ([b34ada5](https://github.com/dynamic-labs/dynamic-auth/commit/b34ada5ac0450667bf33b3cf2ce13e5c16235cfc))
22
+ * **global-wallet:** validate the redirect url ([#9894](https://github.com/dynamic-labs/dynamic-auth/issues/9894)) ([4cf27b5](https://github.com/dynamic-labs/dynamic-auth/commit/4cf27b538da5a9d1da04160faad009880f15f175))
23
+ * temporarily skip Phantom account creation steps due to extension… ([#9893](https://github.com/dynamic-labs/dynamic-auth/issues/9893)) ([87f8a2e](https://github.com/dynamic-labs/dynamic-auth/commit/87f8a2e1185be09c255e7865980f02b13e916db4))
24
+ * wallet book is required console errors ([#9887](https://github.com/dynamic-labs/dynamic-auth/issues/9887)) ([417605d](https://github.com/dynamic-labs/dynamic-auth/commit/417605d605f70ee558dd550b1fb50c996f219b31))
25
+
2
26
  ### [4.45.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.45.1...v4.45.2) (2025-11-17)
3
27
 
4
28
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.45.2";
6
+ var version = "4.46.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.45.2";
2
+ var version = "4.46.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/embedded-wallet-solana",
3
- "version": "4.45.2",
3
+ "version": "4.46.0",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,21 +18,21 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/utils": "4.45.2",
22
- "@dynamic-labs/types": "4.45.2",
21
+ "@dynamic-labs/utils": "4.46.0",
22
+ "@dynamic-labs/types": "4.46.0",
23
23
  "@dynamic-labs/sdk-api-core": "0.0.821",
24
24
  "@dynamic-labs-sdk/client": "0.1.0-alpha.28",
25
25
  "@solana/web3.js": "1.98.1",
26
26
  "@turnkey/iframe-stamper": "2.5.0",
27
27
  "@turnkey/solana": "1.0.42",
28
28
  "@turnkey/webauthn-stamper": "0.5.1",
29
- "@dynamic-labs/assert-package-version": "4.45.2",
30
- "@dynamic-labs/embedded-wallet": "4.45.2",
31
- "@dynamic-labs/rpc-providers": "4.45.2",
32
- "@dynamic-labs/solana-core": "4.45.2",
33
- "@dynamic-labs/wallet-book": "4.45.2",
34
- "@dynamic-labs/wallet-connector-core": "4.45.2",
35
- "@dynamic-labs/webauthn": "4.45.2",
29
+ "@dynamic-labs/assert-package-version": "4.46.0",
30
+ "@dynamic-labs/embedded-wallet": "4.46.0",
31
+ "@dynamic-labs/rpc-providers": "4.46.0",
32
+ "@dynamic-labs/solana-core": "4.46.0",
33
+ "@dynamic-labs/wallet-book": "4.46.0",
34
+ "@dynamic-labs/wallet-connector-core": "4.46.0",
35
+ "@dynamic-labs/webauthn": "4.46.0",
36
36
  "viem": "2.29.0"
37
37
  },
38
38
  "peerDependencies": {}