@dynamic-labs/waas-svm 4.53.0 → 4.53.2
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 +18 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +10 -10
- package/src/connector/DynamicWaasSVMConnector.d.ts +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.53.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.53.1...v4.53.2) (2026-01-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add iCloud backup functionality ([#10219](https://github.com/dynamic-labs/dynamic-auth/issues/10219)) ([44e95e5](https://github.com/dynamic-labs/dynamic-auth/commit/44e95e5a5dc99f83918a382ab1c69d452359c346))
|
|
8
|
+
* update PSBT building with Largest-First UTXO selection and fee priorities (high/medium/low) ([#10227](https://github.com/dynamic-labs/dynamic-auth/issues/10227)) ([94c5f5c](https://github.com/dynamic-labs/dynamic-auth/commit/94c5f5cb97432bb97374b754cb95bc23290dd184))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* allow late registered solana wallets to appear in the wallet list ([#10224](https://github.com/dynamic-labs/dynamic-auth/issues/10224)) ([2f418d4](https://github.com/dynamic-labs/dynamic-auth/commit/2f418d4f3e0543bdd829a45807329f89da1e41a7))
|
|
14
|
+
* correctly show app name in wallet app for wallet connect evm connections ([#10218](https://github.com/dynamic-labs/dynamic-auth/issues/10218)) ([fec0009](https://github.com/dynamic-labs/dynamic-auth/commit/fec0009177439baa67015050b4ad799119615f4f))
|
|
15
|
+
* destructure wallets from getWalletStandardWallets before calling find ([#10234](https://github.com/dynamic-labs/dynamic-auth/issues/10234)) ([b59617a](https://github.com/dynamic-labs/dynamic-auth/commit/b59617a8579b9c7d8a5f744a2ea9363ccb4aee58))
|
|
16
|
+
* **react-native:** filter connectors by enabled chains and add chain parameter to connectWallet ([#10230](https://github.com/dynamic-labs/dynamic-auth/issues/10230)) ([a2bbd03](https://github.com/dynamic-labs/dynamic-auth/commit/a2bbd03ece52950711d2eda18cb2345df15710dd))
|
|
17
|
+
|
|
18
|
+
### [4.53.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.53.0...v4.53.1) (2026-01-14)
|
|
19
|
+
|
|
2
20
|
## [4.53.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.5...v4.53.0) (2026-01-13)
|
|
3
21
|
|
|
4
22
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/waas-svm",
|
|
3
|
-
"version": "4.53.
|
|
3
|
+
"version": "4.53.2",
|
|
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,18 +18,18 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.855",
|
|
22
22
|
"@solana/web3.js": "1.98.1",
|
|
23
23
|
"eventemitter3": "5.0.1",
|
|
24
24
|
"bs58": "5.0.0",
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.53.
|
|
26
|
-
"@dynamic-labs/logger": "4.53.
|
|
27
|
-
"@dynamic-labs/rpc-providers": "4.53.
|
|
28
|
-
"@dynamic-labs/solana-core": "4.53.
|
|
29
|
-
"@dynamic-labs/types": "4.53.
|
|
30
|
-
"@dynamic-labs/utils": "4.53.
|
|
31
|
-
"@dynamic-labs/waas": "4.53.
|
|
32
|
-
"@dynamic-labs/wallet-connector-core": "4.53.
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.53.2",
|
|
26
|
+
"@dynamic-labs/logger": "4.53.2",
|
|
27
|
+
"@dynamic-labs/rpc-providers": "4.53.2",
|
|
28
|
+
"@dynamic-labs/solana-core": "4.53.2",
|
|
29
|
+
"@dynamic-labs/types": "4.53.2",
|
|
30
|
+
"@dynamic-labs/utils": "4.53.2",
|
|
31
|
+
"@dynamic-labs/waas": "4.53.2",
|
|
32
|
+
"@dynamic-labs/wallet-connector-core": "4.53.2"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {}
|
|
35
35
|
}
|
|
@@ -79,6 +79,15 @@ declare const DynamicWaasSVMConnector_base: (abstract new (...args: any[]) => {
|
|
|
79
79
|
accountAddress: string;
|
|
80
80
|
password?: string | undefined;
|
|
81
81
|
}): Promise<void>;
|
|
82
|
+
backupKeySharesToICloud({ accountAddress, password, }: {
|
|
83
|
+
accountAddress: string;
|
|
84
|
+
password?: string | undefined;
|
|
85
|
+
}): Promise<void>;
|
|
86
|
+
displayICloudSignIn({ displayContainer, }: {
|
|
87
|
+
displayContainer: HTMLElement;
|
|
88
|
+
}): Promise<void>;
|
|
89
|
+
hideICloudSignIn(): Promise<void>;
|
|
90
|
+
isICloudAuthenticated(): Promise<boolean>;
|
|
82
91
|
refreshWalletAccountShares({ accountAddress, password, }: {
|
|
83
92
|
accountAddress: string;
|
|
84
93
|
password?: string | undefined;
|