@xcanwin/manyoyo 5.11.13 → 5.11.14
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.
|
@@ -32,8 +32,8 @@ echo "[manyoyo] Agent CLI versions before update:"
|
|
|
32
32
|
print_agent_versions
|
|
33
33
|
|
|
34
34
|
if [ "${#update_packages[@]}" -gt 0 ]; then
|
|
35
|
-
npm config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
|
|
36
35
|
npm_config_update_notifier=false npm install -g npm@latest "${update_packages[@]}"
|
|
36
|
+
npm config set allow-scripts=@anthropic-ai/claude-code,@openai/codex,@google/gemini-cli,opencode-ai,@playwright/cli,pyright,typescript-language-server,typescript --location=user
|
|
37
37
|
else
|
|
38
38
|
echo "[manyoyo] No existing Agent CLI found; skip npm install."
|
|
39
39
|
fi
|