@likec4/log 1.20.0 → 1.20.2

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/index.d.cts CHANGED
@@ -397,7 +397,7 @@ declare class Consola {
397
397
  * @param {ConsolaReporter} reporter - The reporter to remove. See {@link ConsolaReporter}.
398
398
  * @returns {Consola} The current Consola instance.
399
399
  */
400
- removeReporter(reporter: ConsolaReporter): this | ConsolaReporter[];
400
+ removeReporter(reporter: ConsolaReporter): ConsolaReporter[] | this;
401
401
  /**
402
402
  * Replaces all reporters of the Consola instance with the specified array of reporters.
403
403
  *
package/dist/index.d.mts CHANGED
@@ -397,7 +397,7 @@ declare class Consola {
397
397
  * @param {ConsolaReporter} reporter - The reporter to remove. See {@link ConsolaReporter}.
398
398
  * @returns {Consola} The current Consola instance.
399
399
  */
400
- removeReporter(reporter: ConsolaReporter): this | ConsolaReporter[];
400
+ removeReporter(reporter: ConsolaReporter): ConsolaReporter[] | this;
401
401
  /**
402
402
  * Replaces all reporters of the Consola instance with the specified array of reporters.
403
403
  *
package/dist/index.d.ts CHANGED
@@ -397,7 +397,7 @@ declare class Consola {
397
397
  * @param {ConsolaReporter} reporter - The reporter to remove. See {@link ConsolaReporter}.
398
398
  * @returns {Consola} The current Consola instance.
399
399
  */
400
- removeReporter(reporter: ConsolaReporter): this | ConsolaReporter[];
400
+ removeReporter(reporter: ConsolaReporter): ConsolaReporter[] | this;
401
401
  /**
402
402
  * Replaces all reporters of the Consola instance with the specified array of reporters.
403
403
  *