@sjts/lib-log 31.1.3 → 31.1.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.
Files changed (2) hide show
  1. package/dist/Logger.js +1 -1
  2. package/package.json +1 -1
package/dist/Logger.js CHANGED
@@ -165,7 +165,7 @@ export class Logger {
165
165
  const msg = initiated
166
166
  ? Logger.indentMessage(`${green}${duration}ms${reset}`)
167
167
  : Logger.indentMessage(`${blue}${italic}${key}${reset} - ${green}${duration}ms${reset}`);
168
- this.instance.c.log(msg);
168
+ this.info(msg);
169
169
  }
170
170
  static initProfiles() {
171
171
  Object.values(Logger._openProfiles)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sjts/lib-log",
3
3
  "description": "The Steve James Typescript Log package",
4
- "version": "31.1.3",
4
+ "version": "31.1.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",