@tsed/cli-plugin-tslint
Advanced tools
Comparing version 1.11.3 to 1.12.0
@@ -1,2 +0,2 @@ | ||
import { IInitCmdContext } from "@tsed/cli"; | ||
import { InitCmdContext } from "@tsed/cli"; | ||
import { ProjectPackageJson, RootRendererService } from "@tsed/cli-core"; | ||
@@ -6,13 +6,13 @@ export declare class TslintInitHook { | ||
protected rootRenderer: RootRendererService; | ||
onExec(ctx: IInitCmdContext): { | ||
onExec(ctx: InitCmdContext): { | ||
title: string; | ||
task: (ctx: any) => Promise<import("rxjs").Observable<unknown>>; | ||
}[]; | ||
onPostInstall(ctx: IInitCmdContext): { | ||
onPostInstall(ctx: InitCmdContext): { | ||
title: string; | ||
task: () => any; | ||
}[]; | ||
addScripts(ctx: IInitCmdContext): void; | ||
addDependencies(ctx: IInitCmdContext): void; | ||
addDevDependencies(ctx: IInitCmdContext): void; | ||
addScripts(ctx: InitCmdContext): void; | ||
addDependencies(ctx: InitCmdContext): void; | ||
addDevDependencies(ctx: InitCmdContext): void; | ||
} |
{ | ||
"name": "@tsed/cli-plugin-tslint", | ||
"version": "1.11.3", | ||
"version": "1.12.0", | ||
"main": "lib/index.js", | ||
@@ -8,4 +8,4 @@ "typings": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "1.11.3", | ||
"@tsed/cli-core": "1.11.3" | ||
"@tsed/cli": "1.12.0", | ||
"@tsed/cli-core": "1.12.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14343