@dynamic-labs/aptos 4.49.0 → 4.50.2

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.50.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.1...v4.50.2) (2025-12-12)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **flutter:** flutter should not require redirectUrl ([#10094](https://github.com/dynamic-labs/dynamic-auth/issues/10094)) ([7a14d7f](https://github.com/dynamic-labs/dynamic-auth/commit/7a14d7f235eaa308b2dfa42954fc38d484f9d3d3))
8
+ * properly handle signAllTransactions when using Solana Wallet Standard wallets ([#10084](https://github.com/dynamic-labs/dynamic-auth/issues/10084)) ([e3b2872](https://github.com/dynamic-labs/dynamic-auth/commit/e3b287252460150661df4f09a4eb9ddf2d23cb64))
9
+ * set authMode in configWaasWalletConnector in useSetWalletConnectorFetchers ([#10087](https://github.com/dynamic-labs/dynamic-auth/issues/10087)) ([c5f95de](https://github.com/dynamic-labs/dynamic-auth/commit/c5f95dec76c14e5bdd41b6ba88a3d8c45e616fc6))
10
+
11
+ ## [4.50.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.49.0...v4.50.0) (2025-12-09)
12
+
13
+
14
+ ### Features
15
+
16
+ * add usePhantomRedirectEvents hook ([#10030](https://github.com/dynamic-labs/dynamic-auth/issues/10030)) ([fb8585e](https://github.com/dynamic-labs/dynamic-auth/commit/fb8585eec9847cd350be71d28291e9831a3f31b1))
17
+ * introduce embedded wallet reveal complete events ([#10068](https://github.com/dynamic-labs/dynamic-auth/issues/10068)) ([8ea79ce](https://github.com/dynamic-labs/dynamic-auth/commit/8ea79ceaba36745d46759c8e8c6681895b092096))
18
+ * **react-native:** add download file ([#9954](https://github.com/dynamic-labs/dynamic-auth/issues/9954)) ([408b00f](https://github.com/dynamic-labs/dynamic-auth/commit/408b00fabd2afbd87d12efb51e78ecbd89a323d3))
19
+ * **react-native:** add solana Phantom support with client module for listening to events ([#10033](https://github.com/dynamic-labs/dynamic-auth/issues/10033)) ([a5a2d11](https://github.com/dynamic-labs/dynamic-auth/commit/a5a2d11ccd3c102e22dece808a0ba4116155a582))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * remove overflow from token balance dropdown ([#10044](https://github.com/dynamic-labs/dynamic-auth/issues/10044)) ([b37c5bb](https://github.com/dynamic-labs/dynamic-auth/commit/b37c5bb8e8c916b8d685b495555a3a3481cd5f0d))
25
+
2
26
  ## [4.49.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.48.2...v4.49.0) (2025-12-05)
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.49.0";
6
+ var version = "4.50.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.49.0";
2
+ var version = "4.50.2";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/aptos",
3
- "version": "4.49.0",
3
+ "version": "4.50.2",
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",
@@ -20,14 +20,14 @@
20
20
  "dependencies": {
21
21
  "@aptos-labs/ts-sdk": "5.1.1",
22
22
  "@aptos-labs/wallet-standard": "0.5.2",
23
- "@dynamic-labs/assert-package-version": "4.49.0",
23
+ "@dynamic-labs/assert-package-version": "4.50.2",
24
24
  "@wallet-standard/core": "1.1.1",
25
25
  "@wallet-standard/features": "1.0.3",
26
- "@dynamic-labs/logger": "4.49.0",
27
- "@dynamic-labs/types": "4.49.0",
28
- "@dynamic-labs/utils": "4.49.0",
29
- "@dynamic-labs/wallet-book": "4.49.0",
30
- "@dynamic-labs/wallet-connector-core": "4.49.0"
26
+ "@dynamic-labs/logger": "4.50.2",
27
+ "@dynamic-labs/types": "4.50.2",
28
+ "@dynamic-labs/utils": "4.50.2",
29
+ "@dynamic-labs/wallet-book": "4.50.2",
30
+ "@dynamic-labs/wallet-connector-core": "4.50.2"
31
31
  },
32
32
  "peerDependencies": {}
33
33
  }