@forge/cli-shared 6.7.1-next.2 → 6.7.1-next.2-experimental-a12307f
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.
|
@@ -5779,6 +5779,7 @@ var JiraJqlViewContext;
|
|
|
5779
5779
|
(function (JiraJqlViewContext) {
|
|
5780
5780
|
JiraJqlViewContext["JpdRoadmaps"] = "JPD_ROADMAPS";
|
|
5781
5781
|
JiraJqlViewContext["JswPlans"] = "JSW_PLANS";
|
|
5782
|
+
JiraJqlViewContext["JswSummaryPage"] = "JSW_SUMMARY_PAGE";
|
|
5782
5783
|
JiraJqlViewContext["Jwm"] = "JWM";
|
|
5783
5784
|
JiraJqlViewContext["ShadowRequest"] = "SHADOW_REQUEST";
|
|
5784
5785
|
})(JiraJqlViewContext = exports.JiraJqlViewContext || (exports.JiraJqlViewContext = {}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "6.7.1-next.2",
|
|
3
|
+
"version": "6.7.1-next.2-experimental-a12307f",
|
|
4
4
|
"description": "Common functionality for Forge CLI",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -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.9.0-next.0",
|
|
15
|
+
"@forge/manifest": "8.9.0-next.0-experimental-a12307f",
|
|
16
16
|
"@forge/util": "1.4.8",
|
|
17
17
|
"@forge/i18n": "0.0.4",
|
|
18
18
|
"@sentry/node": "7.106.0",
|