@forge/cli-shared 5.2.1-next.1-experimental-567ca77 → 5.3.0-next.2
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.
|
@@ -4293,6 +4293,7 @@ var JiraProjectStyle;
|
|
|
4293
4293
|
var JiraProjectType;
|
|
4294
4294
|
(function (JiraProjectType) {
|
|
4295
4295
|
JiraProjectType["Business"] = "BUSINESS";
|
|
4296
|
+
JiraProjectType["CustomerService"] = "CUSTOMER_SERVICE";
|
|
4296
4297
|
JiraProjectType["ProductDiscovery"] = "PRODUCT_DISCOVERY";
|
|
4297
4298
|
JiraProjectType["ServiceDesk"] = "SERVICE_DESK";
|
|
4298
4299
|
JiraProjectType["Software"] = "SOFTWARE";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-next.2",
|
|
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": "7.5.1-next.
|
|
15
|
+
"@forge/manifest": "7.5.1-next.2",
|
|
16
16
|
"@forge/util": "1.4.4",
|
|
17
17
|
"@sentry/node": "7.100.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|