@forge/cli-shared 8.8.1-next.1 → 8.8.1-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.
@@ -8062,6 +8062,7 @@ var MarketplaceConsoleCloudComplianceBoundary;
8062
8062
  (function (MarketplaceConsoleCloudComplianceBoundary) {
8063
8063
  MarketplaceConsoleCloudComplianceBoundary["Commercial"] = "COMMERCIAL";
8064
8064
  MarketplaceConsoleCloudComplianceBoundary["FedrampModerate"] = "FEDRAMP_MODERATE";
8065
+ MarketplaceConsoleCloudComplianceBoundary["IsolatedCloud"] = "ISOLATED_CLOUD";
8065
8066
  })(MarketplaceConsoleCloudComplianceBoundary = exports.MarketplaceConsoleCloudComplianceBoundary || (exports.MarketplaceConsoleCloudComplianceBoundary = {}));
8066
8067
  var MarketplaceConsoleDevSpaceProgram;
8067
8068
  (function (MarketplaceConsoleDevSpaceProgram) {
@@ -8268,6 +8269,7 @@ var MarketplaceStoreInstallationTargetProduct;
8268
8269
  MarketplaceStoreInstallationTargetProduct["Compass"] = "COMPASS";
8269
8270
  MarketplaceStoreInstallationTargetProduct["Confluence"] = "CONFLUENCE";
8270
8271
  MarketplaceStoreInstallationTargetProduct["Jira"] = "JIRA";
8272
+ MarketplaceStoreInstallationTargetProduct["Jsm"] = "JSM";
8271
8273
  })(MarketplaceStoreInstallationTargetProduct = exports.MarketplaceStoreInstallationTargetProduct || (exports.MarketplaceStoreInstallationTargetProduct = {}));
8272
8274
  var MarketplaceStoreInstalledAppManageLinkType;
8273
8275
  (function (MarketplaceStoreInstalledAppManageLinkType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "8.8.1-next.1",
3
+ "version": "8.8.1-next.2",
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": "10.8.0-next.1",
15
+ "@forge/manifest": "10.8.0-next.2",
16
16
  "@forge/util": "2.0.1-next.0",
17
17
  "@forge/i18n": "0.0.7",
18
18
  "@sentry/node": "7.106.0",