@spira-lab/cli 0.0.7 → 0.0.9

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/index.cjs +3 -3
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -21605,7 +21605,7 @@ async function refreshSessionCookies(session, headers) {
21605
21605
  }
21606
21606
 
21607
21607
  // src/auth/config.ts
21608
- var DEFAULT_BASE_URL = "http://localhost:3000";
21608
+ var DEFAULT_BASE_URL = "https://spira.ai";
21609
21609
  var CONFIG_PATH = (0, import_node_path2.join)(CONFIG_DIR, "config.json");
21610
21610
  async function readConfig() {
21611
21611
  try {
@@ -22868,8 +22868,8 @@ function renderCommandIndex() {
22868
22868
  `;
22869
22869
  }
22870
22870
  async function packageVersion() {
22871
- if ("0.0.7".length > 0) {
22872
- return "0.0.7";
22871
+ if ("0.0.9".length > 0) {
22872
+ return "0.0.9";
22873
22873
  }
22874
22874
  try {
22875
22875
  const packageUrl = new URL("../package.json", import_meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spira-lab/cli",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "Command line client for Spira.",
5
5
  "type": "module",
6
6
  "bin": {