@forge/cli-shared 3.6.2-next.1-experimental-58938ba → 3.6.2-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.
@@ -915,6 +915,7 @@ var JiraCmdbAttributeType;
915
915
  JiraCmdbAttributeType["Project"] = "PROJECT";
916
916
  JiraCmdbAttributeType["Status"] = "STATUS";
917
917
  JiraCmdbAttributeType["BitbucketRepo"] = "BITBUCKET_REPO";
918
+ JiraCmdbAttributeType["OpsgenieTeam"] = "OPSGENIE_TEAM";
918
919
  })(JiraCmdbAttributeType = exports.JiraCmdbAttributeType || (exports.JiraCmdbAttributeType = {}));
919
920
  var JiraDeploymentsFeaturePrecondition;
920
921
  (function (JiraDeploymentsFeaturePrecondition) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.6.2-next.1-experimental-58938ba",
3
+ "version": "3.6.2-next.2",
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.7.1-next.0-experimental-58938ba",
15
+ "@forge/manifest": "4.7.1-next.0",
16
16
  "@forge/util": "1.2.1",
17
17
  "@sentry/node": "^7.29.0",
18
18
  "array.prototype.flatmap": "^1.2.3",
@@ -21,7 +21,7 @@
21
21
  "cheerio": "^0.22.0",
22
22
  "cli-table3": "^0.6.1",
23
23
  "conf": "^6.2.4",
24
- "cross-spawn": "^7.0.1",
24
+ "cross-spawn": "^7.0.3",
25
25
  "env-paths": "^2.2.0",
26
26
  "figures": "^3.2.0",
27
27
  "fp-ts": "^2.0.1",