@forge/cli-shared 3.17.1 → 3.17.2-next.0
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.
|
@@ -901,6 +901,7 @@ var DevOpsProviderType;
|
|
|
901
901
|
DevOpsProviderType["RemoteLinks"] = "REMOTE_LINKS";
|
|
902
902
|
DevOpsProviderType["Security"] = "SECURITY";
|
|
903
903
|
DevOpsProviderType["Documentation"] = "DOCUMENTATION";
|
|
904
|
+
DevOpsProviderType["Design"] = "DESIGN";
|
|
904
905
|
})(DevOpsProviderType = exports.DevOpsProviderType || (exports.DevOpsProviderType = {}));
|
|
905
906
|
var DevOpsPullRequestApprovalStatus;
|
|
906
907
|
(function (DevOpsPullRequestApprovalStatus) {
|
|
@@ -2188,6 +2189,7 @@ var RateLimitingCurrency;
|
|
|
2188
2189
|
(function (RateLimitingCurrency) {
|
|
2189
2190
|
RateLimitingCurrency["TestingService"] = "TESTING_SERVICE";
|
|
2190
2191
|
RateLimitingCurrency["TrelloCurrency"] = "TRELLO_CURRENCY";
|
|
2192
|
+
RateLimitingCurrency["TrelloMutationCurrency"] = "TRELLO_MUTATION_CURRENCY";
|
|
2191
2193
|
RateLimitingCurrency["DevopsToolRelationshipsReadCurrency"] = "DEVOPS_TOOL_RELATIONSHIPS_READ_CURRENCY";
|
|
2192
2194
|
RateLimitingCurrency["DevopsToolRelationshipsWriteCurrency"] = "DEVOPS_TOOL_RELATIONSHIPS_WRITE_CURRENCY";
|
|
2193
2195
|
RateLimitingCurrency["CannedResponseQueryCurrency"] = "CANNED_RESPONSE_QUERY_CURRENCY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.2-next.0",
|
|
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": "4.19.0",
|
|
15
|
+
"@forge/manifest": "4.19.1-next.0",
|
|
16
16
|
"@forge/util": "1.3.1",
|
|
17
17
|
"@sentry/node": "^7.61.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|