@dynamic-labs/stellar 4.92.0 → 4.92.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,15 @@
1
1
 
2
+ ### [4.92.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.0...v4.92.1) (2026-07-09)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **ethereum:** fire in-app-browser redirect on sign for injected EVM wallets that use in-app-browser experience ([#11888](https://github.com/dynamic-labs/dynamic-auth/issues/11888)) ([5116d91](https://github.com/dynamic-labs/dynamic-auth/commit/5116d91ab2c71000a490d72c5d278549d4d8ae9a))
8
+ * **sdk-react-core:** show clear message for Phantom redirect signing failures (v4 backport) ([#11886](https://github.com/dynamic-labs/dynamic-auth/issues/11886)) ([60ac897](https://github.com/dynamic-labs/dynamic-auth/commit/60ac897ba81f7758ccd7a05f97b619785e1f50a7))
9
+ * **social:** use redirect strategy for step-up OAuth on mobile [V4 backport] ([#11881](https://github.com/dynamic-labs/dynamic-auth/issues/11881)) ([42a202e](https://github.com/dynamic-labs/dynamic-auth/commit/42a202e6255de8db73df02eff37c0b10b24fef1a))
10
+ * **solana:** fire in-app-browser redirect on sign and wallet switch ([#11871](https://github.com/dynamic-labs/dynamic-auth/issues/11871)) ([4e2d6b7](https://github.com/dynamic-labs/dynamic-auth/commit/4e2d6b7ac8fdef5bf7c62b8a726ecaef1c6210ec))
11
+ * **solana:** resolve Phantom/Backpack provider collision and Backpack >=0.10.x connect hangs ([#11856](https://github.com/dynamic-labs/dynamic-auth/issues/11856)) ([#11882](https://github.com/dynamic-labs/dynamic-auth/issues/11882)) ([5784aff](https://github.com/dynamic-labs/dynamic-auth/commit/5784aff9641bbc85445fb466f3ab1d6a14331e73))
12
+
2
13
  ## [4.92.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.91.6...v4.92.0) (2026-07-08)
3
14
 
4
15
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.92.0";
6
+ var version = "4.92.1";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.92.0";
2
+ var version = "4.92.1";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/stellar",
3
- "version": "4.92.0",
3
+ "version": "4.92.1",
4
4
  "description": "A React SDK for implementing Stellar wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -21,15 +21,15 @@
21
21
  "@dynamic-labs-sdk/client": "1.18.0",
22
22
  "@dynamic-labs/sdk-api-core": "0.0.1067",
23
23
  "@stellar/stellar-sdk": "14.4.3",
24
- "@dynamic-labs/wallet-connector-core": "4.92.0",
25
- "@dynamic-labs/assert-package-version": "4.92.0",
24
+ "@dynamic-labs/wallet-connector-core": "4.92.1",
25
+ "@dynamic-labs/assert-package-version": "4.92.1",
26
26
  "@lobstrco/signer-extension-api": "2.0.0",
27
27
  "@stellar/freighter-api": "6.0.1",
28
- "@dynamic-labs/logger": "4.92.0",
29
- "@dynamic-labs/types": "4.92.0",
30
- "@dynamic-labs/utils": "4.92.0",
31
- "@dynamic-labs/waas": "4.92.0",
32
- "@dynamic-labs/wallet-book": "4.92.0",
28
+ "@dynamic-labs/logger": "4.92.1",
29
+ "@dynamic-labs/types": "4.92.1",
30
+ "@dynamic-labs/utils": "4.92.1",
31
+ "@dynamic-labs/waas": "4.92.1",
32
+ "@dynamic-labs/wallet-book": "4.92.1",
33
33
  "eventemitter3": "5.0.1"
34
34
  },
35
35
  "peerDependencies": {}
@@ -31,7 +31,9 @@ declare const DynamicWaasStellarConnector_base: (abstract new (...args: any[]) =
31
31
  baseClientKeysharesRelayApiUrl?: string | undefined;
32
32
  dynamicWaasClient: import("@dynamic-labs-wallet/browser-wallet-client").DynamicWalletClient | undefined;
33
33
  revokeSignedSession: (() => void) | undefined;
34
- chainName: string;
34
+ chainName: string; /**
35
+ * @param props - Constructor properties including walletUiUtils
36
+ */
35
37
  authMode: "cookie" | "header";
36
38
  logger: Logger;
37
39
  __exportHandler: import("@dynamic-labs/waas").WaasExportHandler;
@@ -143,13 +145,7 @@ declare const DynamicWaasStellarConnector_base: (abstract new (...args: any[]) =
143
145
  isICloudAuthenticated(): Promise<boolean>;
144
146
  refreshWalletAccountShares({ accountAddress, password, }: {
145
147
  accountAddress: string;
146
- password?: string | undefined; /**
147
- * Internal method to sign a message with MFA token
148
- * @param message - The message to sign
149
- * @returns The signed message as a string
150
- * @throws {DynamicError} If active account address is not set
151
- * @throws {DynamicError} If signed session ID is not available
152
- */
148
+ password?: string | undefined;
153
149
  }): Promise<void>;
154
150
  reshareWalletAccountShares({ accountAddress, thresholdSignatureScheme, password, }: {
155
151
  accountAddress: string;
@@ -169,8 +165,9 @@ declare const DynamicWaasStellarConnector_base: (abstract new (...args: any[]) =
169
165
  accountAddress: string;
170
166
  newPassword: string;
171
167
  }): Promise<void>;
172
- signRawMessage({ accountAddress, message, password, }: {
168
+ signRawMessage({ accountAddress, context, message, password, }: {
173
169
  accountAddress: string;
170
+ context?: SignMessageContext | undefined;
174
171
  message: string;
175
172
  password?: string | undefined;
176
173
  }): Promise<string>;
@@ -181,6 +178,9 @@ declare const DynamicWaasStellarConnector_base: (abstract new (...args: any[]) =
181
178
  getWalletRecoveryState({ accountAddress, }: {
182
179
  accountAddress: string;
183
180
  }): Promise<import("@dynamic-labs-wallet/browser-wallet-client").WalletRecoveryState>;
181
+ /**
182
+ * Ends the current session and clears the active account address
183
+ */
184
184
  endSession(reason?: LogoutReason | undefined): Promise<void>;
185
185
  getActiveAccountAddress(): Promise<string | undefined>;
186
186
  getConnectedAccounts(): Promise<string[]>;