@dynamic-labs/embedded-wallet-solana 4.9.13-preview.0 → 4.9.13-preview.1
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,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.9.13-preview.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.9.13-preview.1) (2025-03-29)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add zk sync aa connector ([7ef9031](https://github.com/dynamic-labs/dynamic-auth/commit/7ef9031ce709b1ebc2d908da7d120e83733be7cf))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* Adjust parallel tasks to default 16 ([#8413](https://github.com/dynamic-labs/dynamic-auth/issues/8413)) ([b62d34c](https://github.com/dynamic-labs/dynamic-auth/commit/b62d34cb780859d3d8414421539116520d0ebcbd))
|
|
13
|
+
* do not prompt passkey with 7702 on v2 wallets ([#8391](https://github.com/dynamic-labs/dynamic-auth/issues/8391)) ([bb91396](https://github.com/dynamic-labs/dynamic-auth/commit/bb913965121e97801922f5ca828d11e4a551a3b6))
|
|
14
|
+
* ensure the global wallet app url is used ([#8404](https://github.com/dynamic-labs/dynamic-auth/issues/8404)) ([23a7d91](https://github.com/dynamic-labs/dynamic-auth/commit/23a7d91b50cc85e67de52306f91163c675e0f007))
|
|
15
|
+
* **global-wallet-client:** use global wallet env id when storing data to ls ([#8405](https://github.com/dynamic-labs/dynamic-auth/issues/8405)) ([2b3d9ce](https://github.com/dynamic-labs/dynamic-auth/commit/2b3d9ce8dd82dda487759e0621c73bfad2842aef))
|
|
16
|
+
|
|
2
17
|
### [4.9.13-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.9.13-preview.0) (2025-03-28)
|
|
3
18
|
|
|
4
19
|
|
package/package.cjs
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
|
|
6
|
-
var version = "4.9.13-preview.
|
|
6
|
+
var version = "4.9.13-preview.1";
|
|
7
7
|
var dependencies = {
|
|
8
|
-
"@dynamic-labs/utils": "4.9.13-preview.
|
|
9
|
-
"@dynamic-labs/logger": "4.9.13-preview.
|
|
10
|
-
"@dynamic-labs/types": "4.9.13-preview.
|
|
8
|
+
"@dynamic-labs/utils": "4.9.13-preview.1",
|
|
9
|
+
"@dynamic-labs/logger": "4.9.13-preview.1",
|
|
10
|
+
"@dynamic-labs/types": "4.9.13-preview.1",
|
|
11
11
|
"@dynamic-labs/sdk-api-core": "0.0.645",
|
|
12
12
|
eventemitter3: "5.0.1",
|
|
13
13
|
"@solana/web3.js": "1.98.0",
|
package/package.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client'
|
|
2
|
-
var version = "4.9.13-preview.
|
|
2
|
+
var version = "4.9.13-preview.1";
|
|
3
3
|
var dependencies = {
|
|
4
|
-
"@dynamic-labs/utils": "4.9.13-preview.
|
|
5
|
-
"@dynamic-labs/logger": "4.9.13-preview.
|
|
6
|
-
"@dynamic-labs/types": "4.9.13-preview.
|
|
4
|
+
"@dynamic-labs/utils": "4.9.13-preview.1",
|
|
5
|
+
"@dynamic-labs/logger": "4.9.13-preview.1",
|
|
6
|
+
"@dynamic-labs/types": "4.9.13-preview.1",
|
|
7
7
|
"@dynamic-labs/sdk-api-core": "0.0.645",
|
|
8
8
|
eventemitter3: "5.0.1",
|
|
9
9
|
"@solana/web3.js": "1.98.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/embedded-wallet-solana",
|
|
3
|
-
"version": "4.9.13-preview.
|
|
3
|
+
"version": "4.9.13-preview.1",
|
|
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,22 +18,22 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/utils": "4.9.13-preview.
|
|
22
|
-
"@dynamic-labs/logger": "4.9.13-preview.
|
|
23
|
-
"@dynamic-labs/types": "4.9.13-preview.
|
|
21
|
+
"@dynamic-labs/utils": "4.9.13-preview.1",
|
|
22
|
+
"@dynamic-labs/logger": "4.9.13-preview.1",
|
|
23
|
+
"@dynamic-labs/types": "4.9.13-preview.1",
|
|
24
24
|
"@dynamic-labs/sdk-api-core": "0.0.645",
|
|
25
25
|
"eventemitter3": "5.0.1",
|
|
26
26
|
"@solana/web3.js": "1.98.0",
|
|
27
27
|
"@turnkey/iframe-stamper": "2.0.0",
|
|
28
28
|
"@turnkey/solana": "1.0.1",
|
|
29
29
|
"@turnkey/webauthn-stamper": "0.5.0",
|
|
30
|
-
"@dynamic-labs/assert-package-version": "4.9.13-preview.
|
|
31
|
-
"@dynamic-labs/embedded-wallet": "4.9.13-preview.
|
|
32
|
-
"@dynamic-labs/rpc-providers": "4.9.13-preview.
|
|
33
|
-
"@dynamic-labs/solana-core": "4.9.13-preview.
|
|
34
|
-
"@dynamic-labs/wallet-book": "4.9.13-preview.
|
|
35
|
-
"@dynamic-labs/wallet-connector-core": "4.9.13-preview.
|
|
36
|
-
"@dynamic-labs/webauthn": "4.9.13-preview.
|
|
30
|
+
"@dynamic-labs/assert-package-version": "4.9.13-preview.1",
|
|
31
|
+
"@dynamic-labs/embedded-wallet": "4.9.13-preview.1",
|
|
32
|
+
"@dynamic-labs/rpc-providers": "4.9.13-preview.1",
|
|
33
|
+
"@dynamic-labs/solana-core": "4.9.13-preview.1",
|
|
34
|
+
"@dynamic-labs/wallet-book": "4.9.13-preview.1",
|
|
35
|
+
"@dynamic-labs/wallet-connector-core": "4.9.13-preview.1",
|
|
36
|
+
"@dynamic-labs/webauthn": "4.9.13-preview.1",
|
|
37
37
|
"react-dom": "18.2.0",
|
|
38
38
|
"viem": "2.21.57"
|
|
39
39
|
},
|
|
@@ -48,7 +48,9 @@ class TurnkeySolanaWalletConnector extends embeddedWallet.TurnkeyWalletConnector
|
|
|
48
48
|
this.connectionConfig = props.connectionConfig;
|
|
49
49
|
this.chainRpcProviders = props.chainRpcProviders;
|
|
50
50
|
(_a = this.chainRpcProviders) === null || _a === void 0 ? void 0 : _a.registerSolanaProviders(this.connectionConfig);
|
|
51
|
-
this.
|
|
51
|
+
this.getTurnkeyClient().then((client) => {
|
|
52
|
+
this.__turnkeyClient = client;
|
|
53
|
+
});
|
|
52
54
|
}
|
|
53
55
|
getRpcUrl() {
|
|
54
56
|
const network = this.getSelectedNetwork();
|
|
@@ -194,7 +196,7 @@ class TurnkeySolanaWalletConnector extends embeddedWallet.TurnkeyWalletConnector
|
|
|
194
196
|
}
|
|
195
197
|
createTurnkeyAccount(_a) {
|
|
196
198
|
return _tslib.__awaiter(this, arguments, void 0, function* ({ organizationId, }) {
|
|
197
|
-
const turnkeyClient = this.getTurnkeyClient();
|
|
199
|
+
const turnkeyClient = yield this.getTurnkeyClient();
|
|
198
200
|
const signer = new solana.TurnkeySigner({ client: turnkeyClient, organizationId });
|
|
199
201
|
return signer;
|
|
200
202
|
});
|
|
@@ -44,7 +44,9 @@ class TurnkeySolanaWalletConnector extends TurnkeyWalletConnectorBase {
|
|
|
44
44
|
this.connectionConfig = props.connectionConfig;
|
|
45
45
|
this.chainRpcProviders = props.chainRpcProviders;
|
|
46
46
|
(_a = this.chainRpcProviders) === null || _a === void 0 ? void 0 : _a.registerSolanaProviders(this.connectionConfig);
|
|
47
|
-
this.
|
|
47
|
+
this.getTurnkeyClient().then((client) => {
|
|
48
|
+
this.__turnkeyClient = client;
|
|
49
|
+
});
|
|
48
50
|
}
|
|
49
51
|
getRpcUrl() {
|
|
50
52
|
const network = this.getSelectedNetwork();
|
|
@@ -190,7 +192,7 @@ class TurnkeySolanaWalletConnector extends TurnkeyWalletConnectorBase {
|
|
|
190
192
|
}
|
|
191
193
|
createTurnkeyAccount(_a) {
|
|
192
194
|
return __awaiter(this, arguments, void 0, function* ({ organizationId, }) {
|
|
193
|
-
const turnkeyClient = this.getTurnkeyClient();
|
|
195
|
+
const turnkeyClient = yield this.getTurnkeyClient();
|
|
194
196
|
const signer = new TurnkeySigner({ client: turnkeyClient, organizationId });
|
|
195
197
|
return signer;
|
|
196
198
|
});
|