@forge/cli-shared 6.6.1-next.16 → 6.6.1-next.18
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 +14 -0
- package/out/graphql/graphql-types.d.ts +168 -11
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -0
- package/out/ui/text.js +1 -1
- package/package.json +2 -2
|
@@ -293,6 +293,7 @@ var ApiGroup;
|
|
|
293
293
|
ApiGroup["Jira"] = "JIRA";
|
|
294
294
|
ApiGroup["Papi"] = "PAPI";
|
|
295
295
|
ApiGroup["Polaris"] = "POLARIS";
|
|
296
|
+
ApiGroup["ServiceHubAgentConfiguration"] = "SERVICE_HUB_AGENT_CONFIGURATION";
|
|
296
297
|
ApiGroup["SurfacePlatform"] = "SURFACE_PLATFORM";
|
|
297
298
|
ApiGroup["Teams"] = "TEAMS";
|
|
298
299
|
ApiGroup["VirtualAgent"] = "VIRTUAL_AGENT";
|
package/out/ui/text.js
CHANGED
|
@@ -699,7 +699,7 @@ What do you like or don't like about Forge? Share your feedback below or press C
|
|
|
699
699
|
},
|
|
700
700
|
end: (displayTick, product) => `${displayTick ? greenTick + ' ' : ''}Install in ${product} complete!`
|
|
701
701
|
},
|
|
702
|
-
booleanToScope: (isLatest) => (isLatest ? `Latest` : `Out-of-date`),
|
|
702
|
+
booleanToScope: (isLatest) => (isLatest ? `(Latest)` : `(Out-of-date)`),
|
|
703
703
|
alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required product, ${chalk_1.default.bold(product)}.`,
|
|
704
704
|
installingToRequiredProduct: (product) => `\nYour app will be installed into your required product, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional products.\n`,
|
|
705
705
|
installingToOptionalProduct: (product) => `\nThis app will be installed as an optional product on ${product}.\n`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.6.1-next.
|
|
3
|
+
"version": "6.6.1-next.18",
|
|
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": "8.7.0-next.
|
|
15
|
+
"@forge/manifest": "8.7.0-next.9",
|
|
16
16
|
"@forge/util": "1.4.8-next.0",
|
|
17
17
|
"@forge/i18n": "0.0.3",
|
|
18
18
|
"@sentry/node": "7.106.0",
|