@dynamic-labs/waas 4.47.3 → 4.48.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 +22 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
- package/src/DynamicWaasMixin.cjs +4 -0
- package/src/DynamicWaasMixin.d.ts +2 -0
- package/src/DynamicWaasMixin.js +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.48.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.48.0...v4.48.1) (2025-12-02)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* support for linking multiple slush wallets ([#9957](https://github.com/dynamic-labs/dynamic-auth/issues/9957)) ([b1433a4](https://github.com/dynamic-labs/dynamic-auth/commit/b1433a49d1b31abe4806bcc66fc5b03750c953d4))
|
|
8
|
+
|
|
9
|
+
## [4.48.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.3...v4.48.0) (2025-12-01)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* export share view ([#9973](https://github.com/dynamic-labs/dynamic-auth/issues/9973)) ([41831bf](https://github.com/dynamic-labs/dynamic-auth/commit/41831bf31f5661fae3a6664643f7b2e7875df137))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* add logout button to MFA verification view ([#9972](https://github.com/dynamic-labs/dynamic-auth/issues/9972)) ([240a286](https://github.com/dynamic-labs/dynamic-auth/commit/240a2864ca92ff2262720797001327b5721bd894))
|
|
20
|
+
* allow user to login with MFA after logout ([#9975](https://github.com/dynamic-labs/dynamic-auth/issues/9975)) ([b404874](https://github.com/dynamic-labs/dynamic-auth/commit/b404874d65ffca166f8f2e8289a6624c685fa257))
|
|
21
|
+
* issue connecting with custom cosmos chain using Keplr wallet ([#9995](https://github.com/dynamic-labs/dynamic-auth/issues/9995)) ([8e045ea](https://github.com/dynamic-labs/dynamic-auth/commit/8e045ea084299f5264ae7a7515fd8d68d4f9caf2))
|
|
22
|
+
* support waas wallet for cookie-auth with optional custom KeyshareRelayBaseUrl ([#9994](https://github.com/dynamic-labs/dynamic-auth/issues/9994)) ([d768378](https://github.com/dynamic-labs/dynamic-auth/commit/d768378693a1cd11e89b0f59f8219ac9fd8690f9))
|
|
23
|
+
|
|
2
24
|
### [4.47.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.2...v4.47.3) (2025-11-27)
|
|
3
25
|
|
|
4
26
|
### [4.47.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.1...v4.47.2) (2025-11-27)
|
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.
|
|
3
|
+
"version": "4.48.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"./package.json": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
20
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
19
|
+
"@dynamic-labs/assert-package-version": "4.48.1",
|
|
20
|
+
"@dynamic-labs/sdk-api-core": "0.0.824",
|
|
21
21
|
"@dynamic-labs-wallet/browser-wallet-client": "0.0.211",
|
|
22
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
23
|
-
"@dynamic-labs/logger": "4.
|
|
24
|
-
"@dynamic-labs/solana-core": "4.
|
|
25
|
-
"@dynamic-labs/sui-core": "4.
|
|
26
|
-
"@dynamic-labs/utils": "4.
|
|
27
|
-
"@dynamic-labs/wallet-book": "4.
|
|
22
|
+
"@dynamic-labs/ethereum-core": "4.48.1",
|
|
23
|
+
"@dynamic-labs/logger": "4.48.1",
|
|
24
|
+
"@dynamic-labs/solana-core": "4.48.1",
|
|
25
|
+
"@dynamic-labs/sui-core": "4.48.1",
|
|
26
|
+
"@dynamic-labs/utils": "4.48.1",
|
|
27
|
+
"@dynamic-labs/wallet-book": "4.48.1"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {}
|
|
30
30
|
}
|
package/src/DynamicWaasMixin.cjs
CHANGED
|
@@ -43,6 +43,9 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
43
43
|
setBaseApiUrl(baseApiUrl) {
|
|
44
44
|
this.baseApiUrl = baseApiUrl;
|
|
45
45
|
}
|
|
46
|
+
setBaseClientKeysharesRelayApiUrl(baseClientKeysharesRelayApiUrl) {
|
|
47
|
+
this.baseClientKeysharesRelayApiUrl = baseClientKeysharesRelayApiUrl;
|
|
48
|
+
}
|
|
46
49
|
setRelayUrl(relayUrl) {
|
|
47
50
|
this.relayUrl = relayUrl;
|
|
48
51
|
}
|
|
@@ -108,6 +111,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
108
111
|
authMode: (this.authMode || 'header'),
|
|
109
112
|
authToken: authToken || '',
|
|
110
113
|
baseApiUrl: this.baseApiUrl || constants.DEFAULT_BASE_API_URL,
|
|
114
|
+
baseClientKeysharesRelayApiUrl: this.baseClientKeysharesRelayApiUrl,
|
|
111
115
|
baseMPCRelayApiUrl: this.relayUrl || constants.DEFAULT_BASE_MPC_RELAY_API_URL,
|
|
112
116
|
chainName: this.chainName,
|
|
113
117
|
environmentId: this.environmentId,
|
|
@@ -20,6 +20,7 @@ export declare const withDynamicWaas: <T extends abstract new (...args: any[]) =
|
|
|
20
20
|
environmentId?: string | undefined;
|
|
21
21
|
baseApiUrl?: string | undefined;
|
|
22
22
|
relayUrl?: string | undefined;
|
|
23
|
+
baseClientKeysharesRelayApiUrl?: string | undefined;
|
|
23
24
|
dynamicWaasClient: DynamicWalletClient | undefined;
|
|
24
25
|
chainName: string;
|
|
25
26
|
authMode: 'cookie' | 'header';
|
|
@@ -33,6 +34,7 @@ export declare const withDynamicWaas: <T extends abstract new (...args: any[]) =
|
|
|
33
34
|
}) => Promise<string | undefined>): void;
|
|
34
35
|
setEnvironmentId(environmentId: string): void;
|
|
35
36
|
setBaseApiUrl(baseApiUrl: string): void;
|
|
37
|
+
setBaseClientKeysharesRelayApiUrl(baseClientKeysharesRelayApiUrl?: string): void;
|
|
36
38
|
setRelayUrl(relayUrl: string): void;
|
|
37
39
|
setGetSignedSessionIdFunction(getSignedSessionId: () => Promise<string>): void;
|
|
38
40
|
delegateKeyShares({ accountAddress, password, }: {
|
package/src/DynamicWaasMixin.js
CHANGED
|
@@ -39,6 +39,9 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
39
39
|
setBaseApiUrl(baseApiUrl) {
|
|
40
40
|
this.baseApiUrl = baseApiUrl;
|
|
41
41
|
}
|
|
42
|
+
setBaseClientKeysharesRelayApiUrl(baseClientKeysharesRelayApiUrl) {
|
|
43
|
+
this.baseClientKeysharesRelayApiUrl = baseClientKeysharesRelayApiUrl;
|
|
44
|
+
}
|
|
42
45
|
setRelayUrl(relayUrl) {
|
|
43
46
|
this.relayUrl = relayUrl;
|
|
44
47
|
}
|
|
@@ -104,6 +107,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
104
107
|
authMode: (this.authMode || 'header'),
|
|
105
108
|
authToken: authToken || '',
|
|
106
109
|
baseApiUrl: this.baseApiUrl || DEFAULT_BASE_API_URL,
|
|
110
|
+
baseClientKeysharesRelayApiUrl: this.baseClientKeysharesRelayApiUrl,
|
|
107
111
|
baseMPCRelayApiUrl: this.relayUrl || DEFAULT_BASE_MPC_RELAY_API_URL,
|
|
108
112
|
chainName: this.chainName,
|
|
109
113
|
environmentId: this.environmentId,
|