@dynamic-labs/waas-sui 4.90.0 → 4.91.0
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 +17 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +11 -11
- package/src/connector/DynamicWaasSuiConnector.d.ts +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.91.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.90.0...v4.91.0) (2026-06-23)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **midnight:** add WaaS layer to @dynamic-labs/midnight ([#11006](https://github.com/dynamic-labs/dynamic-auth/issues/11006)) ([01b9d16](https://github.com/dynamic-labs/dynamic-auth/commit/01b9d16d0ba92a141a9be546ca00cca4029894d5))
|
|
8
|
+
* **sdk-react-core:** widget support for Midnight multi-address display + export hiding ([#11008](https://github.com/dynamic-labs/dynamic-auth/issues/11008)) ([87320b4](https://github.com/dynamic-labs/dynamic-auth/commit/87320b4d6e286b88e17f144641346e16a27e9e71))
|
|
9
|
+
* **waas:** wire session public key through host backup ops for keyshare diagnostics [DYNT-1280] ([#11675](https://github.com/dynamic-labs/dynamic-auth/issues/11675)) ([4f7981c](https://github.com/dynamic-labs/dynamic-auth/commit/4f7981c009930469dec7b3dec93f20f99bbe5498))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **ethereum-aa:** make ZeroDevConnector inert instead of throwing when ZeroDev config is absent ([#11610](https://github.com/dynamic-labs/dynamic-auth/issues/11610)) ([a3aab6a](https://github.com/dynamic-labs/dynamic-auth/commit/a3aab6a97e2e996f96b725f9336704b844f79603))
|
|
15
|
+
* **react-native-extension:** fall back to react-native-webview when embedded native module is unavailable ([#11683](https://github.com/dynamic-labs/dynamic-auth/issues/11683)) ([3f8d92c](https://github.com/dynamic-labs/dynamic-auth/commit/3f8d92ca0c327128b16e3355ab2f4e63d2c8e731))
|
|
16
|
+
* **sdk-react-core:** warn instead of throwing when ZeroDev connector is absent ([#11611](https://github.com/dynamic-labs/dynamic-auth/issues/11611)) ([5836252](https://github.com/dynamic-labs/dynamic-auth/commit/58362524e45205399c0fdc5b92414190d1929e0b))
|
|
17
|
+
* **waas-evm:** sign EOA transactions with the resolved chainId, not the connector default ([#11653](https://github.com/dynamic-labs/dynamic-auth/issues/11653)) ([e634098](https://github.com/dynamic-labs/dynamic-auth/commit/e634098f0f23f4c53f92a580db6f4aacbd6b1f92))
|
|
18
|
+
|
|
2
19
|
## [4.90.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.89.0...v4.90.0) (2026-06-19)
|
|
3
20
|
|
|
4
21
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/waas-sui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.91.0",
|
|
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",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs-sdk/client": "1.12.1",
|
|
22
22
|
"@dynamic-labs/sdk-api-core": "0.0.1046",
|
|
23
|
-
"@dynamic-labs-wallet/browser-wallet-client": "1.0.
|
|
23
|
+
"@dynamic-labs-wallet/browser-wallet-client": "1.0.44",
|
|
24
24
|
"@dynamic-labs-wallet/forward-mpc-client": "0.12.0",
|
|
25
25
|
"@mysten/sui": "1.45.2",
|
|
26
26
|
"@mysten/wallet-standard": "0.19.9",
|
|
27
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
28
|
-
"@dynamic-labs/logger": "4.
|
|
29
|
-
"@dynamic-labs/rpc-providers": "4.
|
|
30
|
-
"@dynamic-labs/sui-core": "4.
|
|
31
|
-
"@dynamic-labs/types": "4.
|
|
32
|
-
"@dynamic-labs/utils": "4.
|
|
33
|
-
"@dynamic-labs/waas": "4.
|
|
34
|
-
"@dynamic-labs/wallet-book": "4.
|
|
35
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
27
|
+
"@dynamic-labs/assert-package-version": "4.91.0",
|
|
28
|
+
"@dynamic-labs/logger": "4.91.0",
|
|
29
|
+
"@dynamic-labs/rpc-providers": "4.91.0",
|
|
30
|
+
"@dynamic-labs/sui-core": "4.91.0",
|
|
31
|
+
"@dynamic-labs/types": "4.91.0",
|
|
32
|
+
"@dynamic-labs/utils": "4.91.0",
|
|
33
|
+
"@dynamic-labs/waas": "4.91.0",
|
|
34
|
+
"@dynamic-labs/wallet-book": "4.91.0",
|
|
35
|
+
"@dynamic-labs/wallet-connector-core": "4.91.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {}
|
|
38
38
|
}
|
|
@@ -14,6 +14,7 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
14
14
|
overrideKey: string;
|
|
15
15
|
isEmbeddedWallet: boolean;
|
|
16
16
|
getSignedSessionId?: (() => Promise<string>) | undefined;
|
|
17
|
+
getSessionPublicKey?: (() => Promise<string | undefined>) | undefined;
|
|
17
18
|
getMfaToken?: ((props?: {
|
|
18
19
|
mfaAction?: MFAAction | undefined;
|
|
19
20
|
} | undefined) => Promise<string | undefined>) | undefined;
|
|
@@ -22,6 +23,7 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
22
23
|
getElevatedAccessToken?: ((props: {
|
|
23
24
|
scope: TokenScope;
|
|
24
25
|
}) => Promise<string | undefined>) | undefined;
|
|
26
|
+
onUnauthorized?: (() => void | Promise<void>) | undefined;
|
|
25
27
|
environmentId?: string | undefined;
|
|
26
28
|
baseApiUrl?: string | undefined;
|
|
27
29
|
relayUrl?: string | undefined;
|
|
@@ -33,6 +35,7 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
33
35
|
__exportHandler: import("@dynamic-labs/waas").WaasExportHandler;
|
|
34
36
|
validateActiveWallet(expectedAddress: string): Promise<void>;
|
|
35
37
|
setGetAuthTokenFunction(getAuthToken: () => string): void;
|
|
38
|
+
setOnUnauthorizedFunction(onUnauthorized: () => void | Promise<void>): void;
|
|
36
39
|
setWaasAuthMode(authMode: "cookie" | "header"): void;
|
|
37
40
|
setGetMfaTokenFunction(getMfaToken: (props?: {
|
|
38
41
|
mfaAction?: MFAAction | undefined;
|
|
@@ -52,6 +55,7 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
52
55
|
setBaseClientKeysharesRelayApiUrl(baseClientKeysharesRelayApiUrl?: string | undefined): void;
|
|
53
56
|
setRelayUrl(relayUrl: string): void;
|
|
54
57
|
setGetSignedSessionIdFunction(getSignedSessionId: () => Promise<string>): void;
|
|
58
|
+
setGetSessionPublicKeyFunction(getSessionPublicKey: () => Promise<string | undefined>): void;
|
|
55
59
|
delegateKeyShares({ accountAddress, password, }: {
|
|
56
60
|
accountAddress: string;
|
|
57
61
|
password?: string | undefined;
|
|
@@ -162,6 +166,16 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
162
166
|
fn: (timing: import("dist/packages/waas/utils/instrumentation").InstrumentationTimer) => Promise<T_1>;
|
|
163
167
|
context?: Record<string, any> | undefined;
|
|
164
168
|
}): Promise<T_1>;
|
|
169
|
+
getPrivateBalance(): Promise<{
|
|
170
|
+
unshielded: Record<string, string>;
|
|
171
|
+
shielded: Record<string, string>;
|
|
172
|
+
dust: {
|
|
173
|
+
balance: string;
|
|
174
|
+
cap: string;
|
|
175
|
+
};
|
|
176
|
+
address: string;
|
|
177
|
+
dustSynced: boolean;
|
|
178
|
+
}>;
|
|
165
179
|
}) & typeof SuiWalletConnector;
|
|
166
180
|
export declare class DynamicWaasSuiConnector extends DynamicWaasSuiConnector_base implements IDynamicWaasConnector {
|
|
167
181
|
ChainWallet: typeof WaasSuiWallet;
|