@oclif/core
Advanced tools
Comparing version 4.0.0-beta.11 to 4.0.0-beta.12
@@ -180,3 +180,3 @@ import { HelpOptions } from './help'; | ||
hooks?: { | ||
[name: string]: string | string[] | HookOptions | HookOptions[]; | ||
[name: string]: string | string[] | HookOptions | HookOptions[] | (string | HookOptions)[]; | ||
}; | ||
@@ -183,0 +183,0 @@ /** |
{ | ||
"name": "@oclif/core", | ||
"description": "base library for oclif CLIs", | ||
"version": "4.0.0-beta.11", | ||
"version": "4.0.0-beta.12", | ||
"author": "Salesforce", | ||
@@ -47,3 +47,3 @@ "bugs": "https://github.com/oclif/core/issues", | ||
"chai": "^4.4.1", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-as-promised": "^7.1.2", | ||
"commitlint": "^19", | ||
@@ -50,0 +50,0 @@ "cross-env": "^7.0.3", |
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
396821