@forge/cli-shared 3.17.2-next.4 → 3.17.2-next.6
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.
|
@@ -1848,6 +1848,7 @@ var JiraVersionIssuesSortField;
|
|
|
1848
1848
|
JiraVersionIssuesSortField["Key"] = "KEY";
|
|
1849
1849
|
JiraVersionIssuesSortField["Priority"] = "PRIORITY";
|
|
1850
1850
|
JiraVersionIssuesSortField["Status"] = "STATUS";
|
|
1851
|
+
JiraVersionIssuesSortField["Type"] = "TYPE";
|
|
1851
1852
|
})(JiraVersionIssuesSortField = exports.JiraVersionIssuesSortField || (exports.JiraVersionIssuesSortField = {}));
|
|
1852
1853
|
var JiraVersionIssuesStatusCategories;
|
|
1853
1854
|
(function (JiraVersionIssuesStatusCategories) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.17.2-next.
|
|
3
|
+
"version": "3.17.2-next.6",
|
|
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": "4.19.1-next.
|
|
15
|
+
"@forge/manifest": "4.19.1-next.3",
|
|
16
16
|
"@forge/util": "1.3.1",
|
|
17
17
|
"@sentry/node": "^7.64.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"io-ts": "^2.2.20",
|
|
37
37
|
"keytar": "^7.9.0",
|
|
38
38
|
"launchdarkly-node-client-sdk": "^2.2.2",
|
|
39
|
-
"node-fetch": "2.6.
|
|
39
|
+
"node-fetch": "2.6.13",
|
|
40
40
|
"ora": "^4.1.1",
|
|
41
41
|
"recursive-readdir": "^2.2.3",
|
|
42
42
|
"semver": "^7.5.4",
|