@dynamic-labs/tempo 4.78.1 → 4.79.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,27 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.79.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.79.0...v4.79.1) (2026-05-01)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **playwright:** tolerate confirm-only transfer wallet modal ([#11081](https://github.com/dynamic-labs/dynamic-auth/issues/11081)) ([f4f2b85](https://github.com/dynamic-labs/dynamic-auth/commit/f4f2b85e515a3dfb7f54bd1dd697fa8fddea74f0))
|
|
8
|
+
* **sdk-react-core:** replace rAF polling with setTimeout in animationFrameTimeout ([#11086](https://github.com/dynamic-labs/dynamic-auth/issues/11086)) ([73cad2a](https://github.com/dynamic-labs/dynamic-auth/commit/73cad2a1be0a331b7504aca2b6dcb1ef770a6b37))
|
|
9
|
+
* **wagmi-connector:** emit change on wallet-internal MM account switch DYNT-549 ([#11044](https://github.com/dynamic-labs/dynamic-auth/issues/11044)) ([4345aa2](https://github.com/dynamic-labs/dynamic-auth/commit/4345aa2a96bc0fac5a5c8280875e6ab122391b98)), closes [#11043](https://github.com/dynamic-labs/dynamic-auth/issues/11043) [#11045](https://github.com/dynamic-labs/dynamic-auth/issues/11045) [#10945](https://github.com/dynamic-labs/dynamic-auth/issues/10945) [#10945](https://github.com/dynamic-labs/dynamic-auth/issues/10945)
|
|
10
|
+
* **wagmi-connector:** fix accountChange listener leak DYNT-549 ([#11043](https://github.com/dynamic-labs/dynamic-auth/issues/11043)) ([e4652aa](https://github.com/dynamic-labs/dynamic-auth/commit/e4652aa3b3c586bd4648deda4a0406ca555f3481)), closes [#11044](https://github.com/dynamic-labs/dynamic-auth/issues/11044) [#11045](https://github.com/dynamic-labs/dynamic-auth/issues/11045)
|
|
11
|
+
* **wagmi-connector:** use accountChange event payload as authoritative address in SyncDynamicWagmi DYNT-549 ([#11045](https://github.com/dynamic-labs/dynamic-auth/issues/11045)) ([77a300b](https://github.com/dynamic-labs/dynamic-auth/commit/77a300be77d90dc3c1aefe02a2074764d89a1cb7)), closes [#11043](https://github.com/dynamic-labs/dynamic-auth/issues/11043) [#11044](https://github.com/dynamic-labs/dynamic-auth/issues/11044) [#11044](https://github.com/dynamic-labs/dynamic-auth/issues/11044)
|
|
12
|
+
|
|
13
|
+
## [4.79.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.78.1...v4.79.0) (2026-04-30)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **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))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **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))
|
|
24
|
+
|
|
2
25
|
### [4.78.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.78.0...v4.78.1) (2026-04-29)
|
|
3
26
|
|
|
4
27
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/tempo",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.79.1",
|
|
4
4
|
"description": "A React SDK for implementing Tempo wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
23
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
24
|
-
"@dynamic-labs/waas": "4.
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
26
|
-
"@dynamic-labs/logger": "4.
|
|
27
|
-
"@dynamic-labs/types": "4.
|
|
28
|
-
"@dynamic-labs/utils": "4.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.956",
|
|
22
|
+
"@dynamic-labs/wallet-connector-core": "4.79.1",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.79.1",
|
|
24
|
+
"@dynamic-labs/waas": "4.79.1",
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.79.1",
|
|
26
|
+
"@dynamic-labs/logger": "4.79.1",
|
|
27
|
+
"@dynamic-labs/types": "4.79.1",
|
|
28
|
+
"@dynamic-labs/utils": "4.79.1",
|
|
29
29
|
"viem": "^2.45.3"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -61,7 +61,7 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
|
|
|
61
61
|
createWalletAccount({ thresholdSignatureScheme, password, bitcoinConfig, }?: {
|
|
62
62
|
thresholdSignatureScheme?: string | undefined;
|
|
63
63
|
password?: string | undefined;
|
|
64
|
-
bitcoinConfig?: import("@dynamic-labs-wallet/
|
|
64
|
+
bitcoinConfig?: import("@dynamic-labs-wallet/core").BitcoinConfig | undefined;
|
|
65
65
|
} | undefined): Promise<{
|
|
66
66
|
chainName: string;
|
|
67
67
|
accountAddress: string;
|
|
@@ -135,10 +135,10 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
|
|
|
135
135
|
unlockWallet({ accountAddress, password, }: {
|
|
136
136
|
accountAddress: string;
|
|
137
137
|
password?: string | undefined;
|
|
138
|
-
}): Promise<import("@dynamic-labs-wallet/
|
|
138
|
+
}): Promise<import("@dynamic-labs-wallet/core").GetWalletResponse>;
|
|
139
139
|
getWalletRecoveryState({ accountAddress, }: {
|
|
140
140
|
accountAddress: string;
|
|
141
|
-
}): Promise<import("@dynamic-labs-wallet/
|
|
141
|
+
}): Promise<import("@dynamic-labs-wallet/core").WalletRecoveryState>;
|
|
142
142
|
endSession(reason?: import("@dynamic-labs-sdk/client").LogoutReason | undefined): Promise<void>;
|
|
143
143
|
getActiveAccountAddress(): Promise<string | undefined>;
|
|
144
144
|
getConnectedAccounts(): Promise<string[]>;
|