storybook 9.0.12 → 9.0.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.
@@ -36079,7 +36079,7 @@ var el = require("storybook/internal/telemetry");
36079
36079
  var Ni = require("storybook/internal/common"), aF = require("storybook/internal/node-logger"), Li = require("storybook/internal/telemetry"),
36080
36080
  uF = Y(xm(), 1);
36081
36081
  var GV = /* @__PURE__ */ s(async () => {
36082
- if (process.env.CI)
36082
+ if (process.env.CI || !process.stdout.isTTY)
36083
36083
  return;
36084
36084
  let { enableCrashReports: e } = await (0, uF.default)({
36085
36085
  type: "confirm",
@@ -36164,7 +36164,7 @@ async function XV(e, t, r) {
36164
36164
  }
36165
36165
  throw i && await Zu(a, e, t), a;
36166
36166
  } finally {
36167
- process.off("SIGINIT", o);
36167
+ process.off("SIGINT", o);
36168
36168
  }
36169
36169
  }
36170
36170
  s(XV, "withTelemetry");
@@ -36121,7 +36121,7 @@ import { HandledError as jV, cache as Vd, loadAllPresets as qV } from "storybook
36121
36121
  import { logger as $V } from "storybook/internal/node-logger";
36122
36122
  import { getPrecedingUpgrade as VV, oneWayHash as UV, telemetry as Ud } from "storybook/internal/telemetry";
36123
36123
  var WV = /* @__PURE__ */ s(async () => {
36124
- if (process.env.CI)
36124
+ if (process.env.CI || !process.stdout.isTTY)
36125
36125
  return;
36126
36126
  let { enableCrashReports: e } = await (0, hS.default)({
36127
36127
  type: "confirm",
@@ -36206,7 +36206,7 @@ async function xoe(e, t, r) {
36206
36206
  }
36207
36207
  throw i && await Wd(a, e, t), a;
36208
36208
  } finally {
36209
- process.off("SIGINIT", o);
36209
+ process.off("SIGINT", o);
36210
36210
  }
36211
36211
  }
36212
36212
  s(xoe, "withTelemetry");