@forge/cli-shared 6.10.0-next.1 → 6.10.0-next.2

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.
@@ -286,6 +286,7 @@ var ApiGroup;
286
286
  ApiGroup["ConfluenceUser"] = "CONFLUENCE_USER";
287
287
  ApiGroup["ConfluenceV2"] = "CONFLUENCE_V2";
288
288
  ApiGroup["ContentPlatformApi"] = "CONTENT_PLATFORM_API";
289
+ ApiGroup["CsmAi"] = "CSM_AI";
289
290
  ApiGroup["CustomerService"] = "CUSTOMER_SERVICE";
290
291
  ApiGroup["DevopsAriGraph"] = "DEVOPS_ARI_GRAPH";
291
292
  ApiGroup["DevopsContainerRelationship"] = "DEVOPS_CONTAINER_RELATIONSHIP";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.10.0-next.1",
3
+ "version": "6.10.0-next.2",
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": "9.2.0-next.0",
15
+ "@forge/manifest": "9.2.0-next.1",
16
16
  "@forge/util": "1.4.8",
17
17
  "@forge/i18n": "0.0.5",
18
18
  "@sentry/node": "7.106.0",