@forge/cli-shared 3.20.4-next.4 → 3.20.5-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.
|
@@ -2494,7 +2494,6 @@ var RateLimitingCurrency;
|
|
|
2494
2494
|
RateLimitingCurrency["HelpCenterCurrency"] = "HELP_CENTER_CURRENCY";
|
|
2495
2495
|
RateLimitingCurrency["HelpLayoutCurrency"] = "HELP_LAYOUT_CURRENCY";
|
|
2496
2496
|
RateLimitingCurrency["HelpObjectStoreCurrency"] = "HELP_OBJECT_STORE_CURRENCY";
|
|
2497
|
-
RateLimitingCurrency["NaturalLanguageToJqlCurrency"] = "NATURAL_LANGUAGE_TO_JQL_CURRENCY";
|
|
2498
2497
|
RateLimitingCurrency["PolarisBetaUserCurrency"] = "POLARIS_BETA_USER_CURRENCY";
|
|
2499
2498
|
RateLimitingCurrency["PolarisCollabTokenQueryCurrency"] = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY";
|
|
2500
2499
|
RateLimitingCurrency["PolarisCommentCurrency"] = "POLARIS_COMMENT_CURRENCY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.20.
|
|
3
|
+
"version": "3.20.5-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": "5.0.
|
|
15
|
+
"@forge/manifest": "5.0.2-next.0",
|
|
16
16
|
"@forge/util": "1.3.3",
|
|
17
17
|
"@sentry/node": "^7.76.0",
|
|
18
18
|
"adm-zip": "^0.5.10",
|