vibora 7.3.1 → 7.4.0
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/bin/vibora.js +1 -1
- package/package.json +1 -1
- package/server/index.js +1 -0
package/bin/vibora.js
CHANGED
|
@@ -32629,7 +32629,7 @@ function installUv() {
|
|
|
32629
32629
|
var package_default = {
|
|
32630
32630
|
name: "vibora",
|
|
32631
32631
|
private: true,
|
|
32632
|
-
version: "7.
|
|
32632
|
+
version: "7.4.0",
|
|
32633
32633
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
32634
32634
|
license: "PolyForm-Shield-1.0.0",
|
|
32635
32635
|
type: "module",
|
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -177883,6 +177883,7 @@ async function stackDeploy(options, onOutput) {
|
|
|
177883
177883
|
}
|
|
177884
177884
|
log2.deploy.info("Deploying stack", { stackName: options.stackName });
|
|
177885
177885
|
const args = ["stack", "deploy"];
|
|
177886
|
+
args.push("--resolve-image", "always");
|
|
177886
177887
|
const composeFile = options.composeFile || "docker-compose.yml";
|
|
177887
177888
|
args.push("-c", composeFile);
|
|
177888
177889
|
args.push(options.stackName);
|