@tsed/cli 3.21.0-rc.5 → 3.21.2

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.
@@ -20,6 +20,9 @@ Cli_1.Cli.bootstrap({
20
20
  },
21
21
  project: {
22
22
  reinstallAfterRun: true
23
+ },
24
+ logger: {
25
+ level: "info"
23
26
  }
24
27
  }).catch(console.error);
25
28
  //# sourceMappingURL=tsed.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tsed.js","sourceRoot":"","sources":["../../../src/bin/tsed.ts"],"names":[],"mappings":";;;;AACA,gCAA2B;AAC3B,mEAAmC;AACnC,8CAAwE;AACxE,4CAA+C;AAE/C,SAAG,CAAC,SAAS,CAAC;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,eAAG;IACR,WAAW,EAAE,wBAAY;IACzB,OAAO,EAAE,IAAI;IACb,QAAQ,EAAR,kBAAQ;IACR,yBAAyB;QACvB,OAAO;YACL,UAAU,EAAE,8BAAiB,CAAC,OAAO;YACrC,YAAY,EAAE,mCAAsB,CAAC,OAAO;SAC7C,CAAC;IACJ,CAAC;IACD,OAAO,EAAE;QACP,iBAAiB,EAAE,IAAI;KACxB;CACF,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC","sourcesContent":["#!/usr/bin/env node\nimport {Cli} from \"../Cli\";\nimport commands from \"../commands\";\nimport {ArchitectureConvention, ProjectConvention} from \"../interfaces\";\nimport {PKG, TEMPLATE_DIR} from \"../constants\";\n\nCli.bootstrap({\n name: \"tsed\",\n pkg: PKG,\n templateDir: TEMPLATE_DIR,\n plugins: true,\n commands,\n defaultProjectPreferences() {\n return {\n convention: ProjectConvention.DEFAULT,\n architecture: ArchitectureConvention.DEFAULT\n };\n },\n project: {\n reinstallAfterRun: true\n }\n}).catch(console.error);\n"]}
1
+ {"version":3,"file":"tsed.js","sourceRoot":"","sources":["../../../src/bin/tsed.ts"],"names":[],"mappings":";;;;AACA,gCAA2B;AAC3B,mEAAmC;AACnC,8CAAwE;AACxE,4CAA+C;AAE/C,SAAG,CAAC,SAAS,CAAC;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,eAAG;IACR,WAAW,EAAE,wBAAY;IACzB,OAAO,EAAE,IAAI;IACb,QAAQ,EAAR,kBAAQ;IACR,yBAAyB;QACvB,OAAO;YACL,UAAU,EAAE,8BAAiB,CAAC,OAAO;YACrC,YAAY,EAAE,mCAAsB,CAAC,OAAO;SAC7C,CAAC;IACJ,CAAC;IACD,OAAO,EAAE;QACP,iBAAiB,EAAE,IAAI;KACxB;IACD,MAAM,EAAE;QACN,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC","sourcesContent":["#!/usr/bin/env node\nimport {Cli} from \"../Cli\";\nimport commands from \"../commands\";\nimport {ArchitectureConvention, ProjectConvention} from \"../interfaces\";\nimport {PKG, TEMPLATE_DIR} from \"../constants\";\n\nCli.bootstrap({\n name: \"tsed\",\n pkg: PKG,\n templateDir: TEMPLATE_DIR,\n plugins: true,\n commands,\n defaultProjectPreferences() {\n return {\n convention: ProjectConvention.DEFAULT,\n architecture: ArchitectureConvention.DEFAULT\n };\n },\n project: {\n reinstallAfterRun: true\n },\n logger: {\n level: \"info\"\n }\n}).catch(console.error);\n"]}
@@ -17,6 +17,9 @@ Cli.bootstrap({
17
17
  },
18
18
  project: {
19
19
  reinstallAfterRun: true
20
+ },
21
+ logger: {
22
+ level: "info"
20
23
  }
21
24
  }).catch(console.error);
22
25
  //# sourceMappingURL=tsed.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tsed.js","sourceRoot":"","sources":["../../../src/bin/tsed.ts"],"names":[],"mappings":";AACA,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAC3B,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,EAAC,sBAAsB,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACxE,OAAO,EAAC,GAAG,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AAE/C,GAAG,CAAC,SAAS,CAAC;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,GAAG;IACR,WAAW,EAAE,YAAY;IACzB,OAAO,EAAE,IAAI;IACb,QAAQ;IACR,yBAAyB;QACvB,OAAO;YACL,UAAU,EAAE,iBAAiB,CAAC,OAAO;YACrC,YAAY,EAAE,sBAAsB,CAAC,OAAO;SAC7C,CAAC;IACJ,CAAC;IACD,OAAO,EAAE;QACP,iBAAiB,EAAE,IAAI;KACxB;CACF,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC","sourcesContent":["#!/usr/bin/env node\nimport {Cli} from \"../Cli\";\nimport commands from \"../commands\";\nimport {ArchitectureConvention, ProjectConvention} from \"../interfaces\";\nimport {PKG, TEMPLATE_DIR} from \"../constants\";\n\nCli.bootstrap({\n name: \"tsed\",\n pkg: PKG,\n templateDir: TEMPLATE_DIR,\n plugins: true,\n commands,\n defaultProjectPreferences() {\n return {\n convention: ProjectConvention.DEFAULT,\n architecture: ArchitectureConvention.DEFAULT\n };\n },\n project: {\n reinstallAfterRun: true\n }\n}).catch(console.error);\n"]}
1
+ {"version":3,"file":"tsed.js","sourceRoot":"","sources":["../../../src/bin/tsed.ts"],"names":[],"mappings":";AACA,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAC3B,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,EAAC,sBAAsB,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACxE,OAAO,EAAC,GAAG,EAAE,YAAY,EAAC,MAAM,cAAc,CAAC;AAE/C,GAAG,CAAC,SAAS,CAAC;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,GAAG;IACR,WAAW,EAAE,YAAY;IACzB,OAAO,EAAE,IAAI;IACb,QAAQ;IACR,yBAAyB;QACvB,OAAO;YACL,UAAU,EAAE,iBAAiB,CAAC,OAAO;YACrC,YAAY,EAAE,sBAAsB,CAAC,OAAO;SAC7C,CAAC;IACJ,CAAC;IACD,OAAO,EAAE;QACP,iBAAiB,EAAE,IAAI;KACxB;IACD,MAAM,EAAE;QACN,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC","sourcesContent":["#!/usr/bin/env node\nimport {Cli} from \"../Cli\";\nimport commands from \"../commands\";\nimport {ArchitectureConvention, ProjectConvention} from \"../interfaces\";\nimport {PKG, TEMPLATE_DIR} from \"../constants\";\n\nCli.bootstrap({\n name: \"tsed\",\n pkg: PKG,\n templateDir: TEMPLATE_DIR,\n plugins: true,\n commands,\n defaultProjectPreferences() {\n return {\n convention: ProjectConvention.DEFAULT,\n architecture: ArchitectureConvention.DEFAULT\n };\n },\n project: {\n reinstallAfterRun: true\n },\n logger: {\n level: \"info\"\n }\n}).catch(console.error);\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli",
3
- "version": "3.21.0-rc.5",
3
+ "version": "3.21.2",
4
4
  "source": "./src/index.ts",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -56,7 +56,7 @@
56
56
  "node": ">=14"
57
57
  },
58
58
  "dependencies": {
59
- "@tsed/cli-core": "3.21.0-rc.5",
59
+ "@tsed/cli-core": "3.21.2",
60
60
  "@tsed/core": ">=6.114.14",
61
61
  "@tsed/di": ">=6.114.14",
62
62
  "@tsed/logger": ">=6.0.0",
@@ -77,8 +77,5 @@
77
77
  },
78
78
  "homepage": "https://github.com/tsedio/tsed-cli/tree/master/packages/cli",
79
79
  "author": "Romain Lenzotti",
80
- "license": "MIT",
81
- "publishConfig": {
82
- "tag": "rc"
83
- }
80
+ "license": "MIT"
84
81
  }