@dexterai/connect 0.24.0 → 0.24.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.
@@ -386,7 +386,7 @@ async function continueWithDexter(config = {}, onPhase) {
386
386
  apiBase: config.apiBase
387
387
  });
388
388
  if (result2.kind === "create") {
389
- setActiveHandle(result2.handle, config.name, result2.credentialId);
389
+ setActiveHandle(result2.handle, result2.label ?? config.name, result2.credentialId);
390
390
  } else if (result2.vault) {
391
391
  setActiveHandle(result2.vault.userHandle, result2.vault.walletLabel ?? void 0, result2.vault.credentialId);
392
392
  }
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  switchWallet,
27
27
  syncAcceptedPasskeys,
28
28
  usdToAtomic
29
- } from "./chunk-KUAVEFWT.js";
29
+ } from "./chunk-P3ZBIO7N.js";
30
30
 
31
31
  // src/agentSpend.ts
32
32
  import { PublicKey } from "@solana/web3.js";
package/dist/react.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  setActiveHandle,
18
18
  subscribe,
19
19
  switchWallet
20
- } from "./chunk-KUAVEFWT.js";
20
+ } from "./chunk-P3ZBIO7N.js";
21
21
  import {
22
22
  DexterButton,
23
23
  DexterMark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/connect",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Sign in with Dexter — passkey connector. Composes @dexterai/vault.",
5
5
  "type": "module",
6
6
  "exports": {