@forge/cli-shared 3.23.3 → 3.23.4-next.0
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.
|
@@ -3434,6 +3434,7 @@ var PolarisViewLayoutType;
|
|
|
3434
3434
|
(function (PolarisViewLayoutType) {
|
|
3435
3435
|
PolarisViewLayoutType["Compact"] = "COMPACT";
|
|
3436
3436
|
PolarisViewLayoutType["Detailed"] = "DETAILED";
|
|
3437
|
+
PolarisViewLayoutType["Summary"] = "SUMMARY";
|
|
3437
3438
|
})(PolarisViewLayoutType = exports.PolarisViewLayoutType || (exports.PolarisViewLayoutType = {}));
|
|
3438
3439
|
var PolarisViewSetType;
|
|
3439
3440
|
(function (PolarisViewSetType) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.4-next.0",
|
|
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": "5.
|
|
15
|
+
"@forge/manifest": "5.6.0-next.0",
|
|
16
16
|
"@forge/util": "1.4.1",
|
|
17
17
|
"@sentry/node": "7.100.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|