@forge/cli-shared
8.15.1-next.38.15.1-next.4
out/ui/text.jsout/ui/text.js+2−1
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -116,9 +116,10 @@
uikit: (modules) => {
return `${chalk_1.default.bold('Warning')}: Your app is currently using deprecated UI Kit 1 modules: ${modules.join(', ')}. ${chalk_1.default.bold('UI Kit 1')} has been deprecated on February 28, 2025. Please refer to the ${(0, terminal_link_1.default)('documentation', 'https://developer.atlassian.com/platform/forge/ui-kit/upgrade-to-ui-kit-latest/#upgrade-from-ui-kit-1-to-ui-kit-latest-version')} to upgrade your modules.`;
}
},
- oldCreateCommandDeprecation: `${chalk_1.default.bold('Warning')}: This command is deprecated and will be removed in newer versions of the CLI after May 2026. Use '${forge('webtrigger create')}' instead.`
+ oldCreateCommandDeprecation: `${chalk_1.default.bold('Warning')}: This command is deprecated and will be removed in newer versions of the CLI after May 2026. Use '${forge('webtrigger create')}' instead.`,
+ statsigFetchFailed: (type) => `Failed to fetch Forge ${type}. Some preview features may be unavailable. Rerun the command to retry.`
},
maxSizeOfUsersWithAccess: 10,
installationContext: {
overviewProduct: 'Select an Atlassian app or platform tool.\n',