@tsed/cli-core 5.1.2 → 5.2.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.
@@ -8,7 +8,7 @@ export declare class CliCore {
8
8
  static create<Cli extends CliCore = CliCore>(settings: Partial<TsED.Configuration>, module?: Type): Promise<Cli>;
9
9
  static bootstrap(settings: Partial<TsED.Configuration>, module?: Type): Promise<CliCore>;
10
10
  static loadInjector(injector: InjectorService, module?: Type): Promise<void>;
11
- static updateNotifier(pkg: any): typeof CliCore;
11
+ static updateNotifier(pkg: any): Promise<typeof CliCore>;
12
12
  protected static createInjector(settings: Partial<TsED.Configuration>): InjectorService;
13
13
  protected static getProjectRoot(argv: string[]): string;
14
14
  bootstrap(): Promise<this>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/cli-core",
3
- "version": "5.1.2",
3
+ "version": "5.2.1",
4
4
  "description": "Build your CLI with TypeScript and Decorators",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/cjs/index.js",
@@ -63,14 +63,14 @@
63
63
  "split": "1.0.1",
64
64
  "tslib": "2.3.1",
65
65
  "tunnel": "0.0.6",
66
- "update-notifier": "5.1.0",
66
+ "update-notifier": "7.1.0",
67
67
  "url-parse": "1.5.10",
68
68
  "uuid": "^8.3.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@tsed/eslint": "5.1.2",
72
- "@tsed/jest-config": "5.1.2",
73
- "@tsed/typescript": "5.1.2",
71
+ "@tsed/eslint": "5.2.1",
72
+ "@tsed/jest-config": "5.2.1",
73
+ "@tsed/typescript": "5.2.1",
74
74
  "@types/axios": "0.14.0",
75
75
  "@types/commander": "2.12.2",
76
76
  "@types/consolidate": "0.14.1",