@decaf-ts/logging 0.9.11 → 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 +1 -1
- package/lib/index.cjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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.
|