cli-engine-heroku
Advanced tools
Comparing version 6.0.1 to 6.1.0-ts.0
@@ -1,4 +0,3 @@ | ||
import { IBooleanFlag, IRequiredFlag, IOptionalFlag, IMultiOptionFlag } from 'cli-flags'; | ||
import { FlagBuilder } from 'cli-engine-command'; | ||
export { IBooleanFlag, IRequiredFlag, IOptionalFlag, IMultiOptionFlag, FlagBuilder }; | ||
import { FlagBuilder, InputFlags, IBooleanFlag, IRequiredFlag, IMultiOptionFlag, IOptionalFlag } from 'cli-engine-command'; | ||
export { FlagBuilder, InputFlags, IBooleanFlag, IRequiredFlag, IMultiOptionFlag, IOptionalFlag }; | ||
export declare const flags: { | ||
@@ -50,2 +49,5 @@ app: FlagBuilder<string>; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -56,3 +58,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -84,2 +86,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -92,5 +97,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -142,2 +148,5 @@ hidden?: boolean | undefined; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -148,3 +157,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -176,2 +185,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -184,5 +196,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -239,2 +252,5 @@ hidden?: boolean | undefined; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -245,3 +261,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -273,2 +289,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -281,5 +300,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -331,2 +351,5 @@ hidden?: boolean | undefined; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -337,3 +360,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -365,2 +388,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -373,5 +399,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -428,2 +455,5 @@ hidden?: boolean | undefined; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -434,3 +464,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -462,2 +492,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -470,5 +503,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -520,2 +554,5 @@ hidden?: boolean | undefined; | ||
} | undefined; | ||
aliases?: { | ||
[from: string]: string | string[]; | ||
} | undefined; | ||
userPlugins: boolean; | ||
@@ -526,3 +563,3 @@ plugins?: string[] | undefined; | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -554,2 +591,5 @@ hidden?: boolean | undefined; | ||
}; | ||
aliases: { | ||
[from: string]: string[]; | ||
}; | ||
userConfig: { | ||
@@ -562,5 +602,6 @@ skipAnalytics?: boolean | null | undefined; | ||
userPlugins: boolean; | ||
corePlugins: string[]; | ||
topics: { | ||
[name: string]: { | ||
topic: string; | ||
name: string; | ||
description?: string | undefined; | ||
@@ -567,0 +608,0 @@ hidden?: boolean | undefined; |
{ | ||
"name": "cli-engine-heroku", | ||
"description": "heroku specific functionality for the cli-engine", | ||
"version": "6.0.1", | ||
"version": "6.1.0-ts.0", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -10,6 +10,7 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/issues", | ||
"chalk": "2.3.0", | ||
"cli-engine-command": "10.0.0", | ||
"cli-ux": "^2.0.5", | ||
"cli-engine-command": "10.1.0-ts.2", | ||
"cli-engine-config": "4.3.0-ts.1", | ||
"cli-ux": "^2.0.7", | ||
"heroku-client": "^3.0.3", | ||
"http-call": "^4.0.0", | ||
"http-call": "^4.0.4", | ||
"lodash.flatten": "4.4.0", | ||
@@ -24,4 +25,4 @@ "netrc-parser": "^2.0.3", | ||
"@types/jest": "21.1.8", | ||
"@types/nock": "8.2.1", | ||
"@types/node": "8.0.58", | ||
"@types/nock": "9.1.0", | ||
"@types/node": "8.5.1", | ||
"@types/supports-color": "3.1.0", | ||
@@ -28,0 +29,0 @@ "del-cli": "1.1.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52266
1364
10
1
+ Addedcli-engine-config@4.3.0-ts.1
+ Addedcli-engine-command@10.1.0-ts.2(transitive)
+ Addedcli-engine-config@4.3.0-ts.1(transitive)
- Removedcli-engine-command@10.0.0(transitive)
- Removedcli-engine-config@4.1.0(transitive)
Updatedcli-ux@^2.0.7
Updatedhttp-call@^4.0.4