npm package diff
Package: @forge/cli-shared
Versions: 7.1.0-next.4 - 7.1.0-next.5
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -109,15 +109,8 @@
`\nUnsupported Node.js versions are not guaranteed to work correctly.\n`),
deprecation: {
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.`;
- },
- runtime: (runtimeName) => {
- const changelogUrl = 'https://go.atlassian.com/forge-changelog';
- const warningMessage = runtimeName === 'sandbox'
- ? `The sandbox runtime is deprecated and will be removed in the future ${buildTerminalLink(`${changelogUrl}/#CHANGE-789`)}.`
- : `The ${runtimeName} runtime is deprecated and will be removed in the future. Check ${buildTerminalLink(changelogUrl)} for more information on ${runtimeName} deprecation and removal dates.`;
- return `${chalk_1.default.bold('Warning')}: ${warningMessage}`;
}
}
},
maxSizeOfUsersWithAccess: 10,