@oclif/core 4.0.0-beta.11 → 4.0.0-beta.12
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.
|
@@ -177,7 +177,7 @@ export type OclifConfiguration = {
|
|
|
177
177
|
* Register hooks to run at various points in the CLI lifecycle.
|
|
178
178
|
*/
|
|
179
179
|
hooks?: {
|
|
180
|
-
[name: string]: string | string[] | HookOptions | HookOptions[];
|
|
180
|
+
[name: string]: string | string[] | HookOptions | HookOptions[] | (string | HookOptions)[];
|
|
181
181
|
};
|
|
182
182
|
/**
|
|
183
183
|
* Plugins that can be installed just-in-time.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/core",
|
|
3
3
|
"description": "base library for oclif CLIs",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/core/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/wrap-ansi": "^3.0.0",
|
|
45
45
|
"benchmark": "^2.1.4",
|
|
46
46
|
"chai": "^4.4.1",
|
|
47
|
-
"chai-as-promised": "^7.1.
|
|
47
|
+
"chai-as-promised": "^7.1.2",
|
|
48
48
|
"commitlint": "^19",
|
|
49
49
|
"cross-env": "^7.0.3",
|
|
50
50
|
"eslint": "^8.57.0",
|