@forge/cli-shared 8.15.1-next.3 → 8.15.1-next.4-experimental-e5e0b64
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.
- package/CHANGELOG.md +18 -0
- package/out/graphql/graphql-types.d.ts +715 -89
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +85 -40
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +6 -2
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
package/out/ui/text.js
CHANGED
|
@@ -117,7 +117,8 @@ exports.Text = {
|
|
|
117
117
|
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.`;
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
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
|
|
120
|
+
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.`,
|
|
121
|
+
statsigFetchFailed: (type) => `Failed to fetch Forge ${type}. Some preview features may be unavailable. Rerun the command to retry.`
|
|
121
122
|
},
|
|
122
123
|
maxSizeOfUsersWithAccess: 10,
|
|
123
124
|
installationContext: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.15.1-next.
|
|
3
|
+
"version": "8.15.1-next.4-experimental-e5e0b64",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "12.1.0-next.2",
|
|
15
|
+
"@forge/manifest": "12.1.0-next.2-experimental-e5e0b64",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|