@dynamic-labs/waas 4.61.7 → 4.63.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,29 @@
1
1
 
2
+ ## [4.63.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.62.0...v4.63.0) (2026-02-24)
3
+
4
+
5
+ ### Features
6
+
7
+ * **react-native:** raise walletReturnFromDeepLink event to allow redirecting back to the same route as before ([#10364](https://github.com/dynamic-labs/dynamic-auth/issues/10364)) ([cd56fd0](https://github.com/dynamic-labs/dynamic-auth/commit/cd56fd089e867bb5ed09a7c999b04480d8f59f81))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **react-native:** include redirectUrl in WalletConnect connection deep links on iOS and add session redirect metadata for Solana ([#10479](https://github.com/dynamic-labs/dynamic-auth/issues/10479)) ([68829f9](https://github.com/dynamic-labs/dynamic-auth/commit/68829f9ef39c845917ce49bfd63922e5252c2299))
13
+ * ton external wallet connection ([#10460](https://github.com/dynamic-labs/dynamic-auth/issues/10460)) ([7431a74](https://github.com/dynamic-labs/dynamic-auth/commit/7431a74fcd0bcd04755e6a81b49aa24dfc261f09))
14
+
15
+ ## [4.62.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.7...v4.62.0) (2026-02-23)
16
+
17
+
18
+ ### Features
19
+
20
+ * add stellar waas connector ([#10472](https://github.com/dynamic-labs/dynamic-auth/issues/10472)) ([8349afe](https://github.com/dynamic-labs/dynamic-auth/commit/8349afece59b430ef398585b372d4cd2733c0ce4))
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **react-native:** ensure transaction confirmation UI is displayed ([#10488](https://github.com/dynamic-labs/dynamic-auth/issues/10488)) ([dfa2304](https://github.com/dynamic-labs/dynamic-auth/commit/dfa230435a9ce0febc5b66fcca5098cbe979f8d7))
26
+
2
27
  ### [4.61.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.6...v4.61.7) (2026-02-20)
3
28
 
4
29
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.61.7";
6
+ var version = "4.63.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.61.7";
2
+ var version = "4.63.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas",
3
- "version": "4.61.7",
3
+ "version": "4.63.0",
4
4
  "type": "module",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -16,16 +16,16 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@dynamic-labs/assert-package-version": "4.61.7",
20
- "@dynamic-labs/sdk-api-core": "0.0.864",
21
- "@dynamic-labs-wallet/browser-wallet-client": "0.0.269",
22
- "@dynamic-labs/ethereum-core": "4.61.7",
23
- "@dynamic-labs/logger": "4.61.7",
24
- "@dynamic-labs/solana-core": "4.61.7",
25
- "@dynamic-labs/sui-core": "4.61.7",
26
- "@dynamic-labs/utils": "4.61.7",
27
- "@dynamic-labs/wallet-book": "4.61.7",
28
- "@dynamic-labs/wallet-connector-core": "4.61.7"
19
+ "@dynamic-labs/assert-package-version": "4.63.0",
20
+ "@dynamic-labs/sdk-api-core": "0.0.875",
21
+ "@dynamic-labs-wallet/browser-wallet-client": "0.0.276",
22
+ "@dynamic-labs/ethereum-core": "4.63.0",
23
+ "@dynamic-labs/logger": "4.63.0",
24
+ "@dynamic-labs/solana-core": "4.63.0",
25
+ "@dynamic-labs/sui-core": "4.63.0",
26
+ "@dynamic-labs/utils": "4.63.0",
27
+ "@dynamic-labs/wallet-book": "4.63.0",
28
+ "@dynamic-labs/wallet-connector-core": "4.63.0"
29
29
  },
30
30
  "peerDependencies": {}
31
31
  }
@@ -123,6 +123,7 @@ const withDynamicWaas = (BaseClass) => {
123
123
  BTC: 'BTC',
124
124
  EVM: 'EVM',
125
125
  SOL: 'SVM',
126
+ STELLAR: 'STELLAR',
126
127
  SUI: 'SUI',
127
128
  TON: 'TON',
128
129
  };
@@ -119,6 +119,7 @@ const withDynamicWaas = (BaseClass) => {
119
119
  BTC: 'BTC',
120
120
  EVM: 'EVM',
121
121
  SOL: 'SVM',
122
+ STELLAR: 'STELLAR',
122
123
  SUI: 'SUI',
123
124
  TON: 'TON',
124
125
  };