@decaf-ts/core 0.8.18 → 0.8.19

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.
@@ -21,7 +21,7 @@ export * from "./persistence";
21
21
  * @const VERSION
22
22
  * @memberOf module:core
23
23
  */
24
- export declare const VERSION = "0.8.18";
24
+ export declare const VERSION = "0.8.19";
25
25
  /**
26
26
  * @description Stores the current package version
27
27
  * @summary A constant representing the version of the core package
package/lib/esm/index.js CHANGED
@@ -31,7 +31,7 @@ export * from "./persistence/index.js";
31
31
  * @const VERSION
32
32
  * @memberOf module:core
33
33
  */
34
- export const VERSION = "0.8.18";
34
+ export const VERSION = "0.8.19";
35
35
  /**
36
36
  * @description Stores the current package version
37
37
  * @summary A constant representing the version of the core package
@@ -2,3 +2,4 @@ export * from "./ContextualLoggedClass";
2
2
  export * from "./decorators";
3
3
  export * from "./errors";
4
4
  export * from "./utils";
5
+ export * from "./types";
@@ -2,4 +2,5 @@ export * from "./ContextualLoggedClass.js";
2
2
  export * from "./decorators.js";
3
3
  export * from "./errors.js";
4
4
  export * from "./utils.js";
5
+ export * from "./types.js";
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,2CAAwC;AACxC,gCAA6B;AAC7B,4BAAyB;AACzB,2BAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,2CAAwC;AACxC,gCAA6B;AAC7B,4BAAyB;AACzB,2BAAwB;AACxB,2BAAuB"}
package/lib/index.cjs CHANGED
@@ -48,7 +48,7 @@ __exportStar(require("./persistence/index.cjs"), exports);
48
48
  * @const VERSION
49
49
  * @memberOf module:core
50
50
  */
51
- exports.VERSION = "0.8.18";
51
+ exports.VERSION = "0.8.19";
52
52
  /**
53
53
  * @description Stores the current package version
54
54
  * @summary A constant representing the version of the core package
package/lib/index.d.ts CHANGED
@@ -21,7 +21,7 @@ export * from "./persistence";
21
21
  * @const VERSION
22
22
  * @memberOf module:core
23
23
  */
24
- export declare const VERSION = "0.8.18";
24
+ export declare const VERSION = "0.8.19";
25
25
  /**
26
26
  * @description Stores the current package version
27
27
  * @summary A constant representing the version of the core package
@@ -18,4 +18,5 @@ __exportStar(require("./ContextualLoggedClass.cjs"), exports);
18
18
  __exportStar(require("./decorators.cjs"), exports);
19
19
  __exportStar(require("./errors.cjs"), exports);
20
20
  __exportStar(require("./utils.cjs"), exports);
21
+ __exportStar(require("./types.cjs"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -2,3 +2,4 @@ export * from "./ContextualLoggedClass";
2
2
  export * from "./decorators";
3
3
  export * from "./errors";
4
4
  export * from "./utils";
5
+ export * from "./types";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAAwC;AACxC,mDAA6B;AAC7B,+CAAyB;AACzB,8CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAAwC;AACxC,mDAA6B;AAC7B,+CAAyB;AACzB,8CAAwB;AACxB,8CAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/core",
3
- "version": "0.8.18",
3
+ "version": "0.8.19",
4
4
  "description": "Core persistence module for the decaf framework",
5
5
  "type": "module",
6
6
  "exports": {