@forge/cli-shared 5.4.0 → 5.4.1-next.0

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.
@@ -4592,6 +4592,7 @@ var JiraNavigationItemTypeKey;
4592
4592
  JiraNavigationItemTypeKey["Code"] = "CODE";
4593
4593
  JiraNavigationItemTypeKey["Components"] = "COMPONENTS";
4594
4594
  JiraNavigationItemTypeKey["Deployments"] = "DEPLOYMENTS";
4595
+ JiraNavigationItemTypeKey["Development"] = "DEVELOPMENT";
4595
4596
  JiraNavigationItemTypeKey["Forms"] = "FORMS";
4596
4597
  JiraNavigationItemTypeKey["Goals"] = "GOALS";
4597
4598
  JiraNavigationItemTypeKey["Incidents"] = "INCIDENTS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "5.4.0",
3
+ "version": "5.4.1-next.0",
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.6.0",
15
+ "@forge/manifest": "7.6.1-next.0",
16
16
  "@forge/util": "1.4.4",
17
17
  "@sentry/node": "7.100.1",
18
18
  "adm-zip": "^0.5.10",