@oclif/core 3.2.0 → 3.3.0

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.
@@ -102,6 +102,12 @@ export declare namespace PJSON {
102
102
  nsisCustomization?: string;
103
103
  schema?: number;
104
104
  scope?: string;
105
+ 'warn-if-update-available'?: {
106
+ authorization: string;
107
+ message: string;
108
+ registry: string;
109
+ timeoutInDays: number;
110
+ };
105
111
  };
106
112
  }
107
113
  interface User extends PJSON {
@@ -24,6 +24,7 @@ async function cacheFlags(cmdFlags, respectNoCacheDefault) {
24
24
  deprecateAliases: flag.deprecateAliases,
25
25
  deprecated: flag.deprecated,
26
26
  description: flag.description,
27
+ env: flag.env,
27
28
  exclusive: flag.exclusive,
28
29
  helpGroup: flag.helpGroup,
29
30
  helpLabel: flag.helpLabel,
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": "3.2.0",
4
+ "version": "3.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/core/issues",
7
7
  "dependencies": {