@nsshunt/stsobservability 1.0.85 → 1.0.87

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.
@@ -6198,7 +6198,7 @@ const applyOptions = (object, options = {}) => {
6198
6198
  if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) {
6199
6199
  throw new Error("The `level` option should be an integer from 0 to 3");
6200
6200
  }
6201
- const colorLevel = stdoutColor ? stdoutColor.level : 0;
6201
+ const colorLevel = 0;
6202
6202
  object.level = options.level === void 0 ? colorLevel : options.level;
6203
6203
  };
6204
6204
  class ChalkClass2 {
@@ -6348,7 +6348,7 @@ const chalkTag = (chalk2, ...strings) => {
6348
6348
  Object.defineProperties(Chalk.prototype, styles);
6349
6349
  const chalk = Chalk();
6350
6350
  chalk.supportsColor = stdoutColor;
6351
- chalk.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
6351
+ chalk.stderr = Chalk({ level: 0 });
6352
6352
  chalk.stderr.supportsColor = stderrColor;
6353
6353
  const { accessSync, constants, readFileSync } = fs$1;
6354
6354
  const envOptions = {};