@nsshunt/stsfhirclient 1.0.25 → 1.0.27
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.
package/dist/stsfhirclient.mjs
CHANGED
|
@@ -3192,7 +3192,7 @@ const applyOptions = (object, options = {}) => {
|
|
|
3192
3192
|
if (options.level && !(Number.isInteger(options.level) && options.level >= 0 && options.level <= 3)) {
|
|
3193
3193
|
throw new Error("The `level` option should be an integer from 0 to 3");
|
|
3194
3194
|
}
|
|
3195
|
-
const colorLevel =
|
|
3195
|
+
const colorLevel = 0;
|
|
3196
3196
|
object.level = options.level === void 0 ? colorLevel : options.level;
|
|
3197
3197
|
};
|
|
3198
3198
|
class ChalkClass2 {
|
|
@@ -3342,7 +3342,7 @@ const chalkTag = (chalk2, ...strings) => {
|
|
|
3342
3342
|
Object.defineProperties(Chalk.prototype, styles);
|
|
3343
3343
|
const chalk = Chalk();
|
|
3344
3344
|
chalk.supportsColor = stdoutColor;
|
|
3345
|
-
chalk.stderr = Chalk({ level:
|
|
3345
|
+
chalk.stderr = Chalk({ level: 0 });
|
|
3346
3346
|
chalk.stderr.supportsColor = stderrColor;
|
|
3347
3347
|
const { accessSync, constants, readFileSync } = fs$1;
|
|
3348
3348
|
const envOptions = {};
|