@forge/cli-shared 6.3.0-next.11 → 6.3.0-next.12
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.
|
@@ -4171,6 +4171,7 @@ var JiraBulkEditMultiSelectFieldOptions;
|
|
|
4171
4171
|
})(JiraBulkEditMultiSelectFieldOptions = exports.JiraBulkEditMultiSelectFieldOptions || (exports.JiraBulkEditMultiSelectFieldOptions = {}));
|
|
4172
4172
|
var JiraBulkOperationType;
|
|
4173
4173
|
(function (JiraBulkOperationType) {
|
|
4174
|
+
JiraBulkOperationType["BulkDelete"] = "BULK_DELETE";
|
|
4174
4175
|
JiraBulkOperationType["BulkEdit"] = "BULK_EDIT";
|
|
4175
4176
|
JiraBulkOperationType["BulkTransition"] = "BULK_TRANSITION";
|
|
4176
4177
|
})(JiraBulkOperationType = exports.JiraBulkOperationType || (exports.JiraBulkOperationType = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.3.0-next.
|
|
3
|
+
"version": "6.3.0-next.12",
|
|
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": "8.0.0-next.
|
|
15
|
+
"@forge/manifest": "8.0.0-next.10",
|
|
16
16
|
"@forge/util": "1.4.4",
|
|
17
17
|
"@forge/i18n": "0.0.2-next.0",
|
|
18
18
|
"@sentry/node": "7.106.0",
|