@dynamic-labs/waas-sui 5.3.2 → 5.4.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,26 @@
1
1
 
2
+ ## [5.4.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.3.2...v5.4.0) (2026-08-25)
3
+
4
+
5
+ ### Features
6
+
7
+ * **aleo:** wire up signMessage on the WaaS Aleo connector ([#12235](https://github.com/dynamic-labs/dynamic-auth/issues/12235)) ([e56cbf5](https://github.com/dynamic-labs/dynamic-auth/commit/e56cbf5546bdcc21ce916dece43ae36dcea9b808))
8
+ * **waas:** thread isRawScalarImport through importPrivateKey for ed25519 chains ([#12220](https://github.com/dynamic-labs/dynamic-auth/issues/12220)) ([ced9efa](https://github.com/dynamic-labs/dynamic-auth/commit/ced9efac5fa5a4a1280383419f56fe22733722cd))
9
+ * **webview:** add policies message contract and controller ([#12248](https://github.com/dynamic-labs/dynamic-auth/issues/12248)) ([8557c1e](https://github.com/dynamic-labs/dynamic-auth/commit/8557c1ed3861e12f1f06b2bb610184813b577daa))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **bitcoin:** pass the wallet's address type when signing ([#12265](https://github.com/dynamic-labs/dynamic-auth/issues/12265)) ([b8a8eab](https://github.com/dynamic-labs/dynamic-auth/commit/b8a8eab7e4cc294cc307fb10ea6814e76111a274))
15
+ * remediate high-severity tar vulnerability and prune a dead override ([#12268](https://github.com/dynamic-labs/dynamic-auth/issues/12268)) ([6b1b343](https://github.com/dynamic-labs/dynamic-auth/commit/6b1b343e7947e8da30012446677e342ae9bfe14a))
16
+ * **waas-svm:** fix retry-classification and environmentId gaps in [#12240](https://github.com/dynamic-labs/dynamic-auth/issues/12240) ([#12247](https://github.com/dynamic-labs/dynamic-auth/issues/12247)) ([e79cecc](https://github.com/dynamic-labs/dynamic-auth/commit/e79ceccd424c48c3a7f45fdd6ea288c269ac0171))
17
+ * **wallet-connect:** reopen WalletConnect IndexedDB when the browser closes the connection ([#12262](https://github.com/dynamic-labs/dynamic-auth/issues/12262)) ([1a20dde](https://github.com/dynamic-labs/dynamic-auth/commit/1a20ddeaeec590ae3390c9e47ef3c14738379b83))
18
+
19
+
20
+ ### Performance Improvements
21
+
22
+ * **ethereum-gasless-core:** parallel 7702 auth signing and long-poll sponsored-tx status ([#12225](https://github.com/dynamic-labs/dynamic-auth/issues/12225)) ([53ca916](https://github.com/dynamic-labs/dynamic-auth/commit/53ca91668f8dd839c52d55a0e5d7bb5257f7f415))
23
+
2
24
  ### [5.3.2](https://github.com/dynamic-labs/dynamic-auth/compare/v5.3.1...v5.3.2) (2026-08-19)
3
25
 
4
26
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "5.3.2";
6
+ var version = "5.4.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "5.3.2";
2
+ var version = "5.4.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas-sui",
3
- "version": "5.3.2",
3
+ "version": "5.4.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,21 +18,21 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs-sdk/client": "1.27.1",
21
+ "@dynamic-labs-sdk/client": "1.29.0",
22
22
  "@dynamic-labs/sdk-api-core": "0.12.0",
23
23
  "@dynamic-labs-wallet/browser-wallet-client": "1.0.106",
24
24
  "@dynamic-labs-wallet/forward-mpc-client": "1.0.1",
25
25
  "@mysten/sui": "1.45.2",
26
26
  "@mysten/wallet-standard": "0.19.9",
27
- "@dynamic-labs/assert-package-version": "5.3.2",
28
- "@dynamic-labs/logger": "5.3.2",
29
- "@dynamic-labs/rpc-providers": "5.3.2",
30
- "@dynamic-labs/sui-core": "5.3.2",
31
- "@dynamic-labs/types": "5.3.2",
32
- "@dynamic-labs/utils": "5.3.2",
33
- "@dynamic-labs/waas": "5.3.2",
34
- "@dynamic-labs/wallet-book": "5.3.2",
35
- "@dynamic-labs/wallet-connector-core": "5.3.2"
27
+ "@dynamic-labs/assert-package-version": "5.4.0",
28
+ "@dynamic-labs/logger": "5.4.0",
29
+ "@dynamic-labs/rpc-providers": "5.4.0",
30
+ "@dynamic-labs/sui-core": "5.4.0",
31
+ "@dynamic-labs/types": "5.4.0",
32
+ "@dynamic-labs/utils": "5.4.0",
33
+ "@dynamic-labs/waas": "5.4.0",
34
+ "@dynamic-labs/wallet-book": "5.4.0",
35
+ "@dynamic-labs/wallet-connector-core": "5.4.0"
36
36
  },
37
37
  "peerDependencies": {}
38
38
  }
@@ -105,7 +105,7 @@ class DynamicWaasSuiConnector extends waas.withDynamicWaas(suiCore.SuiWalletConn
105
105
  }
106
106
  // Override importPrivateKey to use the proper type casting for SUI
107
107
  importPrivateKey(_a) {
108
- return _tslib.__awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, legacyWalletId, }) {
108
+ return _tslib.__awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, legacyWalletId, password, addressType, isRawScalarImport, }) {
109
109
  var _b, _c;
110
110
  const walletClient = yield this.getWaasWalletClient();
111
111
  const signedSessionId = yield ((_b = this.getSignedSessionId) === null || _b === void 0 ? void 0 : _b.call(this));
@@ -113,8 +113,11 @@ class DynamicWaasSuiConnector extends waas.withDynamicWaas(suiCore.SuiWalletConn
113
113
  throw new utils.DynamicError('Signed session ID is required', 'signed_session_id_is_required');
114
114
  }
115
115
  yield walletClient.importPrivateKey({
116
+ addressType,
116
117
  authToken: (_c = this.getAuthToken) === null || _c === void 0 ? void 0 : _c.call(this),
118
+ isRawScalarImport,
117
119
  legacyWalletId,
120
+ password,
118
121
  privateKey,
119
122
  publicAddressCheck,
120
123
  signedSessionId,
@@ -94,13 +94,14 @@ declare const DynamicWaasSuiConnector_base: (abstract new (...args: any[]) => {
94
94
  }): Promise<{
95
95
  shareSetId: string;
96
96
  }>;
97
- importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, }: {
97
+ importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, isRawScalarImport, }: {
98
98
  privateKey: string;
99
99
  thresholdSignatureScheme?: string | undefined;
100
100
  publicAddressCheck?: string | undefined;
101
101
  addressType?: string | undefined;
102
102
  legacyWalletId?: string | undefined;
103
103
  password?: string | undefined;
104
+ isRawScalarImport?: boolean | undefined;
104
105
  }): Promise<void>;
105
106
  migrateFromFireblocks({ deviceId, jwt, walletPassword, ncwStorage, expectedAddresses, coinTypes, password, }: {
106
107
  deviceId: string;
@@ -247,11 +248,15 @@ export declare class DynamicWaasSuiConnector extends DynamicWaasSuiConnector_bas
247
248
  private setActiveAccountAddress;
248
249
  getActiveAccountAddress(): Promise<string | undefined>;
249
250
  validateActiveWallet(expectedAddress: string): Promise<void>;
250
- importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, legacyWalletId, }: {
251
+ importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, legacyWalletId, password, addressType, isRawScalarImport, }: {
251
252
  privateKey: string;
252
253
  thresholdSignatureScheme?: string;
253
254
  publicAddressCheck?: string;
254
255
  legacyWalletId?: string;
256
+ password?: string;
257
+ addressType?: string;
258
+ /** SUI is one of the ed25519 chains: `privateKey` may be a raw 32-byte scalar (hex). */
259
+ isRawScalarImport?: boolean;
255
260
  }): Promise<void>;
256
261
  signMessage(message: string): Promise<string>;
257
262
  private createAndSignTransaction;
@@ -101,7 +101,7 @@ class DynamicWaasSuiConnector extends withDynamicWaas(SuiWalletConnector) {
101
101
  }
102
102
  // Override importPrivateKey to use the proper type casting for SUI
103
103
  importPrivateKey(_a) {
104
- return __awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, legacyWalletId, }) {
104
+ return __awaiter(this, arguments, void 0, function* ({ privateKey, thresholdSignatureScheme = 'TWO_OF_TWO', publicAddressCheck, legacyWalletId, password, addressType, isRawScalarImport, }) {
105
105
  var _b, _c;
106
106
  const walletClient = yield this.getWaasWalletClient();
107
107
  const signedSessionId = yield ((_b = this.getSignedSessionId) === null || _b === void 0 ? void 0 : _b.call(this));
@@ -109,8 +109,11 @@ class DynamicWaasSuiConnector extends withDynamicWaas(SuiWalletConnector) {
109
109
  throw new DynamicError('Signed session ID is required', 'signed_session_id_is_required');
110
110
  }
111
111
  yield walletClient.importPrivateKey({
112
+ addressType,
112
113
  authToken: (_c = this.getAuthToken) === null || _c === void 0 ? void 0 : _c.call(this),
114
+ isRawScalarImport,
113
115
  legacyWalletId,
116
+ password,
114
117
  privateKey,
115
118
  publicAddressCheck,
116
119
  signedSessionId,