@sjts/lib-log 7.3.1 → 8.0.1

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.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/Logger.d.ts CHANGED
@@ -3,7 +3,7 @@ export type LogListener = (message: string, data?: any) => void;
3
3
  export declare class Logger {
4
4
  private level;
5
5
  private systemTags;
6
- private c;
6
+ c: any;
7
7
  private static listeners;
8
8
  set console(c: any);
9
9
  static set console(c: any);
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": "7.3.1",
4
+ "version": "8.0.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {},
16
16
  "devDependencies": {
17
- "@sjts/lib-dev": "7.3.0"
17
+ "@sjts/lib-dev": "8.0.0"
18
18
  },
19
19
  "publishConfig": {
20
20
  "access": "public"