@forge/cli-shared 3.24.0-next.1 → 3.24.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.
|
@@ -2831,6 +2831,7 @@ var JiraProjectShortcutType;
|
|
|
2831
2831
|
var JiraProjectSortField;
|
|
2832
2832
|
(function (JiraProjectSortField) {
|
|
2833
2833
|
JiraProjectSortField["Category"] = "CATEGORY";
|
|
2834
|
+
JiraProjectSortField["Favourite"] = "FAVOURITE";
|
|
2834
2835
|
JiraProjectSortField["Key"] = "KEY";
|
|
2835
2836
|
JiraProjectSortField["LastIssueUpdatedTime"] = "LAST_ISSUE_UPDATED_TIME";
|
|
2836
2837
|
JiraProjectSortField["Lead"] = "LEAD";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.24.0-next.
|
|
3
|
+
"version": "3.24.0-next.2",
|
|
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": "6.1.0-next.
|
|
15
|
+
"@forge/manifest": "6.1.0-next.2",
|
|
16
16
|
"@forge/util": "1.4.1",
|
|
17
17
|
"@sentry/node": "7.100.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|