@darraghor/nest-backend-libs 1.35.0 → 1.35.1
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.
|
@@ -13,11 +13,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.CliCommandService = void 0;
|
|
16
|
-
const __1 = require("..");
|
|
17
16
|
const common_1 = require("@nestjs/common");
|
|
18
17
|
const child_process_1 = require("child_process");
|
|
19
18
|
// eslint-disable-next-line unicorn/import-style
|
|
20
19
|
const util_1 = __importDefault(require("util"));
|
|
20
|
+
const CoreLoggerService_1 = __importDefault(require("../logger/CoreLoggerService"));
|
|
21
21
|
const execPromise = util_1.default.promisify(child_process_1.exec);
|
|
22
22
|
let CliCommandService = class CliCommandService {
|
|
23
23
|
constructor(logger) {
|
|
@@ -34,7 +34,7 @@ let CliCommandService = class CliCommandService {
|
|
|
34
34
|
};
|
|
35
35
|
CliCommandService = __decorate([
|
|
36
36
|
(0, common_1.Injectable)(),
|
|
37
|
-
__metadata("design:paramtypes", [
|
|
37
|
+
__metadata("design:paramtypes", [CoreLoggerService_1.default])
|
|
38
38
|
], CliCommandService);
|
|
39
39
|
exports.CliCommandService = CliCommandService;
|
|
40
40
|
//# sourceMappingURL=CliCommandService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CliCommandService.js","sourceRoot":"","sources":["../../src/runningCommandLine/CliCommandService.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"CliCommandService.js","sourceRoot":"","sources":["../../src/runningCommandLine/CliCommandService.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAA0C;AAC1C,iDAAmC;AACnC,gDAAgD;AAChD,gDAAwB;AACxB,oFAA4D;AAE5D,MAAM,WAAW,GAAG,cAAI,CAAC,SAAS,CAAC,oBAAI,CAAC,CAAC;AAGlC,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAC1B,YAA6B,MAAyB;QAAzB,WAAM,GAAN,MAAM,CAAmB;IAAG,CAAC;IACnD,KAAK,CAAC,cAAc,CACvB,OAAe,EACf,gBAA0B,EAC1B,GAAW,EACX,KAAc;QAEd,IAAI,CAAC,MAAM,CAAC,IAAI,CACZ,yBAAyB,OAAO,OAAO,GAAG,oIAAoI,CACjL,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,WAAW,CAC5B,GAAG,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAC1C;YACI,KAAK,EAAE,KAAK,IAAI,WAAW;YAC3B,GAAG;SACN,CACJ,CAAC;QAEF,OAAO,MAAM,CAAC,MAAM,CAAC;IACzB,CAAC;CACJ,CAAA;AArBY,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;qCAE4B,2BAAiB;GAD7C,iBAAiB,CAqB7B;AArBY,8CAAiB"}
|
package/package.json
CHANGED