@decaf-ts/core 0.14.9 → 0.15.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/README.md +1 -1
- package/dist/core.cjs +1 -1
- package/dist/core.cjs.map +1 -1
- package/dist/core.js +1 -1
- package/dist/core.js.map +1 -1
- package/lib/cjs/index.cjs +9 -8
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/migrations/index.cjs +6 -5
- package/lib/cjs/migrations/index.js.map +1 -1
- package/lib/cjs/ram/index.cjs +6 -5
- package/lib/cjs/ram/index.js.map +1 -1
- package/lib/cjs/tasks/index.cjs +6 -5
- package/lib/cjs/tasks/index.js.map +1 -1
- package/lib/cjs/workers/index.cjs +1 -0
- package/lib/cjs/workers/index.js.map +1 -1
- package/lib/esm/index.js +2 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/migrations/index.js +1 -0
- package/lib/esm/migrations/index.js.map +1 -1
- package/lib/esm/ram/index.js +1 -0
- package/lib/esm/ram/index.js.map +1 -1
- package/lib/esm/tasks/index.js +1 -0
- package/lib/esm/tasks/index.js.map +1 -1
- package/lib/esm/workers/index.js +1 -0
- package/lib/esm/workers/index.js.map +1 -1
- package/lib/types/index.d.ts +2 -1
- package/lib/types/migrations/index.d.ts +1 -0
- package/lib/types/ram/index.d.ts +6 -0
- package/lib/types/tasks/index.d.ts +1 -0
- package/lib/types/workers/index.d.ts +1 -0
- package/package.json +1 -1
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.
|
|
53
|
+
exports.VERSION = "0.14.9";
|
|
53
54
|
/**
|
|
54
55
|
* @description Stores the current package version
|
|
55
56
|
* @summary A constant representing the version of the core package
|
package/lib/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
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":"
|
|
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"}
|
package/lib/cjs/ram/index.cjs
CHANGED
|
@@ -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();
|
package/lib/cjs/ram/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":"
|
|
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"}
|
package/lib/cjs/tasks/index.cjs
CHANGED
|
@@ -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":"
|
|
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.
|
|
36
|
+
export const VERSION = "0.14.9";
|
|
36
37
|
/**
|
|
37
38
|
* @description Stores the current package version
|
|
38
39
|
* @summary A constant representing the version of the core package
|
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
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;
|
|
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"}
|
package/lib/esm/ram/index.js
CHANGED
|
@@ -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();
|
package/lib/esm/ram/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ram/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;
|
|
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"}
|
package/lib/esm/tasks/index.js
CHANGED
|
@@ -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;
|
|
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"}
|
package/lib/esm/workers/index.js
CHANGED
|
@@ -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"}
|
package/lib/types/index.d.ts
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";
|
|
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.
|
|
27
|
+
export declare const VERSION = "0.14.9";
|
|
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";
|
package/lib/types/ram/index.d.ts
CHANGED
|
@@ -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";
|