@storm-software/workspace-tools 1.68.2 → 1.68.3

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.
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });
@@ -220772,14 +220772,14 @@ var init_run = __esm({
220772
220772
  "packages/config-tools/src/utilities/run.ts"() {
220773
220773
  import_node_child_process = require("node:child_process");
220774
220774
  LARGE_BUFFER = 1024 * 1e6;
220775
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
220775
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
220776
220776
  return (0, import_node_child_process.execSync)(command, {
220777
220777
  cwd,
220778
220778
  env: {
220779
220779
  ...process.env,
220780
220780
  FORCE_COLOR: "true"
220781
220781
  },
220782
- stdio: "inherit",
220782
+ stdio,
220783
220783
  maxBuffer: LARGE_BUFFER,
220784
220784
  killSignal: "SIGTERM"
220785
220785
  });
@@ -218229,14 +218229,14 @@ var init_run = __esm({
218229
218229
  "packages/config-tools/src/utilities/run.ts"() {
218230
218230
  import_node_child_process = require("node:child_process");
218231
218231
  LARGE_BUFFER = 1024 * 1e6;
218232
- run = (config, command, cwd = config.workspaceRoot ?? process.cwd()) => {
218232
+ run = (config, command, cwd = config.workspaceRoot ?? process.cwd(), stdio = "inherit") => {
218233
218233
  return (0, import_node_child_process.execSync)(command, {
218234
218234
  cwd,
218235
218235
  env: {
218236
218236
  ...process.env,
218237
218237
  FORCE_COLOR: "true"
218238
218238
  },
218239
- stdio: "inherit",
218239
+ stdio,
218240
218240
  maxBuffer: LARGE_BUFFER,
218241
218241
  killSignal: "SIGTERM"
218242
218242
  });