@forge/cli-shared 3.10.2-next.0 → 3.10.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.
|
@@ -1702,7 +1702,6 @@ var RateLimitingCurrency;
|
|
|
1702
1702
|
RateLimitingCurrency["TeamSearchCurrency"] = "TEAM_SEARCH_CURRENCY";
|
|
1703
1703
|
RateLimitingCurrency["PolarisCurrency"] = "POLARIS_CURRENCY";
|
|
1704
1704
|
RateLimitingCurrency["CompassSynchronizeLinkAssociationsCurrency"] = "COMPASS_SYNCHRONIZE_LINK_ASSOCIATIONS_CURRENCY";
|
|
1705
|
-
RateLimitingCurrency["DirectoryCurrency"] = "DIRECTORY_CURRENCY";
|
|
1706
1705
|
RateLimitingCurrency["HelpObjectStoreCurrency"] = "HELP_OBJECT_STORE_CURRENCY";
|
|
1707
1706
|
RateLimitingCurrency["ForgeMetricsCurrency"] = "FORGE_METRICS_CURRENCY";
|
|
1708
1707
|
RateLimitingCurrency["DevopsServiceReadCurrency"] = "DEVOPS_SERVICE_READ_CURRENCY";
|
|
@@ -2115,6 +2114,7 @@ var Scope;
|
|
|
2115
2114
|
Scope["MigrateConfluence"] = "MIGRATE_CONFLUENCE";
|
|
2116
2115
|
Scope["ReadTeam"] = "READ_TEAM";
|
|
2117
2116
|
Scope["ReadTeamMembers"] = "READ_TEAM_MEMBERS";
|
|
2117
|
+
Scope["TrelloAtlassianExternal"] = "TRELLO_ATLASSIAN_EXTERNAL";
|
|
2118
2118
|
})(Scope = exports.Scope || (exports.Scope = {}));
|
|
2119
2119
|
var SearchBoardProductType;
|
|
2120
2120
|
(function (SearchBoardProductType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.10.2
|
|
3
|
+
"version": "3.10.2",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@forge/manifest": "4.9.2
|
|
16
|
-
"@forge/util": "1.2.3
|
|
15
|
+
"@forge/manifest": "4.9.2",
|
|
16
|
+
"@forge/util": "1.2.3",
|
|
17
17
|
"@sentry/node": "^7.29.0",
|
|
18
18
|
"array.prototype.flatmap": "^1.2.3",
|
|
19
19
|
"case": "^1.6.3",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"cli-table3": "^0.6.3",
|
|
23
23
|
"conf": "^6.2.4",
|
|
24
24
|
"cross-spawn": "^7.0.3",
|
|
25
|
-
"env-paths": "^2.2.
|
|
25
|
+
"env-paths": "^2.2.1",
|
|
26
26
|
"figures": "^3.2.0",
|
|
27
27
|
"fp-ts": "^2.0.1",
|
|
28
28
|
"fs-extra": "^8.1.0",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"yaml": "^1.10.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
+
"@atlassian/xen-test-util": "^1.1.1",
|
|
48
49
|
"@graphql-codegen/add": "^2.0.1",
|
|
49
50
|
"@graphql-codegen/cli": "^1.21.6",
|
|
50
51
|
"@graphql-codegen/typescript": "^1.17.10",
|