@dynamic-labs/waas-sui 4.71.0 → 4.73.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
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.73.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.72.0...v4.73.0) (2026-03-30)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* allow passing credentialId at call time for step-up auth methods ([#10795](https://github.com/dynamic-labs/dynamic-auth/issues/10795)) ([9746667](https://github.com/dynamic-labs/dynamic-auth/commit/974666758ad8b01584cf30efbf2cb64dbde63986))
|
|
8
|
+
* **waas:** preserve WaaS key shares on session expiry using LogoutReason ([#10714](https://github.com/dynamic-labs/dynamic-auth/issues/10714)) ([26f40f7](https://github.com/dynamic-labs/dynamic-auth/commit/26f40f722302b8cf4cc035886d4408393a785283))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* override handlebars to >=4.7.9 (CVE-2026-33937) ([#10805](https://github.com/dynamic-labs/dynamic-auth/issues/10805)) ([7aa40b8](https://github.com/dynamic-labs/dynamic-auth/commit/7aa40b8472487694b438ae3a64b14524c9c726e4))
|
|
14
|
+
* use currentColor in settings icons for dark mode support ([#10811](https://github.com/dynamic-labs/dynamic-auth/issues/10811)) ([8653e97](https://github.com/dynamic-labs/dynamic-auth/commit/8653e97759f0ea5126258c1ced36ae26af3a405c)), closes [#383C48](https://github.com/dynamic-labs/dynamic-auth/issues/383C48) [#ABACB2](https://github.com/dynamic-labs/dynamic-auth/issues/ABACB2)
|
|
15
|
+
|
|
16
|
+
## [4.72.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.71.0...v4.72.0) (2026-03-26)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* add action-based MFA check to wallet export ([#10774](https://github.com/dynamic-labs/dynamic-auth/issues/10774)) ([06aae8a](https://github.com/dynamic-labs/dynamic-auth/commit/06aae8a6365adde1658b8632c8caa11df409c646))
|
|
22
|
+
* integrate checkStepUpAuth into React SDK ([#10751](https://github.com/dynamic-labs/dynamic-auth/issues/10751)) ([7907557](https://github.com/dynamic-labs/dynamic-auth/commit/79075575086b89b9bfb405d75e7c6b3d573cc25d))
|
|
23
|
+
* **react-native:** expose setup auth state ([#10779](https://github.com/dynamic-labs/dynamic-auth/issues/10779)) ([9600e46](https://github.com/dynamic-labs/dynamic-auth/commit/9600e46028b446c88e682e7d842e65d691230b14))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* allow for connectors to inject icons into bridge view ([#10752](https://github.com/dynamic-labs/dynamic-auth/issues/10752)) ([94b5c3e](https://github.com/dynamic-labs/dynamic-auth/commit/94b5c3e78a1d92558ef316d9ca6761fdc4b788d5))
|
|
29
|
+
* react-native-extension build on iOS ([#10764](https://github.com/dynamic-labs/dynamic-auth/issues/10764)) ([b5eca2a](https://github.com/dynamic-labs/dynamic-auth/commit/b5eca2aa012e3da74361e28b4a41414710fdfa9c))
|
|
30
|
+
|
|
2
31
|
## [4.71.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.70.0...v4.71.0) (2026-03-24)
|
|
3
32
|
|
|
4
33
|
|
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.73.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",
|
|
@@ -18,19 +18,20 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
+
"@dynamic-labs-sdk/client": "0.19.0",
|
|
21
22
|
"@dynamic-labs/sdk-api-core": "0.0.909",
|
|
22
23
|
"@dynamic-labs-wallet/browser-wallet-client": "0.0.314",
|
|
23
24
|
"@mysten/sui": "1.45.2",
|
|
24
25
|
"@mysten/wallet-standard": "0.19.9",
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
26
|
-
"@dynamic-labs/logger": "4.
|
|
27
|
-
"@dynamic-labs/rpc-providers": "4.
|
|
28
|
-
"@dynamic-labs/sui-core": "4.
|
|
29
|
-
"@dynamic-labs/types": "4.
|
|
30
|
-
"@dynamic-labs/utils": "4.
|
|
31
|
-
"@dynamic-labs/waas": "4.
|
|
32
|
-
"@dynamic-labs/wallet-book": "4.
|
|
33
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
26
|
+
"@dynamic-labs/assert-package-version": "4.73.0",
|
|
27
|
+
"@dynamic-labs/logger": "4.73.0",
|
|
28
|
+
"@dynamic-labs/rpc-providers": "4.73.0",
|
|
29
|
+
"@dynamic-labs/sui-core": "4.73.0",
|
|
30
|
+
"@dynamic-labs/types": "4.73.0",
|
|
31
|
+
"@dynamic-labs/utils": "4.73.0",
|
|
32
|
+
"@dynamic-labs/waas": "4.73.0",
|
|
33
|
+
"@dynamic-labs/wallet-book": "4.73.0",
|
|
34
|
+
"@dynamic-labs/wallet-connector-core": "4.73.0"
|
|
34
35
|
},
|
|
35
36
|
"peerDependencies": {}
|
|
36
37
|
}
|
|
@@ -282,12 +282,12 @@ class DynamicWaasSuiConnector extends waas.withDynamicWaas(suiCore.SuiWalletConn
|
|
|
282
282
|
});
|
|
283
283
|
});
|
|
284
284
|
}
|
|
285
|
-
endSession() {
|
|
285
|
+
endSession(reason) {
|
|
286
286
|
const _super = Object.create(null, {
|
|
287
287
|
endSession: { get: () => super.endSession }
|
|
288
288
|
});
|
|
289
289
|
return _tslib.__awaiter(this, void 0, void 0, function* () {
|
|
290
|
-
yield _super.endSession.call(this);
|
|
290
|
+
yield _super.endSession.call(this, reason);
|
|
291
291
|
this.activeAccountAddress = undefined;
|
|
292
292
|
});
|
|
293
293
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DynamicWalletClient } from '@dynamic-labs-wallet/browser-wallet-client';
|
|
2
|
+
import type { LogoutReason } from '@dynamic-labs-sdk/client';
|
|
2
3
|
import { SuiClient, SuiTransactionBlockResponse } from '@mysten/sui/client';
|
|
3
4
|
import { Transaction } from '@mysten/sui/transactions';
|
|
4
5
|
import { SignedTransaction } from '@mysten/wallet-standard';
|
|
@@ -135,7 +136,7 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
|
|
|
135
136
|
getWalletRecoveryState({ accountAddress, }: {
|
|
136
137
|
accountAddress: string;
|
|
137
138
|
}): Promise<import("@dynamic-labs-wallet/browser-wallet-client").WalletRecoveryState>;
|
|
138
|
-
endSession(): Promise<void>;
|
|
139
|
+
endSession(reason?: LogoutReason | undefined): Promise<void>;
|
|
139
140
|
getActiveAccountAddress(): Promise<string | undefined>;
|
|
140
141
|
getConnectedAccounts(): Promise<string[]>;
|
|
141
142
|
generateTraceId(): string;
|
|
@@ -187,7 +188,7 @@ export declare class DynamicWaasSuiConnector extends DynamicWaasSuiConnector_bas
|
|
|
187
188
|
}): Promise<void>;
|
|
188
189
|
/** Function used to create transactions in the SDK interface */
|
|
189
190
|
createUiTransaction(from: string): Promise<IUITransaction>;
|
|
190
|
-
endSession(): Promise<void>;
|
|
191
|
+
endSession(reason?: LogoutReason): Promise<void>;
|
|
191
192
|
signMessageWithContext(): Promise<string>;
|
|
192
193
|
}
|
|
193
194
|
export {};
|
|
@@ -278,12 +278,12 @@ class DynamicWaasSuiConnector extends withDynamicWaas(SuiWalletConnector) {
|
|
|
278
278
|
});
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
|
-
endSession() {
|
|
281
|
+
endSession(reason) {
|
|
282
282
|
const _super = Object.create(null, {
|
|
283
283
|
endSession: { get: () => super.endSession }
|
|
284
284
|
});
|
|
285
285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
286
|
-
yield _super.endSession.call(this);
|
|
286
|
+
yield _super.endSession.call(this, reason);
|
|
287
287
|
this.activeAccountAddress = undefined;
|
|
288
288
|
});
|
|
289
289
|
}
|