@forge/cli-shared 6.6.1-next.16 → 6.6.1-next.17
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.
|
@@ -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/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.17",
|
|
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",
|