@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.
- package/dist/index.cjs +3 -3
- 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 = "
|
|
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.
|
|
22872
|
-
return "0.0.
|
|
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);
|