@decaf-ts/core 0.14.9 → 0.16.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
@@ -1,11 +1,4 @@
1
1
  "use strict";
2
- /**
3
- * @module core
4
- * @description Core module for the Decaf TypeScript framework
5
- * @summary This module provides the foundational components of the Decaf framework, including identity management,
6
- * model definitions, repository patterns, persistence layer, query building, and utility functions.
7
- * It exports functionality from various submodules and sets up the injectable registry for repository decorators.
8
- */
9
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
3
  if (k2 === undefined) k2 = k;
11
4
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -22,6 +15,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
22
15
  };
23
16
  Object.defineProperty(exports, "__esModule", { value: true });
24
17
  exports.PACKAGE_NAME = exports.VERSION = void 0;
18
+ /**
19
+ * @module core
20
+ * @description Core module for the Decaf TypeScript framework
21
+ * @summary This module provides the foundational components of the Decaf framework, including identity management,
22
+ * model definitions, repository patterns, persistence layer, query building, and utility functions.
23
+ * It exports functionality from various submodules and sets up the injectable registry for repository decorators.
24
+ */
25
+ require("./overrides/index.cjs");
25
26
  const injectables_1 = require("./repository/injectables.cjs");
26
27
  const injectable_decorators_1 = require("@decaf-ts/injectable-decorators");
27
28
  const decoration_1 = require("@decaf-ts/decoration");
@@ -49,7 +50,7 @@ __exportStar(require("./persistence/index.cjs"), exports);
49
50
  * @const VERSION
50
51
  * @memberOf module:core
51
52
  */
52
- exports.VERSION = "0.14.8";
53
+ exports.VERSION = "0.15.0";
53
54
  /**
54
55
  * @description Stores the current package version
55
56
  * @summary A constant representing the version of the core package
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;;;;;;;;;;;;;;AAEH,8DAA+D;AAC/D,2EAA8D;AAC9D,qDAAgD;AAEhD,kFAAkF;AAClF,mCAAW,CAAC,WAAW,CAAC,IAAI,iCAAmB,EAAE,CAAC,CAAC;AAEnD,4BAA4B;AAC5B,wDAA4B;AAC5B,yDAA6B;AAE7B,mDAAuB;AACvB,uDAA2B;AAC3B,yDAA6B;AAC7B,oDAAwB;AACxB,oDAAwB;AACxB,uDAA2B;AAC3B,oDAAwB;AACxB,oDAAwB;AAExB,gBAAgB;AAChB,yBAAyB;AACzB,yDAA6B;AAE7B,yBAAyB;AACzB,0DAA8B;AAE9B;;;;;GAKG;AACU,QAAA,OAAO,GAAG,aAAa,CAAC;AAErC;;;;;GAKG;AACU,QAAA,YAAY,GAAG,aAAa,CAAC;AAE1C,qBAAQ,CAAC,eAAe,CAAC,oBAAY,EAAE,eAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;;;;;GAMG;AACH,iCAAqB;AACrB,8DAA+D;AAC/D,2EAA8D;AAC9D,qDAAgD;AAEhD,kFAAkF;AAClF,mCAAW,CAAC,WAAW,CAAC,IAAI,iCAAmB,EAAE,CAAC,CAAC;AAEnD,4BAA4B;AAC5B,wDAA4B;AAC5B,yDAA6B;AAE7B,mDAAuB;AACvB,uDAA2B;AAC3B,yDAA6B;AAC7B,oDAAwB;AACxB,oDAAwB;AACxB,uDAA2B;AAC3B,oDAAwB;AACxB,oDAAwB;AAExB,gBAAgB;AAChB,yBAAyB;AACzB,yDAA6B;AAE7B,yBAAyB;AACzB,0DAA8B;AAE9B;;;;;GAKG;AACU,QAAA,OAAO,GAAG,aAAa,CAAC;AAErC;;;;;GAKG;AACU,QAAA,YAAY,GAAG,aAAa,CAAC;AAE1C,qBAAQ,CAAC,eAAe,CAAC,oBAAY,EAAE,eAAO,CAAC,CAAC"}
@@ -1,4 +1,9 @@
1
1
  "use strict";
2
+ /**
3
+ * @description Exports for the migrations module.
4
+ * @summary This file exports all the necessary components for the migrations functionality, including constants, decorators, and more.
5
+ * @module core/migrations
6
+ */
2
7
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
8
  if (k2 === undefined) k2 = k;
4
9
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -14,11 +19,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
20
  };
16
21
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * @description Exports for the migrations module.
19
- * @summary This file exports all the necessary components for the migrations functionality, including constants, decorators, and more.
20
- * @module core/migrations
21
- */
22
+ require("./../overrides/index.cjs");
22
23
  __exportStar(require("./constants.cjs"), exports);
23
24
  __exportStar(require("./decorators.cjs"), exports);
24
25
  __exportStar(require("./Migration.cjs"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,kDAA4B;AAC5B,mDAA6B;AAC7B,kDAA4B;AAC5B,yDAAmC;AACnC,6DAAuC;AACvC,uDAAiC;AACjC,oEAA8C;AAC9C,4DAAsC;AACtC,8CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;AAEH,oCAAsB;AAEtB,kDAA4B;AAC5B,mDAA6B;AAC7B,kDAA4B;AAC5B,yDAAmC;AACnC,6DAAuC;AACvC,uDAAiC;AACjC,oEAA8C;AAC9C,4DAAsC;AACtC,8CAAwB"}
@@ -19,6 +19,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  * @summary This file exports all the necessary components for the overrides functionality, including Metadata, injectables, Model, and overrides.
20
20
  * @module core/overrides
21
21
  */
22
+ require("./overrides.cjs");
22
23
  __exportStar(require("./Metadata.cjs"), exports);
23
24
  __exportStar(require("./injectables.cjs"), exports);
24
25
  __exportStar(require("./Model.cjs"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,iDAA2B;AAC3B,oDAA8B;AAC9B,8CAAwB;AACxB,kDAA4B;AAC5B,qDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,2BAAqB;AAErB,iDAA2B;AAC3B,oDAA8B;AAC9B,8CAAwB;AACxB,kDAA4B;AAC5B,qDAA+B"}
@@ -1,4 +1,9 @@
1
1
  "use strict";
2
+ /**
3
+ * @description Exports for the ram module.
4
+ * @summary This file exports all the necessary components for the ram functionality, including the RamAdapter, constants, handlers, and more.
5
+ * @module core/ram
6
+ */
2
7
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
8
  if (k2 === undefined) k2 = k;
4
9
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -14,11 +19,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
20
  };
16
21
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * @description Exports for the ram module.
19
- * @summary This file exports all the necessary components for the ram functionality, including the RamAdapter, constants, handlers, and more.
20
- * @module core/ram
21
- */
22
+ require("./../overrides/index.cjs");
22
23
  const RamAdapter_1 = require("./RamAdapter.cjs");
23
24
  // Invoked there to ensure decoration override
24
25
  RamAdapter_1.RamAdapter.decoration();
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,iDAA0C;AAE1C,8CAA8C;AAC9C,uBAAU,CAAC,UAAU,EAAE,CAAC;AAExB,kDAA4B;AAC5B,iDAA2B;AAC3B,qDAA+B;AAC/B,qDAA+B;AAC/B,8CAAwB;AACxB,0BAA0B;AAC1B,mDAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;AAEH,oCAAsB;AACtB,iDAA0C;AAE1C,8CAA8C;AAC9C,uBAAU,CAAC,UAAU,EAAE,CAAC;AAExB,kDAA4B;AAC5B,iDAA2B;AAC3B,qDAA+B;AAC/B,qDAA+B;AAC/B,8CAAwB;AACxB,0BAA0B;AAC1B,mDAA6B"}
@@ -1,4 +1,9 @@
1
1
  "use strict";
2
+ /**
3
+ * @description Exports for the tasks module.
4
+ * @summary This file exports all the necessary components for the tasks functionality, including models, builder, and more.
5
+ * @module core/tasks
6
+ */
2
7
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
8
  if (k2 === undefined) k2 = k;
4
9
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -14,11 +19,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
19
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
20
  };
16
21
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * @description Exports for the tasks module.
19
- * @summary This file exports all the necessary components for the tasks functionality, including models, builder, and more.
20
- * @module core/tasks
21
- */
22
+ require("./../overrides/index.cjs");
22
23
  __exportStar(require("./models/index.cjs"), exports);
23
24
  __exportStar(require("./builder.cjs"), exports);
24
25
  __exportStar(require("./CleanUpTask.cjs"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tasks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,qDAAyB;AACzB,gDAA0B;AAC1B,oDAA8B;AAC9B,kDAA4B;AAC5B,mDAA6B;AAC7B,gDAA0B;AAC1B,oDAA8B;AAC9B,mDAA6B;AAC7B,qDAA+B;AAC/B,yDAAmC;AACnC,oDAA8B;AAC9B,4DAAsC;AACtC,oDAA8B;AAC9B,oDAA8B;AAC9B,8CAAwB;AACxB,8CAAwB;AACxB,mDAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tasks/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;AAEH,oCAAsB;AAEtB,qDAAyB;AACzB,gDAA0B;AAC1B,oDAA8B;AAC9B,kDAA4B;AAC5B,mDAA6B;AAC7B,gDAA0B;AAC1B,oDAA8B;AAC9B,mDAA6B;AAC7B,qDAA+B;AAC/B,yDAAmC;AACnC,oDAA8B;AAC9B,4DAAsC;AACtC,oDAA8B;AAC9B,oDAA8B;AAC9B,8CAAwB;AACxB,8CAAwB;AACxB,mDAA6B"}
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ require("./../overrides/index.cjs");
17
18
  __exportStar(require("./messages.cjs"), exports);
18
19
  __exportStar(require("./TaskEngine.cjs"), exports);
19
20
  __exportStar(require("./types.cjs"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/workers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA2B;AAC3B,mDAA6B;AAC7B,8CAAwB;AACxB,8DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/workers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oCAAsB;AAEtB,iDAA2B;AAC3B,mDAA6B;AAC7B,8CAAwB;AACxB,8DAAwC"}
package/lib/esm/index.js CHANGED
@@ -5,6 +5,7 @@
5
5
  * model definitions, repository patterns, persistence layer, query building, and utility functions.
6
6
  * It exports functionality from various submodules and sets up the injectable registry for repository decorators.
7
7
  */
8
+ import "./overrides/index.js";
8
9
  import { InjectablesRegistry } from "./repository/injectables.js";
9
10
  import { Injectables } from "@decaf-ts/injectable-decorators";
10
11
  import { Metadata } from "@decaf-ts/decoration";
@@ -32,7 +33,7 @@ export * from "./persistence/index.js";
32
33
  * @const VERSION
33
34
  * @memberOf module:core
34
35
  */
35
- export const VERSION = "0.14.8";
36
+ export const VERSION = "0.15.0";
36
37
  /**
37
38
  * @description Stores the current package version
38
39
  * @summary A constant representing the version of the core package
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,oCAAiC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,kFAAkF;AAClF,WAAW,CAAC,WAAW,CAAC,IAAI,mBAAmB,EAAE,CAAC,CAAC;AAEnD,4BAA4B;AAC5B,qCAA4B;AAC5B,sCAA6B;AAE7B,gCAAuB;AACvB,oCAA2B;AAC3B,sCAA6B;AAC7B,iCAAwB;AACxB,iCAAwB;AACxB,oCAA2B;AAC3B,iCAAwB;AACxB,iCAAwB;AAExB,gBAAgB;AAChB,yBAAyB;AACzB,sCAA6B;AAE7B,yBAAyB;AACzB,uCAA8B;AAE9B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC;AAErC;;;;;GAKG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC;AAE1C,QAAQ,CAAC,eAAe,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,8BAAqB;AACrB,OAAO,EAAE,mBAAmB,EAAE,oCAAiC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAEhD,kFAAkF;AAClF,WAAW,CAAC,WAAW,CAAC,IAAI,mBAAmB,EAAE,CAAC,CAAC;AAEnD,4BAA4B;AAC5B,qCAA4B;AAC5B,sCAA6B;AAE7B,gCAAuB;AACvB,oCAA2B;AAC3B,sCAA6B;AAC7B,iCAAwB;AACxB,iCAAwB;AACxB,oCAA2B;AAC3B,iCAAwB;AACxB,iCAAwB;AAExB,gBAAgB;AAChB,yBAAyB;AACzB,sCAA6B;AAE7B,yBAAyB;AACzB,uCAA8B;AAE9B;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,aAAa,CAAC;AAErC;;;;;GAKG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAAC;AAE1C,QAAQ,CAAC,eAAe,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC"}
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the migrations functionality, including constants, decorators, and more.
4
4
  * @module core/migrations
5
5
  */
6
+ import "./../overrides/index.js";
6
7
  export * from "./constants.js";
7
8
  export * from "./decorators.js";
8
9
  export * from "./Migration.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,+BAA4B;AAC5B,gCAA6B;AAC7B,+BAA4B;AAC5B,sCAAmC;AACnC,0CAAuC;AACvC,oCAAiC;AACjC,iDAA8C;AAC9C,yCAAsC;AACtC,2BAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/migrations/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,iCAAsB;AAEtB,+BAA4B;AAC5B,gCAA6B;AAC7B,+BAA4B;AAC5B,sCAAmC;AACnC,0CAAuC;AACvC,oCAAiC;AACjC,iDAA8C;AAC9C,yCAAsC;AACtC,2BAAwB"}
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the overrides functionality, including Metadata, injectables, Model, and overrides.
4
4
  * @module core/overrides
5
5
  */
6
+ import "./overrides.js";
6
7
  export * from "./Metadata.js";
7
8
  export * from "./injectables.js";
8
9
  export * from "./Model.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,8BAA2B;AAC3B,iCAA8B;AAC9B,2BAAwB;AACxB,+BAA4B;AAC5B,kCAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAqB;AAErB,8BAA2B;AAC3B,iCAA8B;AAC9B,2BAAwB;AACxB,+BAA4B;AAC5B,kCAA+B"}
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the ram functionality, including the RamAdapter, constants, handlers, and more.
4
4
  * @module core/ram
5
5
  */
6
+ import "./../overrides/index.js";
6
7
  import { RamAdapter } from "./RamAdapter.js";
7
8
  // Invoked there to ensure decoration override
8
9
  RamAdapter.decoration();
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,UAAU,EAAE,wBAAqB;AAE1C,8CAA8C;AAC9C,UAAU,CAAC,UAAU,EAAE,CAAC;AAExB,+BAA4B;AAC5B,8BAA2B;AAC3B,kCAA+B;AAC/B,kCAA+B;AAC/B,2BAAwB;AACxB,0BAA0B;AAC1B,gCAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,iCAAsB;AACtB,OAAO,EAAE,UAAU,EAAE,wBAAqB;AAE1C,8CAA8C;AAC9C,UAAU,CAAC,UAAU,EAAE,CAAC;AAExB,+BAA4B;AAC5B,8BAA2B;AAC3B,kCAA+B;AAC/B,kCAA+B;AAC/B,2BAAwB;AACxB,0BAA0B;AAC1B,gCAA6B"}
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the tasks functionality, including models, builder, and more.
4
4
  * @module core/tasks
5
5
  */
6
+ import "./../overrides/index.js";
6
7
  export * from "./models/index.js";
7
8
  export * from "./builder.js";
8
9
  export * from "./CleanUpTask.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tasks/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,kCAAyB;AACzB,6BAA0B;AAC1B,iCAA8B;AAC9B,+BAA4B;AAC5B,gCAA6B;AAC7B,6BAA0B;AAC1B,iCAA8B;AAC9B,gCAA6B;AAC7B,kCAA+B;AAC/B,sCAAmC;AACnC,iCAA8B;AAC9B,yCAAsC;AACtC,iCAA8B;AAC9B,iCAA8B;AAC9B,2BAAwB;AACxB,2BAAwB;AACxB,gCAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tasks/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,iCAAsB;AAEtB,kCAAyB;AACzB,6BAA0B;AAC1B,iCAA8B;AAC9B,+BAA4B;AAC5B,gCAA6B;AAC7B,6BAA0B;AAC1B,iCAA8B;AAC9B,gCAA6B;AAC7B,kCAA+B;AAC/B,sCAAmC;AACnC,iCAA8B;AAC9B,yCAAsC;AACtC,iCAA8B;AAC9B,iCAA8B;AAC9B,2BAAwB;AACxB,2BAAwB;AACxB,gCAA6B"}
@@ -1,3 +1,4 @@
1
+ import "./../overrides/index.js";
1
2
  export * from "./messages.js";
2
3
  export * from "./TaskEngine.js";
3
4
  export * from "./types.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/workers/index.ts"],"names":[],"mappings":"AAAA,8BAA2B;AAC3B,gCAA6B;AAC7B,2BAAwB;AACxB,2CAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/workers/index.ts"],"names":[],"mappings":"AAAA,iCAAsB;AAEtB,8BAA2B;AAC3B,gCAA6B;AAC7B,2BAAwB;AACxB,2CAAwC"}
@@ -5,6 +5,7 @@
5
5
  * model definitions, repository patterns, persistence layer, query building, and utility functions.
6
6
  * It exports functionality from various submodules and sets up the injectable registry for repository decorators.
7
7
  */
8
+ import "./overrides";
8
9
  export * from "./overrides";
9
10
  export * from "./repository";
10
11
  export * from "./auth";
@@ -23,7 +24,7 @@ export * from "./persistence";
23
24
  * @const VERSION
24
25
  * @memberOf module:core
25
26
  */
26
- export declare const VERSION = "0.14.8";
27
+ export declare const VERSION = "0.15.0";
27
28
  /**
28
29
  * @description Stores the current package version
29
30
  * @summary A constant representing the version of the core package
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the migrations functionality, including constants, decorators, and more.
4
4
  * @module core/migrations
5
5
  */
6
+ import "../overrides";
6
7
  export * from "./constants";
7
8
  export * from "./decorators";
8
9
  export * from "./Migration";
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the overrides functionality, including Metadata, injectables, Model, and overrides.
4
4
  * @module core/overrides
5
5
  */
6
+ import "./overrides";
6
7
  export * from "./Metadata";
7
8
  export * from "./injectables";
8
9
  export * from "./Model";
@@ -1,3 +1,9 @@
1
+ /**
2
+ * @description Exports for the ram module.
3
+ * @summary This file exports all the necessary components for the ram functionality, including the RamAdapter, constants, handlers, and more.
4
+ * @module core/ram
5
+ */
6
+ import "../overrides";
1
7
  export * from "./constants";
2
8
  export * from "./handlers";
3
9
  export * from "./RamPaginator";
@@ -3,6 +3,7 @@
3
3
  * @summary This file exports all the necessary components for the tasks functionality, including models, builder, and more.
4
4
  * @module core/tasks
5
5
  */
6
+ import "../overrides";
6
7
  export * from "./models";
7
8
  export * from "./builder";
8
9
  export * from "./CleanUpTask";
@@ -1,3 +1,4 @@
1
+ import "../overrides";
1
2
  export * from "./messages";
2
3
  export * from "./TaskEngine";
3
4
  export * from "./types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decaf-ts/core",
3
- "version": "0.14.9",
3
+ "version": "0.16.0",
4
4
  "description": "Core persistence module for the decaf framework",
5
5
  "type": "module",
6
6
  "exports": {
@@ -136,6 +136,8 @@
136
136
  "module": "./lib/esm/index.js",
137
137
  "sideEffects": [
138
138
  "./lib/esm/overrides/index.js",
139
- "./lib/cjs/overrides/index.cjs"
139
+ "./lib/esm/overrides/overrides.js",
140
+ "./lib/cjs/overrides/index.cjs",
141
+ "./lib/cjs/overrides/overrides.cjs"
140
142
  ]
141
143
  }