@decaf-ts/logging 0.9.10 → 0.10.0

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
@@ -21,7 +21,7 @@ export * from "./utils.js";
21
21
  * @type {string}
22
22
  * @memberOf module:Logging
23
23
  */
24
- export const VERSION = "0.9.9";
24
+ export const VERSION = "0.9.11";
25
25
  /**
26
26
  * @description Current package version string.
27
27
  * @summary Stores the package version for diagnostics and compatibility checks.
package/lib/index.cjs CHANGED
@@ -38,7 +38,7 @@ __exportStar(require("./utils.cjs"), exports);
38
38
  * @type {string}
39
39
  * @memberOf module:Logging
40
40
  */
41
- exports.VERSION = "0.9.9";
41
+ exports.VERSION = "0.9.11";
42
42
  /**
43
43
  * @description Current package version string.
44
44
  * @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.9.10",
3
+ "version": "0.10.0",
4
4
  "description": "simple winston inspired wrapper for cross lib logging",
5
5
  "type": "module",
6
6
  "exports": {