@forge/cli-shared 3.22.0-next.4 → 3.22.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.
|
@@ -1720,6 +1720,7 @@ var JiraEmailMimeType;
|
|
|
1720
1720
|
})(JiraEmailMimeType = exports.JiraEmailMimeType || (exports.JiraEmailMimeType = {}));
|
|
1721
1721
|
var JiraFavouriteType;
|
|
1722
1722
|
(function (JiraFavouriteType) {
|
|
1723
|
+
JiraFavouriteType["Filter"] = "FILTER";
|
|
1723
1724
|
JiraFavouriteType["Project"] = "PROJECT";
|
|
1724
1725
|
})(JiraFavouriteType = exports.JiraFavouriteType || (exports.JiraFavouriteType = {}));
|
|
1725
1726
|
var JiraFieldOptionIdsFilterOperation;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.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.2.1-next.
|
|
15
|
+
"@forge/manifest": "5.2.1-next.3",
|
|
16
16
|
"@forge/util": "1.3.3",
|
|
17
17
|
"@sentry/node": "^7.81.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|