@dynamic-labs/waas 4.39.0 → 4.40.1

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,23 @@
1
1
 
2
+ ### [4.40.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.40.0...v4.40.1) (2025-10-24)
3
+
4
+ ### Bug Fixes
5
+
6
+ * add support for Keplr in-app browser redirect for cosmos chain ([#9770](https://github.com/dynamic-labs/dynamic-auth/issues/9770)) ([35652f3](https://github.com/dynamic-labs/dynamic-auth/commit/35652f3167a4e768f5d4c634ab1b4f127fd5076a))
7
+
8
+ ## [4.40.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.39.0...v4.40.0) (2025-10-22)
9
+
10
+
11
+ ### Features
12
+
13
+ * add Wallet Connect Solana as a wallet option ([#9719](https://github.com/dynamic-labs/dynamic-auth/issues/9719)) ([ece5f6b](https://github.com/dynamic-labs/dynamic-auth/commit/ece5f6b36c1fbefdf05cf8203fe0fee0b2e8ed3d))
14
+ * make updates to crypto.com onramp flow ([#9746](https://github.com/dynamic-labs/dynamic-auth/issues/9746)) ([22040d2](https://github.com/dynamic-labs/dynamic-auth/commit/22040d28d0d66b84f5c3be9bed4cfce7f1978944))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * return undefined if json payload is undefined in parse token ([#9750](https://github.com/dynamic-labs/dynamic-auth/issues/9750)) ([5751198](https://github.com/dynamic-labs/dynamic-auth/commit/575119867c93f89062e96e30c02b128161fb9675))
20
+
2
21
  ## [4.39.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.38.0...v4.39.0) (2025-10-17)
3
22
 
4
23
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.39.0";
6
+ var version = "4.40.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.39.0";
2
+ var version = "4.40.1";
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.39.0",
3
+ "version": "4.40.1",
4
4
  "type": "module",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -16,14 +16,14 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@dynamic-labs/assert-package-version": "4.39.0",
20
- "@dynamic-labs/sdk-api-core": "0.0.809",
21
- "@dynamic-labs-wallet/browser-wallet-client": "0.0.181",
22
- "@dynamic-labs/ethereum-core": "4.39.0",
23
- "@dynamic-labs/solana-core": "4.39.0",
24
- "@dynamic-labs/sui-core": "4.39.0",
25
- "@dynamic-labs/utils": "4.39.0",
26
- "@dynamic-labs/wallet-book": "4.39.0"
19
+ "@dynamic-labs/assert-package-version": "4.40.1",
20
+ "@dynamic-labs/sdk-api-core": "0.0.813",
21
+ "@dynamic-labs-wallet/browser-wallet-client": "0.0.187",
22
+ "@dynamic-labs/ethereum-core": "4.40.1",
23
+ "@dynamic-labs/solana-core": "4.40.1",
24
+ "@dynamic-labs/sui-core": "4.40.1",
25
+ "@dynamic-labs/utils": "4.40.1",
26
+ "@dynamic-labs/wallet-book": "4.40.1"
27
27
  },
28
28
  "peerDependencies": {}
29
29
  }