@forge/cli-shared 2.1.5 → 2.1.6-next.3
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.
- package/CHANGELOG.md +27 -0
- package/out/config/config-file.d.ts +3 -1
- package/out/config/config-file.d.ts.map +1 -1
- package/out/config/config-file.js +20 -6
- package/out/graphql/graphql-types.d.ts +117 -86
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -0
- package/package.json +2 -2
|
@@ -889,6 +889,7 @@ var RateLimitingCurrency;
|
|
|
889
889
|
(function (RateLimitingCurrency) {
|
|
890
890
|
RateLimitingCurrency["TestingService"] = "TESTING_SERVICE";
|
|
891
891
|
RateLimitingCurrency["ForgeMetricsCurrency"] = "FORGE_METRICS_CURRENCY";
|
|
892
|
+
RateLimitingCurrency["CompassInsertMetricValueCurrency"] = "COMPASS_INSERT_METRIC_VALUE_CURRENCY";
|
|
892
893
|
})(RateLimitingCurrency = exports.RateLimitingCurrency || (exports.RateLimitingCurrency = {}));
|
|
893
894
|
var RoadmapEpicView;
|
|
894
895
|
(function (RoadmapEpicView) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6-next.3",
|
|
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": "2.5.
|
|
15
|
+
"@forge/manifest": "2.5.1-next.2",
|
|
16
16
|
"@forge/util": "1.0.1",
|
|
17
17
|
"array.prototype.flatmap": "^1.2.3",
|
|
18
18
|
"case": "^1.6.2",
|