@dynamic-labs/tempo 5.4.0 → 5.4.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,16 @@
1
1
 
2
+ ### [5.4.1](https://github.com/dynamic-labs/dynamic-auth/compare/v5.4.0...v5.4.1) (2026-08-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **webview-controller:** resolve which keychain key a session belongs to ([#12246](https://github.com/dynamic-labs/dynamic-auth/issues/12246)) ([3d110db](https://github.com/dynamic-labs/dynamic-auth/commit/3d110db831c6e9d82d07d86841f5c7733924b17e))
8
+ * **bitcoin:** forward the password through the BTC importPrivateKey override ([#12278](https://github.com/dynamic-labs/dynamic-auth/issues/12278)) ([21e1df3](https://github.com/dynamic-labs/dynamic-auth/commit/21e1df3e33e96e2efdb15ffa0fd29a441056202e))
9
+ * **react-native-extension:** recover 4.x expo-secure-store sessions on keychain miss ([#12254](https://github.com/dynamic-labs/dynamic-auth/issues/12254)) ([217e991](https://github.com/dynamic-labs/dynamic-auth/commit/217e991838f3073c12e2d2fab7a2e12830faad9e)), closes [#12092](https://github.com/dynamic-labs/dynamic-auth/issues/12092) [#12092](https://github.com/dynamic-labs/dynamic-auth/issues/12092) [#12092](https://github.com/dynamic-labs/dynamic-auth/issues/12092) [#12092](https://github.com/dynamic-labs/dynamic-auth/issues/12092) [#12242](https://github.com/dynamic-labs/dynamic-auth/issues/12242) [#12242](https://github.com/dynamic-labs/dynamic-auth/issues/12242)
10
+ * **transaction-card:** use walletConnector prop for network/fee instead of primaryWallet ([#12063](https://github.com/dynamic-labs/dynamic-auth/issues/12063)) ([81314d2](https://github.com/dynamic-labs/dynamic-auth/commit/81314d25fba4b20ab89631bc2d9ceeb9e2b6b2ac))
11
+ * **waas-svm:** instrument sponsorship retry attempts ([#12281](https://github.com/dynamic-labs/dynamic-auth/issues/12281)) ([7273a4b](https://github.com/dynamic-labs/dynamic-auth/commit/7273a4bc456cad512c0e9fbcd2abd66532a2f7df))
12
+ * **webview-controller:** recover 4.x secure-storage sessions and surface init failures ([#12242](https://github.com/dynamic-labs/dynamic-auth/issues/12242)) ([b51605c](https://github.com/dynamic-labs/dynamic-auth/commit/b51605cc9bdbb5d695173192c502a58d899bbbdd)), closes [#12094](https://github.com/dynamic-labs/dynamic-auth/issues/12094) [#12095](https://github.com/dynamic-labs/dynamic-auth/issues/12095) [#12098](https://github.com/dynamic-labs/dynamic-auth/issues/12098) [dynamic-labs/flutter-sdk#256](https://github.com/dynamic-labs/flutter-sdk/issues/256)
13
+
2
14
  ## [5.4.0](https://github.com/dynamic-labs/dynamic-auth/compare/v5.3.2...v5.4.0) (2026-08-25)
3
15
 
4
16
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "5.4.0";
6
+ var version = "5.4.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "5.4.0";
2
+ var version = "5.4.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/tempo",
3
- "version": "5.4.0",
3
+ "version": "5.4.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",
@@ -19,13 +19,13 @@
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.12.0",
22
- "@dynamic-labs/wallet-connector-core": "5.4.0",
23
- "@dynamic-labs/ethereum-core": "5.4.0",
24
- "@dynamic-labs/waas": "5.4.0",
25
- "@dynamic-labs/assert-package-version": "5.4.0",
26
- "@dynamic-labs/logger": "5.4.0",
27
- "@dynamic-labs/types": "5.4.0",
28
- "@dynamic-labs/utils": "5.4.0",
22
+ "@dynamic-labs/wallet-connector-core": "5.4.1",
23
+ "@dynamic-labs/ethereum-core": "5.4.1",
24
+ "@dynamic-labs/waas": "5.4.1",
25
+ "@dynamic-labs/assert-package-version": "5.4.1",
26
+ "@dynamic-labs/logger": "5.4.1",
27
+ "@dynamic-labs/types": "5.4.1",
28
+ "@dynamic-labs/utils": "5.4.1",
29
29
  "viem": "^2.45.3"
30
30
  }
31
31
  }
@@ -69,12 +69,7 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
69
69
  getWaasWalletClient(traceContext?: import("dist/packages/waas/utils/instrumentation").TraceContext | undefined, { forceRebuild }?: {
70
70
  forceRebuild?: boolean | undefined;
71
71
  } | undefined): Promise<import("@dynamic-labs-wallet/browser-wallet-client").DynamicWalletClient>;
72
- createWalletAccount({ thresholdSignatureScheme, password, bitcoinConfig, businessAccountId, }?: {
73
- thresholdSignatureScheme?: string | undefined;
74
- password?: string | undefined;
75
- bitcoinConfig?: import("@dynamic-labs-wallet/browser-wallet-client").BitcoinConfig | undefined;
76
- businessAccountId?: string | undefined;
77
- } | undefined): Promise<{
72
+ createWalletAccount({ thresholdSignatureScheme, password, bitcoinConfig, businessAccountId, }?: import("@dynamic-labs/wallet-connector-core").CreateWalletAccountParams | undefined): Promise<{
78
73
  chainName: string;
79
74
  accountAddress: string;
80
75
  publicKeyHex: string;
@@ -94,15 +89,7 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
94
89
  }): Promise<{
95
90
  shareSetId: string;
96
91
  }>;
97
- importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, isRawScalarImport, }: {
98
- privateKey: string;
99
- thresholdSignatureScheme?: string | undefined;
100
- publicAddressCheck?: string | undefined;
101
- addressType?: string | undefined;
102
- legacyWalletId?: string | undefined;
103
- password?: string | undefined;
104
- isRawScalarImport?: boolean | undefined;
105
- }): Promise<void>;
92
+ importPrivateKey({ privateKey, thresholdSignatureScheme, publicAddressCheck, addressType, legacyWalletId, password, isRawScalarImport, }: import("@dynamic-labs/wallet-connector-core").ImportPrivateKeyParams): Promise<void>;
106
93
  migrateFromFireblocks({ deviceId, jwt, walletPassword, ncwStorage, expectedAddresses, coinTypes, password, }: {
107
94
  deviceId: string;
108
95
  jwt: string;
@@ -120,10 +107,7 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
120
107
  getExportHandler(): {
121
108
  clear: () => void;
122
109
  };
123
- exportClientKeyshares({ accountAddress, password, }: {
124
- accountAddress: string;
125
- password?: string | undefined;
126
- }): Promise<void>;
110
+ exportClientKeyshares({ accountAddress, password, }: import("@dynamic-labs/wallet-connector-core").ExportClientKeysharesParams): Promise<void>;
127
111
  runBackupLifecycle({ provider, accountAddress, password, performBackup, }: {
128
112
  provider: string;
129
113
  accountAddress: string;
@@ -139,11 +123,7 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
139
123
  };
140
124
  }) => Promise<void>;
141
125
  }): Promise<void>;
142
- backupKeySharesToGoogleDrive({ accountAddress, password, googleDriveAccessToken, }: {
143
- accountAddress: string;
144
- password?: string | undefined;
145
- googleDriveAccessToken?: string | undefined;
146
- }): Promise<void>;
126
+ backupKeySharesToGoogleDrive({ accountAddress, password, googleDriveAccessToken, }: import("@dynamic-labs/wallet-connector-core").BackupKeySharesToGoogleDriveParams): Promise<void>;
147
127
  exportClientKeysharesFromGoogleDrive({ accountAddress, password, }: {
148
128
  accountAddress: string;
149
129
  password?: string | undefined;
@@ -157,24 +137,13 @@ declare const DynamicWaasTempoConnector_base: (abstract new (...args: any[]) =>
157
137
  }): Promise<void>;
158
138
  hideICloudSignIn(): Promise<void>;
159
139
  isICloudAuthenticated(): Promise<boolean>;
160
- refreshWalletAccountShares({ accountAddress, password, }: {
161
- accountAddress: string;
162
- password?: string | undefined;
163
- }): Promise<void>;
164
- reshareWalletAccountShares({ accountAddress, thresholdSignatureScheme, password, }: {
165
- accountAddress: string;
166
- thresholdSignatureScheme: string;
167
- password?: string | undefined;
168
- }): Promise<void>;
140
+ refreshWalletAccountShares({ accountAddress, password, }: import("@dynamic-labs/wallet-connector-core").RefreshWalletAccountSharesParams): Promise<void>;
141
+ reshareWalletAccountShares({ accountAddress, thresholdSignatureScheme, password, }: import("@dynamic-labs/wallet-connector-core").ReshareWalletAccountSharesParams): Promise<void>;
169
142
  revokeDelegation({ accountAddress, password, }: {
170
143
  accountAddress: string;
171
144
  password?: string | undefined;
172
145
  }): Promise<void>;
173
- updatePassword({ accountAddress, existingPassword, newPassword, }: {
174
- accountAddress: string;
175
- existingPassword?: string | undefined;
176
- newPassword: string;
177
- }): Promise<void>;
146
+ updatePassword({ accountAddress, existingPassword, newPassword, }: import("@dynamic-labs/wallet-connector-core").UpdatePasswordParams): Promise<void>;
178
147
  setPassword({ accountAddress, newPassword, }: {
179
148
  accountAddress: string;
180
149
  newPassword: string;