@forge/cli-shared 2.1.5-next.9 → 2.1.6-next.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.
@@ -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.5-next.9",
3
+ "version": "2.1.6-next.2",
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.0-next.9",
15
+ "@forge/manifest": "2.5.1-next.1",
16
16
  "@forge/util": "1.0.1",
17
17
  "array.prototype.flatmap": "^1.2.3",
18
18
  "case": "^1.6.2",