@forge/cli-shared 5.1.0-next.2 → 5.1.0-next.3
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.
|
@@ -2376,6 +2376,7 @@ var HelpExternalResourceLinkResourceType;
|
|
|
2376
2376
|
var HelpLayoutAtomicElementKey;
|
|
2377
2377
|
(function (HelpLayoutAtomicElementKey) {
|
|
2378
2378
|
HelpLayoutAtomicElementKey["Announcement"] = "ANNOUNCEMENT";
|
|
2379
|
+
HelpLayoutAtomicElementKey["Editor"] = "EDITOR";
|
|
2379
2380
|
HelpLayoutAtomicElementKey["Heading"] = "HEADING";
|
|
2380
2381
|
HelpLayoutAtomicElementKey["Hero"] = "HERO";
|
|
2381
2382
|
HelpLayoutAtomicElementKey["Image"] = "IMAGE";
|
|
@@ -2397,6 +2398,7 @@ var HelpLayoutElementCategory;
|
|
|
2397
2398
|
var HelpLayoutElementKey;
|
|
2398
2399
|
(function (HelpLayoutElementKey) {
|
|
2399
2400
|
HelpLayoutElementKey["Announcement"] = "ANNOUNCEMENT";
|
|
2401
|
+
HelpLayoutElementKey["Editor"] = "EDITOR";
|
|
2400
2402
|
HelpLayoutElementKey["Heading"] = "HEADING";
|
|
2401
2403
|
HelpLayoutElementKey["Hero"] = "HERO";
|
|
2402
2404
|
HelpLayoutElementKey["Image"] = "IMAGE";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.3",
|
|
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": "7.4.1-next.
|
|
15
|
+
"@forge/manifest": "7.4.1-next.1",
|
|
16
16
|
"@forge/util": "1.4.3",
|
|
17
17
|
"@sentry/node": "7.100.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|