@decaf-ts/db-decorators 0.9.4 → 0.9.6
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 +1 -1
- package/lib/cjs/overrides/index.cjs +1 -1
- package/lib/cjs/overrides/index.js.map +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/overrides/index.js +1 -1
- package/lib/esm/overrides/index.js.map +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/overrides/index.d.ts +1 -1
- package/package.json +3 -1
package/lib/cjs/index.cjs
CHANGED
|
@@ -34,7 +34,7 @@ __exportStar(require("./validation/index.cjs"), exports);
|
|
|
34
34
|
* @const VERSION
|
|
35
35
|
* @memberOf module:db-decorators
|
|
36
36
|
*/
|
|
37
|
-
exports.VERSION = "0.9.
|
|
37
|
+
exports.VERSION = "0.9.5";
|
|
38
38
|
exports.PACKAGE_NAME = "@decaf-ts/db-decorators";
|
|
39
39
|
decoration_1.Metadata.registerLibrary(exports.PACKAGE_NAME, exports.VERSION);
|
|
40
40
|
//# sourceMappingURL=index.js.map
|
|
@@ -19,8 +19,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
19
19
|
* @summary This file exports all the necessary components for the overrides functionality, including Model, overrides, and Metadata.
|
|
20
20
|
* @module db-decorators/overrides
|
|
21
21
|
*/
|
|
22
|
+
require("./overrides.cjs");
|
|
22
23
|
__exportStar(require("./Model.cjs"), exports);
|
|
23
|
-
__exportStar(require("./overrides.cjs"), exports);
|
|
24
24
|
__exportStar(require("./Metadata.cjs"), exports);
|
|
25
25
|
__exportStar(require("./ModelBuilderExtensions.cjs"), exports);
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,8CAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,2BAAqB;AAErB,8CAAwB;AACxB,iDAA2B;AAC3B,+DAAyC"}
|
package/lib/esm/index.js
CHANGED
|
@@ -17,7 +17,7 @@ export * from "./validation/index.js";
|
|
|
17
17
|
* @const VERSION
|
|
18
18
|
* @memberOf module:db-decorators
|
|
19
19
|
*/
|
|
20
|
-
export const VERSION = "0.9.
|
|
20
|
+
export const VERSION = "0.9.5";
|
|
21
21
|
export const PACKAGE_NAME = "@decaf-ts/db-decorators";
|
|
22
22
|
Metadata.registerLibrary(PACKAGE_NAME, VERSION);
|
|
23
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* @summary This file exports all the necessary components for the overrides functionality, including Model, overrides, and Metadata.
|
|
4
4
|
* @module db-decorators/overrides
|
|
5
5
|
*/
|
|
6
|
+
import "./overrides.js";
|
|
6
7
|
export * from "./Model.js";
|
|
7
|
-
export * from "./overrides.js";
|
|
8
8
|
export * from "./Metadata.js";
|
|
9
9
|
export * from "./ModelBuilderExtensions.js";
|
|
10
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,2BAAwB;AACxB
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/overrides/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAqB;AAErB,2BAAwB;AACxB,8BAA2B;AAC3B,4CAAyC"}
|
package/lib/types/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @summary This file exports all the necessary components for the overrides functionality, including Model, overrides, and Metadata.
|
|
4
4
|
* @module db-decorators/overrides
|
|
5
5
|
*/
|
|
6
|
+
import "./overrides";
|
|
6
7
|
export * from "./Model";
|
|
7
|
-
export * from "./overrides";
|
|
8
8
|
export * from "./Metadata";
|
|
9
9
|
export * from "./ModelBuilderExtensions";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decaf-ts/db-decorators",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
4
4
|
"description": "Agnostic database decorators and repository",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -93,8 +93,10 @@
|
|
|
93
93
|
"module": "./lib/esm/index.js",
|
|
94
94
|
"sideEffects": [
|
|
95
95
|
"./lib/esm/overrides/index.js",
|
|
96
|
+
"./lib/esm/overrides/overrides.js",
|
|
96
97
|
"./lib/esm/validation/validation.js",
|
|
97
98
|
"./lib/cjs/overrides/index.cjs",
|
|
99
|
+
"./lib/cjs/overrides/overrides.cjs",
|
|
98
100
|
"./lib/cjs/validation/validation.cjs"
|
|
99
101
|
]
|
|
100
102
|
}
|