@forge/cli-shared 2.2.1-next.0 → 2.2.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.
|
@@ -1105,6 +1105,8 @@ var Scope;
|
|
|
1105
1105
|
Scope["WriteCompassScorecard"] = "WRITE_COMPASS_SCORECARD";
|
|
1106
1106
|
Scope["ReadCompassEvent"] = "READ_COMPASS_EVENT";
|
|
1107
1107
|
Scope["WriteCompassEvent"] = "WRITE_COMPASS_EVENT";
|
|
1108
|
+
Scope["ReadCompassMetric"] = "READ_COMPASS_METRIC";
|
|
1109
|
+
Scope["WriteCompassMetric"] = "WRITE_COMPASS_METRIC";
|
|
1108
1110
|
Scope["ConfluenceAtlassianExternal"] = "CONFLUENCE_ATLASSIAN_EXTERNAL";
|
|
1109
1111
|
Scope["ReadConfluenceContentAll"] = "READ_CONFLUENCE_CONTENT_ALL";
|
|
1110
1112
|
Scope["ReadConfluenceContentSummary"] = "READ_CONFLUENCE_CONTENT_SUMMARY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "2.2.1-next.
|
|
3
|
+
"version": "2.2.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.1.0-next.
|
|
15
|
+
"@forge/manifest": "3.1.0-next.1",
|
|
16
16
|
"@forge/util": "1.0.1",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|