@forge/cli-shared 6.8.0-next.24-experimental-99739ec → 6.8.0-next.25-experimental-1aaebb0

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.
@@ -5891,6 +5891,7 @@ var JiraJqlSyntaxError;
5891
5891
  var JiraJqlViewContext;
5892
5892
  (function (JiraJqlViewContext) {
5893
5893
  JiraJqlViewContext["JpdRoadmaps"] = "JPD_ROADMAPS";
5894
+ JiraJqlViewContext["JsmSummaryPage"] = "JSM_SUMMARY_PAGE";
5894
5895
  JiraJqlViewContext["JswPlans"] = "JSW_PLANS";
5895
5896
  JiraJqlViewContext["JswSummaryPage"] = "JSW_SUMMARY_PAGE";
5896
5897
  JiraJqlViewContext["Jwm"] = "JWM";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "6.8.0-next.24-experimental-99739ec",
3
+ "version": "6.8.0-next.25-experimental-1aaebb0",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,9 +12,9 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "8.9.0-next.12-experimental-99739ec",
15
+ "@forge/manifest": "9.0.0-next.13-experimental-1aaebb0",
16
16
  "@forge/util": "1.4.8",
17
- "@forge/i18n": "0.0.5-next.1-experimental-99739ec",
17
+ "@forge/i18n": "0.0.5-next.1-experimental-1aaebb0",
18
18
  "@sentry/node": "7.106.0",
19
19
  "adm-zip": "^0.5.10",
20
20
  "array.prototype.flatmap": "^1.3.2",