chalk-logger-prettier 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. 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 __F__hacking_module_sce_pretty_changelog_logger_src_index_ { }
32
+ declare namespace __f__hacking_module_sce_pretty_changelog_logger_src_index_ { }
33
33
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chalk-logger-prettier",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Pretty colorized changelog-style logger with timestamps and level icons",
5
5
  "license": "MIT",
6
6
  "author": "toskypi",