@dynamic-labs/waas 4.22.5 → 4.22.7
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 +15 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.22.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.22.6...v4.22.7) (2025-07-09)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add auth token sync to waas signTypedData ([#9133](https://github.com/dynamic-labs/dynamic-auth/issues/9133)) ([6d52a1e](https://github.com/dynamic-labs/dynamic-auth/commit/6d52a1ea2556f6e304a58cdab833487c7227a117))
|
|
8
|
+
* export key loading state waits until waas export key is finished ([#9143](https://github.com/dynamic-labs/dynamic-auth/issues/9143)) ([a9b3b90](https://github.com/dynamic-labs/dynamic-auth/commit/a9b3b901561708ce4e0c540ed895b5b335569fd8))
|
|
9
|
+
|
|
10
|
+
### [4.22.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.22.5...v4.22.6) (2025-07-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* include cookies on MFA API calls ([#9136](https://github.com/dynamic-labs/dynamic-auth/issues/9136)) ([24f65c3](https://github.com/dynamic-labs/dynamic-auth/commit/24f65c3ca6eb130ba577b27ca1c1251edb02796a))
|
|
16
|
+
|
|
2
17
|
### [4.22.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.22.4...v4.22.5) (2025-07-08)
|
|
3
18
|
|
|
4
19
|
### [4.22.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.22.3...v4.22.4) (2025-07-08)
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/waas",
|
|
3
|
-
"version": "4.22.
|
|
3
|
+
"version": "4.22.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"./package.json": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@dynamic-labs/assert-package-version": "4.22.
|
|
20
|
-
"@dynamic-labs-wallet/browser-wallet-client": "0.0.
|
|
21
|
-
"@dynamic-labs/ethereum-core": "4.22.
|
|
22
|
-
"@dynamic-labs/solana-core": "4.22.
|
|
23
|
-
"@dynamic-labs/sui-core": "4.22.
|
|
24
|
-
"@dynamic-labs/wallet-book": "4.22.
|
|
19
|
+
"@dynamic-labs/assert-package-version": "4.22.7",
|
|
20
|
+
"@dynamic-labs-wallet/browser-wallet-client": "0.0.117",
|
|
21
|
+
"@dynamic-labs/ethereum-core": "4.22.7",
|
|
22
|
+
"@dynamic-labs/solana-core": "4.22.7",
|
|
23
|
+
"@dynamic-labs/sui-core": "4.22.7",
|
|
24
|
+
"@dynamic-labs/wallet-book": "4.22.7"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {}
|
|
27
27
|
}
|