@servicelabsco/nestjs-utility-services 1.0.148 → 1.0.152
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/app.module.js +2 -0
- package/dist/app.module.js.map +1 -1
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +32 -0
- package/dist/cli.js.map +1 -0
- package/dist/platformUtility/commands/entity.generator.command.d.ts +3 -4
- package/dist/platformUtility/commands/entity.generator.command.js +24 -20
- package/dist/platformUtility/commands/entity.generator.command.js.map +1 -1
- package/dist/platformUtility/commands/maintenance.command.js +1 -2
- package/dist/platformUtility/commands/maintenance.command.js.map +1 -1
- package/dist/platformUtility/commands/sqs.worker.command.d.ts +4 -4
- package/dist/platformUtility/commands/sqs.worker.command.js +24 -17
- package/dist/platformUtility/commands/sqs.worker.command.js.map +1 -1
- package/dist/platformUtility/commands/sync.class.command.d.ts +2 -4
- package/dist/platformUtility/commands/sync.class.command.js +17 -12
- package/dist/platformUtility/commands/sync.class.command.js.map +1 -1
- package/dist/platformUtility/es6.classes.d.ts +3 -3
- package/dist/platformUtility/platform.utility.module.js +1 -2
- package/dist/platformUtility/platform.utility.module.js.map +1 -1
- package/dist/platformUtility/services/queue.service.js +1 -1
- package/dist/platformUtility/services/queue.service.js.map +1 -1
- package/dist/platformUtility/services/sqs.service.d.ts +1 -0
- package/dist/platformUtility/services/sqs.service.js +4 -0
- package/dist/platformUtility/services/sqs.service.js.map +1 -1
- package/dist/system/commands/db.scanner.command.d.ts +3 -4
- package/dist/system/commands/db.scanner.command.js +16 -12
- package/dist/system/commands/db.scanner.command.js.map +1 -1
- package/dist/system/commands/event.queue.command.d.ts +4 -4
- package/dist/system/commands/event.queue.command.js +20 -16
- package/dist/system/commands/event.queue.command.js.map +1 -1
- package/dist/system/commands/index.d.ts +0 -1
- package/dist/system/commands/index.js +0 -1
- package/dist/system/commands/index.js.map +1 -1
- package/dist/system/commands/jobs.scanner.command.d.ts +3 -5
- package/dist/system/commands/jobs.scanner.command.js +16 -13
- package/dist/system/commands/jobs.scanner.command.js.map +1 -1
- package/dist/system/commands/model.scanner.command.d.ts +2 -4
- package/dist/system/commands/model.scanner.command.js +15 -12
- package/dist/system/commands/model.scanner.command.js.map +1 -1
- package/dist/system/commands/report.scanner.command.d.ts +2 -4
- package/dist/system/commands/report.scanner.command.js +15 -12
- package/dist/system/commands/report.scanner.command.js.map +1 -1
- package/dist/system/commands/service.scanner.command.d.ts +3 -4
- package/dist/system/commands/service.scanner.command.js +17 -13
- package/dist/system/commands/service.scanner.command.js.map +1 -1
- package/dist/system/es6.classes.d.ts +1 -2
- package/dist/system/es6.classes.js +1 -10
- package/dist/system/es6.classes.js.map +1 -1
- package/dist/system/system.module.js +1 -2
- package/dist/system/system.module.js.map +1 -1
- package/package.json +6 -4
@@ -9,7 +9,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.SystemModule = void 0;
|
10
10
|
const common_1 = require("@nestjs/common");
|
11
11
|
const typeorm_1 = require("@nestjs/typeorm");
|
12
|
-
const nestjs_console_1 = require("nestjs-console");
|
13
12
|
const auth_module_1 = require("../auth/auth.module");
|
14
13
|
const platform_utility_module_1 = require("../platformUtility/platform.utility.module");
|
15
14
|
const es6_classes_1 = require("./es6.classes");
|
@@ -17,7 +16,7 @@ let SystemModule = class SystemModule {
|
|
17
16
|
};
|
18
17
|
SystemModule = __decorate([
|
19
18
|
(0, common_1.Module)({
|
20
|
-
imports: [typeorm_1.TypeOrmModule.forFeature(es6_classes_1.default.entities), auth_module_1.AuthModule, platform_utility_module_1.PlatformUtilityModule
|
19
|
+
imports: [typeorm_1.TypeOrmModule.forFeature(es6_classes_1.default.entities), auth_module_1.AuthModule, platform_utility_module_1.PlatformUtilityModule],
|
21
20
|
controllers: es6_classes_1.default.controllers,
|
22
21
|
providers: [...es6_classes_1.default.services, ...es6_classes_1.default.commands, ...es6_classes_1.default.subscribers, ...es6_classes_1.default.jobs],
|
23
22
|
exports: [...es6_classes_1.default.services, ...es6_classes_1.default.jobs],
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"system.module.js","sourceRoot":"","sources":["../../src/system/system.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,
|
1
|
+
{"version":3,"file":"system.module.js","sourceRoot":"","sources":["../../src/system/system.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,6CAAgD;AAChD,qDAAiD;AACjD,wFAAmF;AACnF,+CAAuC;AAQvC,IAAa,YAAY,GAAzB,MAAa,YAAY;CAAG,CAAA;AAAf,YAAY;IANxB,IAAA,eAAM,EAAC;QACJ,OAAO,EAAE,CAAC,uBAAa,CAAC,UAAU,CAAC,qBAAU,CAAC,QAAQ,CAAC,EAAE,wBAAU,EAAE,+CAAqB,CAAC;QAC3F,WAAW,EAAE,qBAAU,CAAC,WAAW;QACnC,SAAS,EAAE,CAAC,GAAG,qBAAU,CAAC,QAAQ,EAAE,GAAG,qBAAU,CAAC,QAAQ,EAAE,GAAG,qBAAU,CAAC,WAAW,EAAE,GAAG,qBAAU,CAAC,IAAI,CAAC;QAC1G,OAAO,EAAE,CAAC,GAAG,qBAAU,CAAC,QAAQ,EAAE,GAAG,qBAAU,CAAC,IAAI,CAAC;KACxD,CAAC;GACW,YAAY,CAAG;AAAf,oCAAY"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@servicelabsco/nestjs-utility-services",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.152",
|
4
4
|
"description": "NestJS generic packages to support development",
|
5
5
|
"author": "Hemant Kumar Sah <hemantanshu@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"m:r": "npm run typeorm migration:run",
|
29
29
|
"m:c": "npm run typeorm migration:create -- -n",
|
30
30
|
"m:rev": "npm run typeorm migration:revert",
|
31
|
-
"
|
31
|
+
"command": "npx nestjs-command",
|
32
32
|
"console": "node dist/console.js",
|
33
33
|
"sonar": "node sonar-project.js"
|
34
34
|
},
|
@@ -64,12 +64,15 @@
|
|
64
64
|
"express-rate-limit": "^5.5.0",
|
65
65
|
"helmet": "^4.6.0",
|
66
66
|
"md5": "^2.3.0",
|
67
|
+
"nestjs-command": "^3.1.1",
|
68
|
+
"nestjs-console": "^7.0.1",
|
67
69
|
"parse-bearer-token": "^1.0.1",
|
68
70
|
"passport-facebook": "^3.0.0",
|
69
71
|
"passport-google-oauth20": "^2.0.0",
|
70
72
|
"prompt-sync": "^4.2.0",
|
71
73
|
"randomstring": "^1.2.1",
|
72
|
-
"ua-parser-js": "^0.7.28"
|
74
|
+
"ua-parser-js": "^0.7.28",
|
75
|
+
"yargs": "^17.3.1"
|
73
76
|
},
|
74
77
|
"devDependencies": {
|
75
78
|
"@nestjs/bull": "^0.4.2",
|
@@ -97,7 +100,6 @@
|
|
97
100
|
"express-http-context": "^1.2.4",
|
98
101
|
"install-peers-cli": "^2.2.0",
|
99
102
|
"jest": "^27.3.1",
|
100
|
-
"nestjs-console": "^7.0.0",
|
101
103
|
"passport": "^0.5.0",
|
102
104
|
"pg": "^8.7.1",
|
103
105
|
"prettier": "^2.4.1",
|