@forge/cli-shared 6.0.0-next.18 → 6.0.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.
|
@@ -4760,7 +4760,6 @@ var JiraNavigationItemTypeKey;
|
|
|
4760
4760
|
JiraNavigationItemTypeKey["Reports"] = "REPORTS";
|
|
4761
4761
|
JiraNavigationItemTypeKey["Requests"] = "REQUESTS";
|
|
4762
4762
|
JiraNavigationItemTypeKey["Security"] = "SECURITY";
|
|
4763
|
-
JiraNavigationItemTypeKey["Shortcut"] = "SHORTCUT";
|
|
4764
4763
|
JiraNavigationItemTypeKey["Shortcuts"] = "SHORTCUTS";
|
|
4765
4764
|
JiraNavigationItemTypeKey["Summary"] = "SUMMARY";
|
|
4766
4765
|
JiraNavigationItemTypeKey["Timeline"] = "TIMELINE";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.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.9.0
|
|
15
|
+
"@forge/manifest": "7.9.0",
|
|
16
16
|
"@forge/util": "1.4.4",
|
|
17
17
|
"@forge/i18n": "0.0.1",
|
|
18
18
|
"@sentry/node": "7.100.1",
|