@forge/cli-shared 6.4.0-next.7 → 6.4.0-next.8

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.
@@ -3691,12 +3691,14 @@ var GrowthUnifiedProfileJtbd;
3691
3691
  GrowthUnifiedProfileJtbd["ProjectPlanning"] = "PROJECT_PLANNING";
3692
3692
  GrowthUnifiedProfileJtbd["ProjectPlanningAndCoordination"] = "PROJECT_PLANNING_AND_COORDINATION";
3693
3693
  GrowthUnifiedProfileJtbd["ProjectProgress"] = "PROJECT_PROGRESS";
3694
+ GrowthUnifiedProfileJtbd["RunSprints"] = "RUN_SPRINTS";
3694
3695
  GrowthUnifiedProfileJtbd["Stakeholders"] = "STAKEHOLDERS";
3695
3696
  GrowthUnifiedProfileJtbd["StrategiesAndGoals"] = "STRATEGIES_AND_GOALS";
3696
3697
  GrowthUnifiedProfileJtbd["SystemAndToolEvaluations"] = "SYSTEM_AND_TOOL_EVALUATIONS";
3697
3698
  GrowthUnifiedProfileJtbd["TrackingRprtng"] = "TRACKING_RPRTNG";
3698
3699
  GrowthUnifiedProfileJtbd["TrackBugs"] = "TRACK_BUGS";
3699
3700
  GrowthUnifiedProfileJtbd["UseKanbanBoard"] = "USE_KANBAN_BOARD";
3701
+ GrowthUnifiedProfileJtbd["WorkInScrum"] = "WORK_IN_SCRUM";
3700
3702
  })(GrowthUnifiedProfileJtbd = exports.GrowthUnifiedProfileJtbd || (exports.GrowthUnifiedProfileJtbd = {}));
3701
3703
  var GrowthUnifiedProfileJiraFamiliarity;
3702
3704
  (function (GrowthUnifiedProfileJiraFamiliarity) {
@@ -16,7 +16,7 @@ class StatsigReader {
16
16
  return (await this.checkGate('is-logs-v-2-api-enabled')) ?? true;
17
17
  }
18
18
  async isAtlasProductSupported() {
19
- return (await this.checkGate('forge-cli-enable-atlas-product-support')) ?? true;
19
+ return (await this.checkGate('forge-cli-enable-atlas-product-support')) ?? false;
20
20
  }
21
21
  }
22
22
  exports.StatsigReader = StatsigReader;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.4.0-next.7",
3
+ "version": "6.4.0-next.8",
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": "8.1.0-next.5",
15
+ "@forge/manifest": "8.1.0-next.6",
16
16
  "@forge/util": "1.4.5",
17
17
  "@forge/i18n": "0.0.2",
18
18
  "@sentry/node": "7.106.0",