@tsed/cli-core 6.0.0-alpha.1 → 6.0.0-alpha.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.
package/lib/esm/index.js CHANGED
@@ -10,5 +10,5 @@ export { Configuration, Constant, Container, DITest, Inject, Injectable, Injecto
10
10
  export * from "@tsed/logger";
11
11
  export * from "@tsed/normalize-path";
12
12
  export { Inquirer };
13
- import "./utils/patchCommander";
13
+ import "./utils/patchCommander.js";
14
14
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,OAAO,EACL,aAAa,EACb,QAAQ,EACR,SAAS,EACT,MAAM,EACN,MAAM,EACN,UAAU,EACV,eAAe,EAEf,eAAe,EACf,MAAM,EAGN,IAAI,EACJ,gBAAgB,EAChB,gBAAgB,EAEhB,OAAO,EACP,KAAK,EACN,MAAM,UAAU,CAAC;AAClB,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAC,QAAQ,EAAC,CAAC;AAElB,OAAO,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,UAAU,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,OAAO,EACL,aAAa,EACb,QAAQ,EACR,SAAS,EACT,MAAM,EACN,MAAM,EACN,UAAU,EACV,eAAe,EAEf,eAAe,EACf,MAAM,EAGN,IAAI,EACJ,gBAAgB,EAChB,gBAAgB,EAEhB,OAAO,EACP,KAAK,EACN,MAAM,UAAU,CAAC;AAClB,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAC,QAAQ,EAAC,CAAC;AAElB,OAAO,2BAA2B,CAAC"}
@@ -10,4 +10,4 @@ export { Configuration, Constant, Container, DITest, Inject, Injectable, Injecto
10
10
  export * from "@tsed/logger";
11
11
  export * from "@tsed/normalize-path";
12
12
  export { Inquirer };
13
- import "./utils/patchCommander";
13
+ import "./utils/patchCommander.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tsed/cli-core",
3
3
  "description": "Build your CLI with TypeScript and Decorators",
4
- "version": "6.0.0-alpha.1",
4
+ "version": "6.0.0-alpha.2",
5
5
  "type": "module",
6
6
  "main": "./lib/esm/index.js",
7
7
  "source": "./src/index.ts",
@@ -68,7 +68,7 @@
68
68
  "uuid": "^8.3.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@tsed/typescript": "6.0.0-alpha.1",
71
+ "@tsed/typescript": "6.0.0-alpha.2",
72
72
  "@types/axios": "0.14.0",
73
73
  "@types/commander": "2.12.2",
74
74
  "@types/consolidate": "0.14.1",