chalk-logger-prettier 1.0.2 → 1.0.4
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.
Potentially problematic release.
This version of chalk-logger-prettier might be problematic. Click here for more details.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -29,5 +29,5 @@ declare class Logger {
|
|
|
29
29
|
fatal(message: any, ...args: any[]): void;
|
|
30
30
|
log(level: any, message: any, ...args: any[]): void;
|
|
31
31
|
}
|
|
32
|
-
declare namespace
|
|
32
|
+
declare namespace __f__hacking_module_chalk_logger_prettier_pretty_changelog_logger_src_index_ { }
|
|
33
33
|
//# sourceMappingURL=index.d.ts.map
|