@spira-lab/cli 0.0.6 → 0.0.8
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 +5 -5
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20133,8 +20133,7 @@ var cliAiModelDocs = [
|
|
|
20133
20133
|
"description": "Output aspect ratio.",
|
|
20134
20134
|
"values": [
|
|
20135
20135
|
"16:9",
|
|
20136
|
-
"9:16"
|
|
20137
|
-
"1:1"
|
|
20136
|
+
"9:16"
|
|
20138
20137
|
],
|
|
20139
20138
|
"defaultValue": "16:9"
|
|
20140
20139
|
},
|
|
@@ -20193,6 +20192,7 @@ var cliAiModelDocs = [
|
|
|
20193
20192
|
}
|
|
20194
20193
|
],
|
|
20195
20194
|
"notes": [
|
|
20195
|
+
"Veo 3.1 supports 16:9 and 9:16 output aspect ratios.",
|
|
20196
20196
|
"referenceVideo and referenceAudio are not supported.",
|
|
20197
20197
|
"image_to_video is not a supported generationType; use reference_to_video with one or more referenceImage URLs.",
|
|
20198
20198
|
"first_last_frames_to_video requires exactly 2 referenceImage URLs.",
|
|
@@ -21612,7 +21612,7 @@ async function refreshSessionCookies(session, headers) {
|
|
|
21612
21612
|
}
|
|
21613
21613
|
|
|
21614
21614
|
// src/auth/config.ts
|
|
21615
|
-
var DEFAULT_BASE_URL = "
|
|
21615
|
+
var DEFAULT_BASE_URL = "https://spira.ai";
|
|
21616
21616
|
var CONFIG_PATH = (0, import_node_path2.join)(CONFIG_DIR, "config.json");
|
|
21617
21617
|
async function readConfig() {
|
|
21618
21618
|
try {
|
|
@@ -22865,8 +22865,8 @@ function renderCommandIndex() {
|
|
|
22865
22865
|
`;
|
|
22866
22866
|
}
|
|
22867
22867
|
async function packageVersion() {
|
|
22868
|
-
if ("0.0.
|
|
22869
|
-
return "0.0.
|
|
22868
|
+
if ("0.0.8".length > 0) {
|
|
22869
|
+
return "0.0.8";
|
|
22870
22870
|
}
|
|
22871
22871
|
try {
|
|
22872
22872
|
const packageUrl = new URL("../package.json", import_meta.url);
|