@forge/cli-shared 3.20.4-next.0 → 3.20.4-next.2

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.
@@ -2288,6 +2288,7 @@ var NlpSearchResultFormat;
2288
2288
  (function (NlpSearchResultFormat) {
2289
2289
  NlpSearchResultFormat["Adf"] = "ADF";
2290
2290
  NlpSearchResultFormat["Json"] = "JSON";
2291
+ NlpSearchResultFormat["Markdown"] = "MARKDOWN";
2291
2292
  NlpSearchResultFormat["PlainText"] = "PLAIN_TEXT";
2292
2293
  })(NlpSearchResultFormat = exports.NlpSearchResultFormat || (exports.NlpSearchResultFormat = {}));
2293
2294
  var NlpSearchResultType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.20.4-next.0",
3
+ "version": "3.20.4-next.2",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,9 +12,9 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "5.0.1-next.0",
15
+ "@forge/manifest": "5.0.1-next.1",
16
16
  "@forge/util": "1.3.3",
17
- "@sentry/node": "^7.74.1",
17
+ "@sentry/node": "^7.75.1",
18
18
  "adm-zip": "^0.5.10",
19
19
  "array.prototype.flatmap": "^1.3.2",
20
20
  "case": "^1.6.3",