@forge/cli-shared 3.23.0-next.3 → 3.23.0-next.5
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.
|
@@ -2421,6 +2421,7 @@ var JiraJqlAutocompleteType;
|
|
|
2421
2421
|
JiraJqlAutocompleteType["Option"] = "OPTION";
|
|
2422
2422
|
JiraJqlAutocompleteType["Priority"] = "PRIORITY";
|
|
2423
2423
|
JiraJqlAutocompleteType["Project"] = "PROJECT";
|
|
2424
|
+
JiraJqlAutocompleteType["Requesttype"] = "REQUESTTYPE";
|
|
2424
2425
|
JiraJqlAutocompleteType["Resolution"] = "RESOLUTION";
|
|
2425
2426
|
JiraJqlAutocompleteType["Sprint"] = "SPRINT";
|
|
2426
2427
|
JiraJqlAutocompleteType["Status"] = "STATUS";
|
|
@@ -2520,6 +2521,7 @@ var JiraNotificationChannelType;
|
|
|
2520
2521
|
(function (JiraNotificationChannelType) {
|
|
2521
2522
|
JiraNotificationChannelType["Email"] = "EMAIL";
|
|
2522
2523
|
JiraNotificationChannelType["InProduct"] = "IN_PRODUCT";
|
|
2524
|
+
JiraNotificationChannelType["MobilePush"] = "MOBILE_PUSH";
|
|
2523
2525
|
})(JiraNotificationChannelType = exports.JiraNotificationChannelType || (exports.JiraNotificationChannelType = {}));
|
|
2524
2526
|
var JiraNotificationType;
|
|
2525
2527
|
(function (JiraNotificationType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.23.0-next.
|
|
3
|
+
"version": "3.23.0-next.5",
|
|
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": "5.4.1-next.
|
|
15
|
+
"@forge/manifest": "5.4.1-next.4",
|
|
16
16
|
"@forge/util": "1.4.0-next.0",
|
|
17
17
|
"@sentry/node": "^7.81.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@types/inquirer": "^8.2.10",
|
|
63
63
|
"@types/jest": "^29.5.11",
|
|
64
64
|
"@types/node": "14.18.63",
|
|
65
|
-
"@types/node-fetch": "^2.6.
|
|
65
|
+
"@types/node-fetch": "^2.6.10",
|
|
66
66
|
"@types/recursive-readdir": "^2.2.4",
|
|
67
67
|
"@types/tmp": "^0.2.6",
|
|
68
68
|
"jest-fixtures": "^0.6.0",
|