@forge/cli-shared 6.2.0-next.0 → 6.2.0
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.
|
@@ -6171,7 +6171,8 @@ var PrincipalType;
|
|
|
6171
6171
|
})(PrincipalType = exports.PrincipalType || (exports.PrincipalType = {}));
|
|
6172
6172
|
var RadarEntityType;
|
|
6173
6173
|
(function (RadarEntityType) {
|
|
6174
|
-
RadarEntityType["
|
|
6174
|
+
RadarEntityType["FocusArea"] = "focusArea";
|
|
6175
|
+
RadarEntityType["Position"] = "position";
|
|
6175
6176
|
})(RadarEntityType = exports.RadarEntityType || (exports.RadarEntityType = {}));
|
|
6176
6177
|
var RadarFieldType;
|
|
6177
6178
|
(function (RadarFieldType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.2.0
|
|
3
|
+
"version": "6.2.0",
|
|
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": "7.11.0
|
|
15
|
+
"@forge/manifest": "7.11.0",
|
|
16
16
|
"@forge/util": "1.4.4",
|
|
17
17
|
"@forge/i18n": "0.0.1",
|
|
18
18
|
"@sentry/node": "7.106.0",
|