Skip to content

Commit 875985d

Browse files
committed
update toolbox npx version
1 parent e552b3b commit 875985d

51 files changed

Lines changed: 51 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

skills/cloud-sql-postgres-admin/scripts/clone_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/create_database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/create_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/create_user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/get_instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/list_databases.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/list_instances.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-admin/scripts/wait_for_operation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-data/scripts/execute_sql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

skills/cloud-sql-postgres-data/scripts/list_indexes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function main() {
8787

8888
const command = os.platform() === 'win32' ? 'npx.cmd' : 'npx';
8989
const processedArgs = os.platform() === 'win32' ? args.map(arg => arg.includes('"') ? '"' + arg.replace(/"/g, '""') + '"' : arg) : args;
90-
const npxArgs = ["--yes", "@toolbox-sdk/server@0.32.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
90+
const npxArgs = ["--yes", "@toolbox-sdk/server@1.0.0", "--log-level", "error", ...configArgs, "invoke", toolName, "--user-agent-metadata", userAgent, ...processedArgs];
9191

9292
const child = spawn(command, npxArgs, { shell: os.platform() === 'win32', stdio: 'inherit', env });
9393

0 commit comments

Comments
 (0)