@dexterai/connect 0.24.2 → 0.24.4

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.
Files changed (2) hide show
  1. package/dist/react.js +5 -2
  2. package/package.json +1 -1
package/dist/react.js CHANGED
@@ -658,7 +658,10 @@ var APPINSTALL_CSS = `
658
658
  .dx-appbtn:active{ transform:translateY(0); }
659
659
  .dx-appbtn:focus-visible{ outline:none; box-shadow:0 0 0 3px color-mix(in srgb,var(--dx-ember,#f26c18) 38%,transparent); }
660
660
  .dx-appbtn--block{ width:100%; justify-content:flex-start; }
661
- .dx-appbtn__logo{ width:18px; height:18px; display:block; flex:none; }
661
+ .dx-appbtn__logo{
662
+ width:22px; height:22px; display:block; flex:none; box-sizing:border-box;
663
+ background:#fff; padding:3px; border-radius:var(--dx-radius,0px);
664
+ }
662
665
  .dx-appbtn__copied{ color:var(--dx-ember,#f26c18); }
663
666
  `;
664
667
  function ensureAppInstallStyles() {
@@ -684,7 +687,7 @@ function vscodeInstallUrl(name, mcpUrl) {
684
687
  return `vscode:mcp/install?${encodeURIComponent(JSON.stringify({ name, type: "http", url: mcpUrl }))}`;
685
688
  }
686
689
  function hermesInstallCommand(name, mcpUrl) {
687
- return `hermes mcp add ${name} --url ${mcpUrl} --auth oauth`;
690
+ return `hermes mcp add ${name} --url ${mcpUrl}`;
688
691
  }
689
692
  function claudeCodeInstallCommand(name, mcpUrl) {
690
693
  return `claude mcp add --transport http ${name} ${mcpUrl}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/connect",
3
- "version": "0.24.2",
3
+ "version": "0.24.4",
4
4
  "description": "Sign in with Dexter — passkey connector. Composes @dexterai/vault.",
5
5
  "type": "module",
6
6
  "exports": {