diff --git a/packages/cli/package.json b/packages/cli/package.json index 8cb01912..bbab5149 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@openrouter/spawn", - "version": "0.17.1", + "version": "0.17.2", "type": "module", "bin": { "spawn": "cli.js" diff --git a/packages/cli/src/gcp/gcp.ts b/packages/cli/src/gcp/gcp.ts index 894f4719..dade7cc1 100644 --- a/packages/cli/src/gcp/gcp.ts +++ b/packages/cli/src/gcp/gcp.ts @@ -1081,8 +1081,3 @@ export async function destroyInstance(name?: string): Promise { } logInfo(`Instance '${instanceName}' destroyed`); } - -// ─── Shell Quoting ────────────────────────────────────────────────────────── - -// shellQuote is now imported from shared/ui.ts and re-exported for backwards compat -export { shellQuote } from "../shared/ui";