@decaf-ts/core 0.23.0 → 0.24.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/cjs/index.cjs CHANGED
@@ -50,7 +50,7 @@ __exportStar(require("./persistence/index.cjs"), exports);
50
50
  * @const VERSION
51
51
  * @memberOf module:core
52
52
  */
53
- exports.VERSION = "0.22.0";
53
+ exports.VERSION = "0.23.0";
54
54
  /**
55
55
  * @description Stores the current package version
56
56
  * @summary A constant representing the version of the core package
package/lib/esm/index.js CHANGED
@@ -33,7 +33,7 @@ export * from "./persistence/index.js";
33
33
  * @const VERSION
34
34
  * @memberOf module:core
35
35
  */
36
- export const VERSION = "0.22.0";
36
+ export const VERSION = "0.23.0";
37
37
  /**
38
38
  * @description Stores the current package version
39
39
  * @summary A constant representing the version of the core package
@@ -24,7 +24,7 @@ export * from "./persistence/index.cjs";
24
24
  * @const VERSION
25
25
  * @memberOf module:core
26
26
  */
27
- export declare const VERSION = "0.22.0";
27
+ export declare const VERSION = "0.23.0";
28
28
  /**
29
29
  * @description Stores the current package version
30
30
  * @summary A constant representing the version of the core package
@@ -24,7 +24,7 @@ export * from "./persistence/index.js";
24
24
  * @const VERSION
25
25
  * @memberOf module:core
26
26
  */
27
- export declare const VERSION = "0.22.0";
27
+ export declare const VERSION = "0.23.0";
28
28
  /**
29
29
  * @description Stores the current package version
30
30
  * @summary A constant representing the version of the core package
@@ -24,7 +24,7 @@ export * from "./persistence";
24
24
  * @const VERSION
25
25
  * @memberOf module:core
26
26
  */
27
- export declare const VERSION = "0.22.0";
27
+ export declare const VERSION = "0.23.0";
28
28
  /**
29
29
  * @description Stores the current package version
30
30
  * @summary A constant representing the version of the core package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/core",
3
- "version": "0.23.0",
3
+ "version": "0.24.0",
4
4
  "description": "Core persistence module for the decaf framework",
5
5
  "type": "module",
6
6
  "exports": {