@darraghor/nest-backend-libs 2.4.0 → 2.5.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/dist/cli/cli.js CHANGED
@@ -6,10 +6,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  require("reflect-metadata");
8
8
  const yargs_1 = __importDefault(require("yargs"));
9
+ const WriteApiClientCommand_1 = require("./commands/WriteApiClientCommand");
9
10
  const WriteTypeOrmConfigCommand_1 = require("./commands/WriteTypeOrmConfigCommand");
10
11
  void yargs_1.default
11
12
  .usage("Usage: $0 <command> [options]")
12
13
  .command(new WriteTypeOrmConfigCommand_1.WriteTypeOrmConfigCommand())
14
+ .command(new WriteApiClientCommand_1.WriteApiClientCommand())
13
15
  .recommendCommands()
14
16
  .demandCommand(1)
15
17
  .strict()
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli/cli.ts"],"names":[],"mappings":";;;;;;AACA,4BAA0B;AAC1B,kDAA0B;AAC1B,oFAA+E;AAE/E,KAAK,eAAK;KACL,KAAK,CAAC,+BAA+B,CAAC;KACtC,OAAO,CAAC,IAAI,qDAAyB,EAAE,CAAC;KACxC,iBAAiB,EAAE;KACnB,aAAa,CAAC,CAAC,CAAC;KAChB,MAAM,EAAE;KACR,KAAK,CAAC,GAAG,EAAE,SAAS,CAAC;KACrB,IAAI,CAAC,GAAG,CAAC;KACT,KAAK,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/cli/cli.ts"],"names":[],"mappings":";;;;;;AACA,4BAA0B;AAC1B,kDAA0B;AAC1B,4EAAuE;AACvE,oFAA+E;AAE/E,KAAK,eAAK;KACL,KAAK,CAAC,+BAA+B,CAAC;KACtC,OAAO,CAAC,IAAI,qDAAyB,EAAE,CAAC;KACxC,OAAO,CAAC,IAAI,6CAAqB,EAAE,CAAC;KACpC,iBAAiB,EAAE;KACnB,aAAa,CAAC,CAAC,CAAC;KAChB,MAAM,EAAE;KACR,KAAK,CAAC,GAAG,EAAE,SAAS,CAAC;KACrB,IAAI,CAAC,GAAG,CAAC;KACT,KAAK,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darraghor/nest-backend-libs",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "license": "UNLICENSED",
5
5
  "description": "Some helpers for personal projects in nestjs",
6
6
  "homepage": "https://github.com/darraghoriordan/nest-backend-libs",