@forge/cli-shared 3.22.1-next.3 → 3.22.1
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.
|
@@ -2190,6 +2190,7 @@ var JiraMultiValueFieldOperations;
|
|
|
2190
2190
|
var JiraNotificationChannelType;
|
|
2191
2191
|
(function (JiraNotificationChannelType) {
|
|
2192
2192
|
JiraNotificationChannelType["Email"] = "EMAIL";
|
|
2193
|
+
JiraNotificationChannelType["InProduct"] = "IN_PRODUCT";
|
|
2193
2194
|
})(JiraNotificationChannelType = exports.JiraNotificationChannelType || (exports.JiraNotificationChannelType = {}));
|
|
2194
2195
|
var JiraNotificationType;
|
|
2195
2196
|
(function (JiraNotificationType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.22.1
|
|
3
|
+
"version": "3.22.1",
|
|
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.0
|
|
15
|
+
"@forge/manifest": "5.4.0",
|
|
16
16
|
"@forge/util": "1.3.3",
|
|
17
17
|
"@sentry/node": "^7.81.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|