@dotcom-tool-kit/task
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -9,5 +9,5 @@ import { Schema, SchemaOutput } from '@dotcom-tool-kit/types/lib/schema'; | ||
constructor(options?: Partial<SchemaOutput<O>>); | ||
abstract run(): Promise<void>; | ||
abstract run(files?: string[]): Promise<void>; | ||
} | ||
export declare type TaskClass = typeof Task; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@dotcom-tool-kit/task", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -27,4 +27,4 @@ "main": "lib", | ||
"dependencies": { | ||
"@dotcom-tool-kit/types": "^1.1.0" | ||
"@dotcom-tool-kit/types": "^1.2.0" | ||
} | ||
} |
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
2171