@dynamic-labs/waas-svm 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 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
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.61.1";
6
+ var version = "4.61.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.61.1";
2
+ var version = "4.61.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas-svm",
3
- "version": "4.61.1",
3
+ "version": "4.61.3",
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",
@@ -19,18 +19,18 @@
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.0.864",
22
- "@dynamic-labs/embedded-wallet-solana": "4.61.1",
22
+ "@dynamic-labs/embedded-wallet-solana": "4.61.3",
23
23
  "@solana/web3.js": "1.98.1",
24
24
  "eventemitter3": "5.0.1",
25
25
  "bs58": "5.0.0",
26
- "@dynamic-labs/assert-package-version": "4.61.1",
27
- "@dynamic-labs/logger": "4.61.1",
28
- "@dynamic-labs/rpc-providers": "4.61.1",
29
- "@dynamic-labs/solana-core": "4.61.1",
30
- "@dynamic-labs/types": "4.61.1",
31
- "@dynamic-labs/utils": "4.61.1",
32
- "@dynamic-labs/waas": "4.61.1",
33
- "@dynamic-labs/wallet-connector-core": "4.61.1"
26
+ "@dynamic-labs/assert-package-version": "4.61.3",
27
+ "@dynamic-labs/logger": "4.61.3",
28
+ "@dynamic-labs/rpc-providers": "4.61.3",
29
+ "@dynamic-labs/solana-core": "4.61.3",
30
+ "@dynamic-labs/types": "4.61.3",
31
+ "@dynamic-labs/utils": "4.61.3",
32
+ "@dynamic-labs/waas": "4.61.3",
33
+ "@dynamic-labs/wallet-connector-core": "4.61.3"
34
34
  },
35
35
  "peerDependencies": {}
36
36
  }
@@ -89,16 +89,13 @@ class DynamicWaasSVMConnector extends waas.withDynamicWaas(solanaCore.SolanaWall
89
89
  }
90
90
  validateActiveWallet(expectedAddress) {
91
91
  return _tslib.__awaiter(this, void 0, void 0, function* () {
92
- var _a, _b;
92
+ var _a;
93
93
  const walletClient = yield this.getWaasWalletClient();
94
- const signedSessionId = yield ((_a = this.getSignedSessionId) === null || _a === void 0 ? void 0 : _a.call(this));
95
- if (!signedSessionId) {
96
- throw new utils.DynamicError('Signed session ID is required');
97
- }
98
94
  const targetWallet = yield walletClient.getWallet({
99
95
  accountAddress: expectedAddress,
100
- authToken: (_b = this.getAuthToken) === null || _b === void 0 ? void 0 : _b.call(this),
101
- signedSessionId,
96
+ authToken: (_a = this.getAuthToken) === null || _a === void 0 ? void 0 : _a.call(this),
97
+ // TODO: This is a hack - validateActiveWallet is a no-op operation that shouldn't require nonce signing
98
+ signedSessionId: '',
102
99
  });
103
100
  if (!targetWallet) {
104
101
  throw new utils.DynamicError('Account not found');
@@ -58,12 +58,13 @@ declare const DynamicWaasSVMConnector_base: (abstract new (...args: any[]) => {
58
58
  publicKeyHex: string;
59
59
  rawPublicKey: string | Uint8Array | undefined;
60
60
  }>;
61
- importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, }: {
61
+ importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, }: {
62
62
  privateKey: string;
63
63
  thresholdSignatureScheme?: string | undefined;
64
64
  publicAddressCheck?: string | undefined;
65
65
  addressType?: string | undefined;
66
66
  legacyWalletId?: string | undefined;
67
+ password?: string | undefined;
67
68
  }): Promise<void>;
68
69
  exportPrivateKey({ accountAddress, displayContainer, password, }?: {
69
70
  accountAddress?: string | undefined;
@@ -85,16 +85,13 @@ class DynamicWaasSVMConnector extends withDynamicWaas(SolanaWalletConnector) {
85
85
  }
86
86
  validateActiveWallet(expectedAddress) {
87
87
  return __awaiter(this, void 0, void 0, function* () {
88
- var _a, _b;
88
+ var _a;
89
89
  const walletClient = yield this.getWaasWalletClient();
90
- const signedSessionId = yield ((_a = this.getSignedSessionId) === null || _a === void 0 ? void 0 : _a.call(this));
91
- if (!signedSessionId) {
92
- throw new DynamicError('Signed session ID is required');
93
- }
94
90
  const targetWallet = yield walletClient.getWallet({
95
91
  accountAddress: expectedAddress,
96
- authToken: (_b = this.getAuthToken) === null || _b === void 0 ? void 0 : _b.call(this),
97
- signedSessionId,
92
+ authToken: (_a = this.getAuthToken) === null || _a === void 0 ? void 0 : _a.call(this),
93
+ // TODO: This is a hack - validateActiveWallet is a no-op operation that shouldn't require nonce signing
94
+ signedSessionId: '',
98
95
  });
99
96
  if (!targetWallet) {
100
97
  throw new DynamicError('Account not found');