@forge/cli-shared 3.15.1-next.1 → 3.15.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.
|
@@ -1858,6 +1858,10 @@ var RateLimitingCurrency;
|
|
|
1858
1858
|
(function (RateLimitingCurrency) {
|
|
1859
1859
|
RateLimitingCurrency["TestingService"] = "TESTING_SERVICE";
|
|
1860
1860
|
RateLimitingCurrency["TrelloCurrency"] = "TRELLO_CURRENCY";
|
|
1861
|
+
RateLimitingCurrency["DevopsToolRelationshipsReadCurrency"] = "DEVOPS_TOOL_RELATIONSHIPS_READ_CURRENCY";
|
|
1862
|
+
RateLimitingCurrency["DevopsToolRelationshipsWriteCurrency"] = "DEVOPS_TOOL_RELATIONSHIPS_WRITE_CURRENCY";
|
|
1863
|
+
RateLimitingCurrency["CannedResponseQueryCurrency"] = "CANNED_RESPONSE_QUERY_CURRENCY";
|
|
1864
|
+
RateLimitingCurrency["CannedResponseMutationCurrency"] = "CANNED_RESPONSE_MUTATION_CURRENCY";
|
|
1861
1865
|
RateLimitingCurrency["DevopsContainerRelationshipsReadCurrency"] = "DEVOPS_CONTAINER_RELATIONSHIPS_READ_CURRENCY";
|
|
1862
1866
|
RateLimitingCurrency["DevopsContainerRelationshipsWriteCurrency"] = "DEVOPS_CONTAINER_RELATIONSHIPS_WRITE_CURRENCY";
|
|
1863
1867
|
RateLimitingCurrency["NaturalLanguageToJqlCurrency"] = "NATURAL_LANGUAGE_TO_JQL_CURRENCY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.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.16.0",
|
|
15
|
+
"@forge/manifest": "4.16.1-next.0",
|
|
16
16
|
"@forge/util": "1.2.3",
|
|
17
17
|
"@sentry/node": "^7.56.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"io-ts": "^2.0.6",
|
|
37
37
|
"keytar": "^7.9.0",
|
|
38
38
|
"launchdarkly-node-client-sdk": "^2.0.3",
|
|
39
|
-
"node-fetch": "2.6.
|
|
39
|
+
"node-fetch": "2.6.12",
|
|
40
40
|
"ora": "^4.0.3",
|
|
41
41
|
"recursive-readdir": "^2.2.3",
|
|
42
42
|
"semver": "^6.3.0",
|