@forge/cli-shared 6.6.0-next.6 → 6.6.0-next.7
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.
|
@@ -2785,6 +2785,7 @@ var EcosystemInstallationRecoveryMode;
|
|
|
2785
2785
|
})(EcosystemInstallationRecoveryMode = exports.EcosystemInstallationRecoveryMode || (exports.EcosystemInstallationRecoveryMode = {}));
|
|
2786
2786
|
var EcosystemLicenseMode;
|
|
2787
2787
|
(function (EcosystemLicenseMode) {
|
|
2788
|
+
EcosystemLicenseMode["Agent"] = "AGENT";
|
|
2788
2789
|
EcosystemLicenseMode["UserAccess"] = "USER_ACCESS";
|
|
2789
2790
|
})(EcosystemLicenseMode = exports.EcosystemLicenseMode || (exports.EcosystemLicenseMode = {}));
|
|
2790
2791
|
var EcosystemPrimaryProduct;
|
|
@@ -5438,7 +5439,6 @@ var JiraJqlSyntaxError;
|
|
|
5438
5439
|
})(JiraJqlSyntaxError = exports.JiraJqlSyntaxError || (exports.JiraJqlSyntaxError = {}));
|
|
5439
5440
|
var JiraJqlViewContext;
|
|
5440
5441
|
(function (JiraJqlViewContext) {
|
|
5441
|
-
JiraJqlViewContext["FilterRefinement"] = "FILTER_REFINEMENT";
|
|
5442
5442
|
JiraJqlViewContext["JpdRoadmaps"] = "JPD_ROADMAPS";
|
|
5443
5443
|
JiraJqlViewContext["JswPlans"] = "JSW_PLANS";
|
|
5444
5444
|
JiraJqlViewContext["Jwm"] = "JWM";
|
package/out/ui/text.d.ts
CHANGED
|
@@ -532,8 +532,8 @@ export declare const Text: {
|
|
|
532
532
|
lintError: string;
|
|
533
533
|
lintWarning: (numWarnings: number) => string;
|
|
534
534
|
};
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
hasNoAppInstallationsForEnv: {
|
|
536
|
+
hasNoAppInstallationsForEnvError: string;
|
|
537
537
|
};
|
|
538
538
|
majorVersion: {
|
|
539
539
|
description: string;
|
package/out/ui/text.js
CHANGED
|
@@ -632,8 +632,8 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
632
632
|
return log_color_1.LogColor.warn(`${pluralCheckedTotal} found. Run ${forge('lint')} to review the warnings.`);
|
|
633
633
|
}
|
|
634
634
|
},
|
|
635
|
-
|
|
636
|
-
|
|
635
|
+
hasNoAppInstallationsForEnv: {
|
|
636
|
+
hasNoAppInstallationsForEnvError: log_color_1.LogColor.error(`Error: The deployment failed due to errors while trying to determine if the app has any installations for the deployed environment.`)
|
|
637
637
|
},
|
|
638
638
|
majorVersion: {
|
|
639
639
|
description: 'specify a major version to update (Preview)',
|