@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.
|
@@ -6207,7 +6207,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
6207
6207
|
if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) {
|
|
6208
6208
|
throw new Error("The `level` option should be an integer from 0 to 3");
|
|
6209
6209
|
}
|
|
6210
|
-
const colorLevel =
|
|
6210
|
+
const colorLevel = 0;
|
|
6211
6211
|
object.level = options.level === void 0 ? colorLevel : options.level;
|
|
6212
6212
|
};
|
|
6213
6213
|
class ChalkClass {
|
|
@@ -6357,7 +6357,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
6357
6357
|
Object.defineProperties(Chalk.prototype, styles);
|
|
6358
6358
|
const chalk = Chalk();
|
|
6359
6359
|
chalk.supportsColor = stdoutColor;
|
|
6360
|
-
chalk.stderr = Chalk({ level:
|
|
6360
|
+
chalk.stderr = Chalk({ level: 0 });
|
|
6361
6361
|
chalk.stderr.supportsColor = stderrColor;
|
|
6362
6362
|
const { accessSync, constants, readFileSync } = fs__namespace;
|
|
6363
6363
|
const envOptions = {};
|