@forge/cli-shared 5.6.0-next.10 → 5.6.0-next.12

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.
@@ -5979,7 +5979,6 @@ var PeapProgramStatus;
5979
5979
  PeapProgramStatus["Active"] = "ACTIVE";
5980
5980
  PeapProgramStatus["Ended"] = "ENDED";
5981
5981
  PeapProgramStatus["New"] = "NEW";
5982
- PeapProgramStatus["Planned"] = "PLANNED";
5983
5982
  })(PeapProgramStatus = exports.PeapProgramStatus || (exports.PeapProgramStatus = {}));
5984
5983
  var PartnerBtfLicenseType;
5985
5984
  (function (PartnerBtfLicenseType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "5.6.0-next.10",
3
+ "version": "5.6.0-next.12",
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.9.0-next.8",
15
+ "@forge/manifest": "7.9.0-next.10",
16
16
  "@forge/util": "1.4.4",
17
17
  "@forge/i18n": "0.0.1",
18
18
  "@sentry/node": "7.100.1",