@dynamic-labs/waas 4.61.1 → 4.61.3
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 +24 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +10 -10
- package/src/DynamicWaasMixin.cjs +2 -1
- package/src/DynamicWaasMixin.d.ts +2 -1
- package/src/DynamicWaasMixin.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.61.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.2...v4.61.3) (2026-02-13)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add reset widget password flow for WaaS wallets ([#10437](https://github.com/dynamic-labs/dynamic-auth/issues/10437)) ([7490069](https://github.com/dynamic-labs/dynamic-auth/commit/7490069b70b04be5d70c472c17b132c6a5eddcd5))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* add broken ton wallet mobile connection ([#10435](https://github.com/dynamic-labs/dynamic-auth/issues/10435)) ([a71cd88](https://github.com/dynamic-labs/dynamic-auth/commit/a71cd88fd4e80af6a8956cdb5cc389a34e4e00f1))
|
|
13
|
+
* infinite loop when rapidly entering phone number ([#10434](https://github.com/dynamic-labs/dynamic-auth/issues/10434)) ([39a57cc](https://github.com/dynamic-labs/dynamic-auth/commit/39a57cc51b879abbb63bd129a489adcd8522b261))
|
|
14
|
+
* invalidate non matching ton connect proof ([#10438](https://github.com/dynamic-labs/dynamic-auth/issues/10438)) ([406ba34](https://github.com/dynamic-labs/dynamic-auth/commit/406ba34ba9053953a4b5a5d6ead6d7e8a1718423))
|
|
15
|
+
|
|
16
|
+
### [4.61.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.1...v4.61.2) (2026-02-12)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* export wallet password hook ([#10433](https://github.com/dynamic-labs/dynamic-auth/issues/10433)) ([dd6170e](https://github.com/dynamic-labs/dynamic-auth/commit/dd6170ec42a863b33baea92f9716083e3c4941d0))
|
|
22
|
+
* only prompt braavos wallet once to connect ([#10405](https://github.com/dynamic-labs/dynamic-auth/issues/10405)) ([2aff336](https://github.com/dynamic-labs/dynamic-auth/commit/2aff336a6222404b7907be65ef9af6806c357a07))
|
|
23
|
+
* remove signedSessionId from validateActiveWallet ([#10422](https://github.com/dynamic-labs/dynamic-auth/issues/10422)) ([700a953](https://github.com/dynamic-labs/dynamic-auth/commit/700a95383c8754f1cc0c87f53c50d04b57ef1b52))
|
|
24
|
+
* ton wallets not showing download links ([#10421](https://github.com/dynamic-labs/dynamic-auth/issues/10421)) ([cc8a8f8](https://github.com/dynamic-labs/dynamic-auth/commit/cc8a8f82485e4cc94aacd63d2e6a1bd8ca291f9c))
|
|
25
|
+
|
|
2
26
|
### [4.61.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.0...v4.61.1) (2026-02-11)
|
|
3
27
|
|
|
4
28
|
|
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.61.
|
|
3
|
+
"version": "4.61.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"./package.json": "./package.json"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@dynamic-labs/assert-package-version": "4.61.
|
|
19
|
+
"@dynamic-labs/assert-package-version": "4.61.3",
|
|
20
20
|
"@dynamic-labs/sdk-api-core": "0.0.864",
|
|
21
|
-
"@dynamic-labs-wallet/browser-wallet-client": "0.0.
|
|
22
|
-
"@dynamic-labs/ethereum-core": "4.61.
|
|
23
|
-
"@dynamic-labs/logger": "4.61.
|
|
24
|
-
"@dynamic-labs/solana-core": "4.61.
|
|
25
|
-
"@dynamic-labs/sui-core": "4.61.
|
|
26
|
-
"@dynamic-labs/utils": "4.61.
|
|
27
|
-
"@dynamic-labs/wallet-book": "4.61.
|
|
28
|
-
"@dynamic-labs/wallet-connector-core": "4.61.
|
|
21
|
+
"@dynamic-labs-wallet/browser-wallet-client": "0.0.263",
|
|
22
|
+
"@dynamic-labs/ethereum-core": "4.61.3",
|
|
23
|
+
"@dynamic-labs/logger": "4.61.3",
|
|
24
|
+
"@dynamic-labs/solana-core": "4.61.3",
|
|
25
|
+
"@dynamic-labs/sui-core": "4.61.3",
|
|
26
|
+
"@dynamic-labs/utils": "4.61.3",
|
|
27
|
+
"@dynamic-labs/wallet-book": "4.61.3",
|
|
28
|
+
"@dynamic-labs/wallet-connector-core": "4.61.3"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {}
|
|
31
31
|
}
|
package/src/DynamicWaasMixin.cjs
CHANGED
|
@@ -188,7 +188,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
188
188
|
});
|
|
189
189
|
}
|
|
190
190
|
importPrivateKey(_a) {
|
|
191
|
-
return _tslib.__awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, addressType, legacyWalletId, }) {
|
|
191
|
+
return _tslib.__awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, addressType, legacyWalletId, password, }) {
|
|
192
192
|
var _b, _c;
|
|
193
193
|
const walletClient = yield this.getWaasWalletClient();
|
|
194
194
|
const signedSessionId = yield ((_b = this.getSignedSessionId) === null || _b === void 0 ? void 0 : _b.call(this));
|
|
@@ -199,6 +199,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
199
199
|
addressType,
|
|
200
200
|
authToken: (_c = this.getAuthToken) === null || _c === void 0 ? void 0 : _c.call(this),
|
|
201
201
|
legacyWalletId,
|
|
202
|
+
password,
|
|
202
203
|
privateKey,
|
|
203
204
|
publicAddressCheck,
|
|
204
205
|
signedSessionId,
|
|
@@ -64,12 +64,13 @@ export declare const withDynamicWaas: <T extends abstract new (...args: any[]) =
|
|
|
64
64
|
publicKeyHex: string;
|
|
65
65
|
rawPublicKey: string | Uint8Array | undefined;
|
|
66
66
|
}>;
|
|
67
|
-
importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, }: {
|
|
67
|
+
importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, }: {
|
|
68
68
|
privateKey: string;
|
|
69
69
|
thresholdSignatureScheme?: string;
|
|
70
70
|
publicAddressCheck?: string;
|
|
71
71
|
addressType?: string;
|
|
72
72
|
legacyWalletId?: string;
|
|
73
|
+
password?: string;
|
|
73
74
|
}): Promise<void>;
|
|
74
75
|
exportPrivateKey({ accountAddress, displayContainer, password, }?: {
|
|
75
76
|
accountAddress?: string;
|
package/src/DynamicWaasMixin.js
CHANGED
|
@@ -184,7 +184,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
184
184
|
});
|
|
185
185
|
}
|
|
186
186
|
importPrivateKey(_a) {
|
|
187
|
-
return __awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, addressType, legacyWalletId, }) {
|
|
187
|
+
return __awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, addressType, legacyWalletId, password, }) {
|
|
188
188
|
var _b, _c;
|
|
189
189
|
const walletClient = yield this.getWaasWalletClient();
|
|
190
190
|
const signedSessionId = yield ((_b = this.getSignedSessionId) === null || _b === void 0 ? void 0 : _b.call(this));
|
|
@@ -195,6 +195,7 @@ const withDynamicWaas = (BaseClass) => {
|
|
|
195
195
|
addressType,
|
|
196
196
|
authToken: (_c = this.getAuthToken) === null || _c === void 0 ? void 0 : _c.call(this),
|
|
197
197
|
legacyWalletId,
|
|
198
|
+
password,
|
|
198
199
|
privateKey,
|
|
199
200
|
publicAddressCheck,
|
|
200
201
|
signedSessionId,
|