@decaf-ts/utils 0.12.2 → 0.12.3

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.
@@ -27,7 +27,7 @@ export * from "./release-chain";
27
27
  * @const VERSION
28
28
  * @memberOf module:utils
29
29
  */
30
- export declare const VERSION = "0.12.1";
30
+ export declare const VERSION = "0.12.2";
31
31
  /**
32
32
  * @description Represents the current version of the module.
33
33
  * @summary Stores the version for the @decaf-ts/utils package. The build replaces
package/lib/esm/index.js CHANGED
@@ -27,7 +27,7 @@ export * from "./release-chain/index.js";
27
27
  * @const VERSION
28
28
  * @memberOf module:utils
29
29
  */
30
- export const VERSION = "0.12.1";
30
+ export const VERSION = "0.12.2";
31
31
  /**
32
32
  * @description Represents the current version of the module.
33
33
  * @summary Stores the version for the @decaf-ts/utils package. The build replaces
package/lib/index.cjs CHANGED
@@ -44,7 +44,7 @@ __exportStar(require("./release-chain/index.cjs"), exports);
44
44
  * @const VERSION
45
45
  * @memberOf module:utils
46
46
  */
47
- exports.VERSION = "0.12.1";
47
+ exports.VERSION = "0.12.2";
48
48
  /**
49
49
  * @description Represents the current version of the module.
50
50
  * @summary Stores the version for the @decaf-ts/utils package. The build replaces
package/lib/index.d.ts CHANGED
@@ -27,7 +27,7 @@ export * from "./release-chain";
27
27
  * @const VERSION
28
28
  * @memberOf module:utils
29
29
  */
30
- export declare const VERSION = "0.12.1";
30
+ export declare const VERSION = "0.12.2";
31
31
  /**
32
32
  * @description Represents the current version of the module.
33
33
  * @summary Stores the version for the @decaf-ts/utils package. The build replaces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/utils",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "module management utils for decaf-ts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -118,7 +118,7 @@
118
118
  "globals": "^16.0.0",
119
119
  "jest": "^30.2.0",
120
120
  "jest-html-reporters": "^3.1.7",
121
- "jest-junit": "^16.0.0",
121
+ "jest-junit": "^17.0.0",
122
122
  "jsdoc": "^4.0.4",
123
123
  "jsdoc-mermaid": "^1.0.0",
124
124
  "markdown-include": "^0.4.3",