@forge/cli-shared 4.2.0 → 4.2.1-next.1
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.
|
@@ -4489,10 +4489,12 @@ var SearchResultType;
|
|
|
4489
4489
|
SearchResultType["Learning"] = "learning";
|
|
4490
4490
|
SearchResultType["Page"] = "page";
|
|
4491
4491
|
SearchResultType["Plan"] = "plan";
|
|
4492
|
+
SearchResultType["Presentation"] = "presentation";
|
|
4492
4493
|
SearchResultType["Project"] = "project";
|
|
4493
4494
|
SearchResultType["Question"] = "question";
|
|
4494
4495
|
SearchResultType["Repository"] = "repository";
|
|
4495
4496
|
SearchResultType["Space"] = "space";
|
|
4497
|
+
SearchResultType["Spreadsheet"] = "spreadsheet";
|
|
4496
4498
|
SearchResultType["Tag"] = "tag";
|
|
4497
4499
|
SearchResultType["Unrecognised"] = "unrecognised";
|
|
4498
4500
|
SearchResultType["Whiteboard"] = "whiteboard";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1-next.1",
|
|
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.2.
|
|
15
|
+
"@forge/manifest": "7.2.3-next.1",
|
|
16
16
|
"@forge/util": "1.4.3",
|
|
17
17
|
"@sentry/node": "7.100.1",
|
|
18
18
|
"adm-zip": "^0.5.10",
|