@dynamic-labs/waas-svm 4.78.0 → 4.79.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 +22 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +11 -11
- package/src/connector/DynamicWaasSVMConnector.d.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.79.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.78.1...v4.79.0) (2026-04-30)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **sdk-react-core:** two-layer Google Drive backup access defense [DYNT-754] ([#11069](https://github.com/dynamic-labs/dynamic-auth/issues/11069)) ([1ff8b83](https://github.com/dynamic-labs/dynamic-auth/commit/1ff8b83f9c7ba077c586513a250f6aed114e4b07))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **solana-core,sui-core:** prevent RangeError on send balance ([#11071](https://github.com/dynamic-labs/dynamic-auth/issues/11071)) ([21f5f97](https://github.com/dynamic-labs/dynamic-auth/commit/21f5f9724c788053774ce5eaa19f073af9a33d27))
|
|
13
|
+
|
|
14
|
+
### [4.78.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.78.0...v4.78.1) (2026-04-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **ci:** do not fail on heroku check ([#11054](https://github.com/dynamic-labs/dynamic-auth/issues/11054)) ([fa92c8d](https://github.com/dynamic-labs/dynamic-auth/commit/fa92c8d3770f17802a3d3c4b28fbd72595eff78e))
|
|
20
|
+
* **demo-v2:** gate step-up sign on the actual signing connector (covers ZeroDev over WaaS) ([#11021](https://github.com/dynamic-labs/dynamic-auth/issues/11021)) ([2d7df88](https://github.com/dynamic-labs/dynamic-auth/commit/2d7df884f28013fe53b2f331a6d0f625a0313ff4))
|
|
21
|
+
* remediate high-severity dependency vulnerabilities ([#11039](https://github.com/dynamic-labs/dynamic-auth/issues/11039)) ([55315d9](https://github.com/dynamic-labs/dynamic-auth/commit/55315d92d2b956259b454b888db55bf552e16348)), closes [#498](https://github.com/dynamic-labs/dynamic-auth/issues/498) [#499](https://github.com/dynamic-labs/dynamic-auth/issues/499) [#538](https://github.com/dynamic-labs/dynamic-auth/issues/538) [#256](https://github.com/dynamic-labs/dynamic-auth/issues/256) [#132](https://github.com/dynamic-labs/dynamic-auth/issues/132) [#132](https://github.com/dynamic-labs/dynamic-auth/issues/132) [#11011](https://github.com/dynamic-labs/dynamic-auth/issues/11011) [#10991](https://github.com/dynamic-labs/dynamic-auth/issues/10991)
|
|
22
|
+
* remediate high-severity dependency vulnerabilities ([#11060](https://github.com/dynamic-labs/dynamic-auth/issues/11060)) ([514b8d6](https://github.com/dynamic-labs/dynamic-auth/commit/514b8d60d1436c765388c3a93877c562a6e6b105))
|
|
23
|
+
|
|
2
24
|
## [4.78.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.4...v4.78.0) (2026-04-22)
|
|
3
25
|
|
|
4
26
|
|
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.
|
|
3
|
+
"version": "4.79.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,19 +18,19 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
-
"@dynamic-labs/embedded-wallet-solana": "4.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.956",
|
|
22
|
+
"@dynamic-labs/embedded-wallet-solana": "4.79.0",
|
|
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.
|
|
27
|
-
"@dynamic-labs/logger": "4.
|
|
28
|
-
"@dynamic-labs/rpc-providers": "4.
|
|
29
|
-
"@dynamic-labs/solana-core": "4.
|
|
30
|
-
"@dynamic-labs/types": "4.
|
|
31
|
-
"@dynamic-labs/utils": "4.
|
|
32
|
-
"@dynamic-labs/waas": "4.
|
|
33
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
26
|
+
"@dynamic-labs/assert-package-version": "4.79.0",
|
|
27
|
+
"@dynamic-labs/logger": "4.79.0",
|
|
28
|
+
"@dynamic-labs/rpc-providers": "4.79.0",
|
|
29
|
+
"@dynamic-labs/solana-core": "4.79.0",
|
|
30
|
+
"@dynamic-labs/types": "4.79.0",
|
|
31
|
+
"@dynamic-labs/utils": "4.79.0",
|
|
32
|
+
"@dynamic-labs/waas": "4.79.0",
|
|
33
|
+
"@dynamic-labs/wallet-connector-core": "4.79.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {}
|
|
36
36
|
}
|
|
@@ -60,7 +60,7 @@ declare const DynamicWaasSVMConnector_base: (abstract new (...args: any[]) => {
|
|
|
60
60
|
createWalletAccount({ thresholdSignatureScheme, password, bitcoinConfig, }?: {
|
|
61
61
|
thresholdSignatureScheme?: string | undefined;
|
|
62
62
|
password?: string | undefined;
|
|
63
|
-
bitcoinConfig?: import("@dynamic-labs-wallet/
|
|
63
|
+
bitcoinConfig?: import("@dynamic-labs-wallet/core").BitcoinConfig | undefined;
|
|
64
64
|
} | undefined): Promise<{
|
|
65
65
|
chainName: string;
|
|
66
66
|
accountAddress: string;
|
|
@@ -134,10 +134,10 @@ declare const DynamicWaasSVMConnector_base: (abstract new (...args: any[]) => {
|
|
|
134
134
|
unlockWallet({ accountAddress, password, }: {
|
|
135
135
|
accountAddress: string;
|
|
136
136
|
password?: string | undefined;
|
|
137
|
-
}): Promise<import("@dynamic-labs-wallet/
|
|
137
|
+
}): Promise<import("@dynamic-labs-wallet/core").GetWalletResponse>;
|
|
138
138
|
getWalletRecoveryState({ accountAddress, }: {
|
|
139
139
|
accountAddress: string;
|
|
140
|
-
}): Promise<import("@dynamic-labs-wallet/
|
|
140
|
+
}): Promise<import("@dynamic-labs-wallet/core").WalletRecoveryState>;
|
|
141
141
|
endSession(reason?: import("@dynamic-labs-sdk/client").LogoutReason | undefined): Promise<void>;
|
|
142
142
|
getActiveAccountAddress(): Promise<string | undefined>;
|
|
143
143
|
getConnectedAccounts(): Promise<string[]>;
|