@dynamic-labs/embedded-wallet 4.96.2 → 4.96.4

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,26 @@
1
1
 
2
+ ### [4.96.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.3...v4.96.4) (2026-08-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * remediate high-severity tar, nanoid and js-yaml vulnerabilities (v4) ([#12269](https://github.com/dynamic-labs/dynamic-auth/issues/12269)) ([15a32fe](https://github.com/dynamic-labs/dynamic-auth/commit/15a32fe023038efaa3298d6792997a86b5f0cb0b))
8
+ * **transaction-card:** use walletConnector prop for network/fee instead of primaryWallet [v4 backport] ([#12065](https://github.com/dynamic-labs/dynamic-auth/issues/12065)) ([699c42b](https://github.com/dynamic-labs/dynamic-auth/commit/699c42b876eba7e1b0129eda27fa096ba7e567fc)), closes [#12063](https://github.com/dynamic-labs/dynamic-auth/issues/12063)
9
+ * **waas-svm:** instrument sponsorship retry attempts [v4 backport] ([#12282](https://github.com/dynamic-labs/dynamic-auth/issues/12282)) ([b2f2392](https://github.com/dynamic-labs/dynamic-auth/commit/b2f23929093ebb48214c1ddb65b3e56a58e9f8da))
10
+ * **wallet-connect:** reopen WalletConnect IndexedDB when the browser closes the connection (v4 backport) ([#12263](https://github.com/dynamic-labs/dynamic-auth/issues/12263)) ([4d0105d](https://github.com/dynamic-labs/dynamic-auth/commit/4d0105d2343c5bf75f89382e4be01b75413569e7))
11
+
12
+ ### [4.96.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.2...v4.96.3) (2026-08-19)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * remediate high-severity dependency vulnerabilities ([#12237](https://github.com/dynamic-labs/dynamic-auth/issues/12237)) ([daab647](https://github.com/dynamic-labs/dynamic-auth/commit/daab6476d30709a3262369ae656fd9b4416ced5f))
18
+
19
+
20
+ ### Performance Improvements
21
+
22
+ * **ethereum-gasless-core:** parallel 7702 auth signing and long-poll sponsored-tx status ([#12226](https://github.com/dynamic-labs/dynamic-auth/issues/12226)) ([0ef5c2c](https://github.com/dynamic-labs/dynamic-auth/commit/0ef5c2cae8a8f9972cedeeff11381cbef9b36e88))
23
+
2
24
  ### [4.96.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.1...v4.96.2) (2026-08-14)
3
25
 
4
26
  ### [4.96.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.0...v4.96.1) (2026-08-10)
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.96.2";
6
+ var version = "4.96.4";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.96.2";
2
+ var version = "4.96.4";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/embedded-wallet",
3
- "version": "4.96.2",
3
+ "version": "4.96.4",
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,17 +18,17 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.1125",
21
+ "@dynamic-labs/sdk-api-core": "0.12.0",
22
22
  "@turnkey/api-key-stamper": "0.4.7",
23
23
  "@turnkey/http": "3.10.0",
24
24
  "@turnkey/iframe-stamper": "2.5.0",
25
25
  "@turnkey/webauthn-stamper": "0.5.1",
26
- "@dynamic-labs/assert-package-version": "4.96.2",
27
- "@dynamic-labs/logger": "4.96.2",
28
- "@dynamic-labs/utils": "4.96.2",
29
- "@dynamic-labs/wallet-book": "4.96.2",
30
- "@dynamic-labs/wallet-connector-core": "4.96.2",
31
- "@dynamic-labs/webauthn": "4.96.2"
26
+ "@dynamic-labs/assert-package-version": "4.96.4",
27
+ "@dynamic-labs/logger": "4.96.4",
28
+ "@dynamic-labs/utils": "4.96.4",
29
+ "@dynamic-labs/wallet-book": "4.96.4",
30
+ "@dynamic-labs/wallet-connector-core": "4.96.4",
31
+ "@dynamic-labs/webauthn": "4.96.4"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }