@hg-ts/knex 0.2.25 → 0.2.26
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/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +23 -23
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import * as eventMigration from './event.migration';
|
|
1
2
|
export * from './knex.module';
|
|
2
3
|
export * from './knex.service';
|
|
3
4
|
export * from './external-config';
|
|
4
5
|
export * from './test-containers';
|
|
5
6
|
export * from './knex.repository';
|
|
6
7
|
export * from './event.knex.repository';
|
|
8
|
+
export { eventMigration };
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAElC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,cAAc,MAAM,mBAAmB,CAAC;AAEpD,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAElC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AAExC,OAAO,EAAE,cAAc,EAAE,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.eventMigration = void 0;
|
|
3
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const eventMigration = tslib_1.__importStar(require("./event.migration"));
|
|
6
|
+
exports.eventMigration = eventMigration;
|
|
4
7
|
tslib_1.__exportStar(require("./knex.module"), exports);
|
|
5
8
|
tslib_1.__exportStar(require("./knex.service"), exports);
|
|
6
9
|
tslib_1.__exportStar(require("./external-config"), exports);
|
package/dist/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,0EAAoD;AAU3C,wCAAc;AARvB,wDAA8B;AAC9B,yDAA+B;AAC/B,4DAAkC;AAClC,4DAAkC;AAElC,4DAAkC;AAClC,kEAAwC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/knex",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"lint:ts:fix": "lint-ts --fix"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@hg-ts-config/typescript": "0.2.
|
|
19
|
-
"@hg-ts/async-context": "0.2.
|
|
20
|
-
"@hg-ts/config-loader": "0.2.
|
|
21
|
-
"@hg-ts/domain": "0.2.
|
|
22
|
-
"@hg-ts/events": "0.2.
|
|
23
|
-
"@hg-ts/exception": "0.2.
|
|
24
|
-
"@hg-ts/execution-mode": "0.2.
|
|
25
|
-
"@hg-ts/linter": "0.2.
|
|
26
|
-
"@hg-ts/logger": "0.2.
|
|
27
|
-
"@hg-ts/repository": "0.2.
|
|
28
|
-
"@hg-ts/tests": "0.2.
|
|
29
|
-
"@hg-ts/types": "0.2.
|
|
30
|
-
"@hg-ts/validation": "0.2.
|
|
18
|
+
"@hg-ts-config/typescript": "0.2.26",
|
|
19
|
+
"@hg-ts/async-context": "0.2.26",
|
|
20
|
+
"@hg-ts/config-loader": "0.2.26",
|
|
21
|
+
"@hg-ts/domain": "0.2.26",
|
|
22
|
+
"@hg-ts/events": "0.2.26",
|
|
23
|
+
"@hg-ts/exception": "0.2.26",
|
|
24
|
+
"@hg-ts/execution-mode": "0.2.26",
|
|
25
|
+
"@hg-ts/linter": "0.2.26",
|
|
26
|
+
"@hg-ts/logger": "0.2.26",
|
|
27
|
+
"@hg-ts/repository": "0.2.26",
|
|
28
|
+
"@hg-ts/tests": "0.2.26",
|
|
29
|
+
"@hg-ts/types": "0.2.26",
|
|
30
|
+
"@hg-ts/validation": "0.2.26",
|
|
31
31
|
"@nestjs/common": "11.1.0",
|
|
32
32
|
"@types/node": "22.10.6",
|
|
33
33
|
"@types/pg": "^8",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"typescript": "5.7.3"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@hg-ts/async-context": "0.2.
|
|
44
|
-
"@hg-ts/config-loader": "0.2.
|
|
45
|
-
"@hg-ts/domain": "0.2.
|
|
46
|
-
"@hg-ts/events": "0.2.
|
|
47
|
-
"@hg-ts/exception": "0.2.
|
|
48
|
-
"@hg-ts/execution-mode": "0.2.
|
|
49
|
-
"@hg-ts/logger": "0.2.
|
|
50
|
-
"@hg-ts/repository": "0.2.
|
|
51
|
-
"@hg-ts/validation": "0.2.
|
|
43
|
+
"@hg-ts/async-context": "0.2.26",
|
|
44
|
+
"@hg-ts/config-loader": "0.2.26",
|
|
45
|
+
"@hg-ts/domain": "0.2.26",
|
|
46
|
+
"@hg-ts/events": "0.2.26",
|
|
47
|
+
"@hg-ts/exception": "0.2.26",
|
|
48
|
+
"@hg-ts/execution-mode": "0.2.26",
|
|
49
|
+
"@hg-ts/logger": "0.2.26",
|
|
50
|
+
"@hg-ts/repository": "0.2.26",
|
|
51
|
+
"@hg-ts/validation": "0.2.26",
|
|
52
52
|
"@nestjs/common": "*",
|
|
53
53
|
"knex": ">=3.1.0",
|
|
54
54
|
"reflect-metadata": "*",
|