@xcanwin/manyoyo 5.7.8 → 5.7.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/bin/manyoyo.js +1 -1
  2. package/package.json +1 -1
package/bin/manyoyo.js CHANGED
@@ -857,7 +857,7 @@ function updateManyoyo() {
857
857
 
858
858
  console.log(`${CYAN}🔄 当前版本: ${currentVersion}${NC}`);
859
859
  console.log(`${CYAN}🔄 正在更新 ${MANYOYO_NAME} 到最新版本...${NC}`);
860
- runCmd('npm', ['update', '-g', '@xcanwin/manyoyo'], { stdio: 'inherit' });
860
+ runCmd('npm', ['update', '-g', '@xcanwin/manyoyo', '--prefer-online'], { stdio: 'inherit' });
861
861
 
862
862
  // 升级后获取新版本
863
863
  let newVersion = 'unknown';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcanwin/manyoyo",
3
- "version": "5.7.8",
3
+ "version": "5.7.9",
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",