@dynamic-labs/embedded-wallet 4.96.3 → 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 +10 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
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
|
+
|
|
2
12
|
### [4.96.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.2...v4.96.3) (2026-08-19)
|
|
3
13
|
|
|
4
14
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/embedded-wallet",
|
|
3
|
-
"version": "4.96.
|
|
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",
|
|
@@ -23,12 +23,12 @@
|
|
|
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.
|
|
27
|
-
"@dynamic-labs/logger": "4.96.
|
|
28
|
-
"@dynamic-labs/utils": "4.96.
|
|
29
|
-
"@dynamic-labs/wallet-book": "4.96.
|
|
30
|
-
"@dynamic-labs/wallet-connector-core": "4.96.
|
|
31
|
-
"@dynamic-labs/webauthn": "4.96.
|
|
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
|
}
|