@xcanwin/manyoyo 5.10.4 → 5.10.5

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.
@@ -478,7 +478,7 @@ async function updateAgentsInExistingImage(ctx, fullImageTag) {
478
478
  const { RED, GREEN, YELLOW, BLUE, CYAN, NC } = ctx.colors;
479
479
  const containerName = ctx.agentUpdateContainerName || createAgentUpdateContainerName();
480
480
  let updateTargets = resolveAgentUpdateTargets(ctx.imageTool);
481
- const updateScriptPath = path.join(ctx.rootDir, 'docker', 'res', 'update-agents.sh');
481
+ const updateScriptPath = path.join(ctx.rootDir, 'docker', 'res', 'agent', 'update-agents.sh');
482
482
  const cleanupArgs = ['rm', '-f', containerName];
483
483
  let imageConfig = {};
484
484
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcanwin/manyoyo",
3
- "version": "5.10.4",
3
+ "version": "5.10.5",
4
4
  "imageVersion": "1.9.0-common",
5
5
  "playwrightCliVersion": "0.1.1",
6
6
  "description": "AI Agent CLI Security Sandbox for Docker and Podman",