getmosaic 0.1.1 → 0.1.2

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/bin/mosaic.sh +1 -1
  2. package/package.json +1 -1
package/bin/mosaic.sh CHANGED
@@ -26,7 +26,7 @@ case "$COMMAND" in
26
26
  echo " Step 1 — Create a Hyperspell account and generate an API key."
27
27
  echo " Opening https://app.hyperspell.ai/api-keys in your browser..."
28
28
  echo ""
29
- open "https://app.hyperspell.ai/api-keys" 2>/dev/null || xdg-open "https://app.hyperspell.ai/api-keys" 2>/dev/null || true
29
+ open "https://app.hyperspell.com/dashboard" 2>/dev/null || xdg-open "https://app.hyperspell.com/dashboard" 2>/dev/null || true
30
30
  echo " Once you have your API key, paste it below."
31
31
  echo ""
32
32
  printf " Hyperspell API key: "
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "getmosaic",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Market intelligence agent — distills signals from your team and the market into strategic clarity",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",