@decaf-ts/core 0.7.57 → 0.7.58

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/index.cjs CHANGED
@@ -44,7 +44,7 @@ __exportStar(require("./ram/index.cjs"), exports);
44
44
  * @const VERSION
45
45
  * @memberOf module:core
46
46
  */
47
- exports.VERSION = "0.7.57";
47
+ exports.VERSION = "0.7.58";
48
48
  /**
49
49
  * @description Stores the current package version
50
50
  * @summary A constant representing the version of the core package
package/lib/index.d.ts CHANGED
@@ -20,7 +20,7 @@ export * from "./ram";
20
20
  * @const VERSION
21
21
  * @memberOf module:core
22
22
  */
23
- export declare const VERSION = "0.7.57";
23
+ export declare const VERSION = "0.7.58";
24
24
  /**
25
25
  * @description Stores the current package version
26
26
  * @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.7.57",
3
+ "version": "0.7.58",
4
4
  "description": "Core persistence module for the decaf framework",
5
5
  "type": "module",
6
6
  "exports": {