@forge/cli-shared 2.4.1-next.0 → 2.4.1-next.1

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.
@@ -1203,6 +1203,7 @@ var Scope;
1203
1203
  Scope["ReadAccount"] = "READ_ACCOUNT";
1204
1204
  Scope["ViewUserprofile"] = "VIEW_USERPROFILE";
1205
1205
  Scope["IdentityAtlassianExternal"] = "IDENTITY_ATLASSIAN_EXTERNAL";
1206
+ Scope["CompassAtlassianExternal"] = "COMPASS_ATLASSIAN_EXTERNAL";
1206
1207
  Scope["ReadCompassComponent"] = "READ_COMPASS_COMPONENT";
1207
1208
  Scope["WriteCompassComponent"] = "WRITE_COMPASS_COMPONENT";
1208
1209
  Scope["ReadCompassScorecard"] = "READ_COMPASS_SCORECARD";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "2.4.1-next.0",
3
+ "version": "2.4.1-next.1",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "3.5.1-next.0",
15
+ "@forge/manifest": "3.6.0-next.1",
16
16
  "@forge/util": "1.2.0",
17
17
  "array.prototype.flatmap": "^1.2.3",
18
18
  "case": "^1.6.2",