@forge/cli-shared 3.1.0-next.0 → 3.1.0-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.
@@ -844,7 +844,6 @@ var JiraIssueLifecycleState;
844
844
  (function (JiraIssueLifecycleState) {
845
845
  JiraIssueLifecycleState["Active"] = "ACTIVE";
846
846
  JiraIssueLifecycleState["Archived"] = "ARCHIVED";
847
- JiraIssueLifecycleState["HardDeleted"] = "HARD_DELETED";
848
847
  })(JiraIssueLifecycleState = exports.JiraIssueLifecycleState || (exports.JiraIssueLifecycleState = {}));
849
848
  var JiraIssueLinkDirection;
850
849
  (function (JiraIssueLinkDirection) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.1.0-next.0",
3
+ "version": "3.1.0-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": "4.1.0",
15
+ "@forge/manifest": "4.2.0-next.0",
16
16
  "@forge/util": "1.2.0",
17
17
  "array.prototype.flatmap": "^1.2.3",
18
18
  "case": "^1.6.2",