npm package diff
Package: @forge/cli-shared
Versions: 6.4.2-next.1 - 6.4.2-next.2
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -442,10 +442,10 @@
},
start: 'Checking eligibility...',
end: 'Checking eligibility...',
status: {
- notEligible: (envKey, envType, version, reason) => `${log_symbols_1.default.info} App [${version}] in [${exports.Text.env.displayEnvironment(envKey, envType)}] is not eligible for Runs on Atlassian.\n${log_color_1.LogColor.warn(itemList(reason))}`,
- eligible: (envKey, envType, version) => `${log_symbols_1.default.info} App [${version}] in [${exports.Text.env.displayEnvironment(envKey, envType)}] is eligible for Runs on Atlassian.`
+ notEligible: (envKey, envType, version, reason) => `${log_symbols_1.default.info} The version of your app [${version}] that's deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is not eligible for the Runs on Atlassian program.\n${log_color_1.LogColor.warn(itemList(reason))}`,
+ eligible: (envKey, envType, version) => `${log_symbols_1.default.info} The version of your app [${version}] that's deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is eligible for the Runs on Atlassian program.`
},
rule: {
conversion: (rule) => {
switch (rule) {
@@ -456,8 +456,10 @@
case 'HAS_DEFINED_EGRESS':
return 'App is egressing data';
case 'HAS_EXPOSED_CREDENTIALS':
return 'App is exposing credentials';
+ case 'HAS_NON_DARE_COMPLIANT_SQL_MODULES':
+ return 'App is using an SQL module that is in Preview';
default:
return rule;
}
}
@@ -524,10 +526,10 @@
notFound: "Couldn't find app deployment"
},
outdatedInstallations: `We've detected new scopes or egress URLs in your app.\n` +
`Run ${forge('install', '--upgrade')} and restart your tunnel to put them into effect.`,
- postDeploymentRoaEligibilityFailure: (appVersion, envKey, envType) => `${log_symbols_1.default.info} This app [${appVersion}] on [${exports.Text.env.displayEnvironment(envKey, envType)}] is not eligible for Runs on Atlassian. Run ${forge('eligibility')} to know more.\n\nTo know more about Runs on Atlassian, go to https://go.atlassian.com/runs-on-atlassian`,
- postDeploymentRoaEligibilitySuccess: (appVersion, envKey, envType) => `${log_symbols_1.default.info} This app [${appVersion}] on [${exports.Text.env.displayEnvironment(envKey, envType)}] is eligible for Runs on Atlassian.\n\nTo know more about Runs on Atlassian, go to https://go.atlassian.com/runs-on-atlassian`,
+ postDeploymentRoaEligibilityFailure: (appVersion, envKey, envType) => `${log_symbols_1.default.info} The version of your app [${appVersion}] that was just deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is not eligible for the Runs on Atlassian program. Run ${forge('eligibility')} to know more.\n\nTo know more about Runs on Atlassian, go to https://go.atlassian.com/runs-on-atlassian`,
+ postDeploymentRoaEligibilitySuccess: (appVersion, envKey, envType) => `${log_symbols_1.default.info} The version of your app [${appVersion}] that was just deployed to [${exports.Text.env.displayEnvironment(envKey, envType)}] is eligible for the Runs on Atlassian program.\n\nTo know more about Runs on Atlassian, go to https://go.atlassian.com/runs-on-atlassian`,
listIndexes: (environment) => `Run ${forge('storage', 'entities', 'indexes', 'list', '-e', (0, environment_1.environmentToOption)(environment))} to check the status of the indexes.`,
reindexingInProgress: {
continueDeployment: 'Reindexing is currently in progress. Are you sure you want to deploy?',
successfulDeployment: 'Deployment successful. Please note - indexing currently in progress.'