@decaf-ts/logging 0.10.6 → 0.10.8

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/lib/esm/index.js CHANGED
@@ -22,7 +22,7 @@ export * from "styled-string-builder";
22
22
  * @type {string}
23
23
  * @memberOf module:Logging
24
24
  */
25
- export const VERSION = "0.10.5";
25
+ export const VERSION = "0.10.7";
26
26
  /**
27
27
  * @description Current package version string.
28
28
  * @summary Stores the package version for diagnostics and compatibility checks.
package/lib/index.cjs CHANGED
@@ -39,7 +39,7 @@ __exportStar(require("styled-string-builder"), exports);
39
39
  * @type {string}
40
40
  * @memberOf module:Logging
41
41
  */
42
- exports.VERSION = "0.10.5";
42
+ exports.VERSION = "0.10.7";
43
43
  /**
44
44
  * @description Current package version string.
45
45
  * @summary Stores the package version for diagnostics and compatibility checks.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/logging",
3
- "version": "0.10.6",
3
+ "version": "0.10.8",
4
4
  "description": "simple winston inspired wrapper for cross lib logging",
5
5
  "type": "module",
6
6
  "exports": {