@forge/cli-shared 3.23.3-next.5 → 3.23.3-next.7

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.
@@ -2293,6 +2293,7 @@ var JiraConfigStateConfigurationStatus;
2293
2293
  JiraConfigStateConfigurationStatus["Configured"] = "CONFIGURED";
2294
2294
  JiraConfigStateConfigurationStatus["NotConfigured"] = "NOT_CONFIGURED";
2295
2295
  JiraConfigStateConfigurationStatus["NotSet"] = "NOT_SET";
2296
+ JiraConfigStateConfigurationStatus["PartiallyConfigured"] = "PARTIALLY_CONFIGURED";
2296
2297
  JiraConfigStateConfigurationStatus["ProviderActionConfigured"] = "PROVIDER_ACTION_CONFIGURED";
2297
2298
  JiraConfigStateConfigurationStatus["ProviderActionNotConfigured"] = "PROVIDER_ACTION_NOT_CONFIGURED";
2298
2299
  })(JiraConfigStateConfigurationStatus = exports.JiraConfigStateConfigurationStatus || (exports.JiraConfigStateConfigurationStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.23.3-next.5",
3
+ "version": "3.23.3-next.7",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@forge/manifest": "5.5.3-next.3",
16
16
  "@forge/util": "1.4.1-next.0",
17
- "@sentry/node": "7.99.0",
17
+ "@sentry/node": "7.100.1",
18
18
  "adm-zip": "^0.5.10",
19
19
  "array.prototype.flatmap": "^1.3.2",
20
20
  "case": "^1.6.3",
@@ -46,10 +46,10 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@atlassian/xen-test-util": "^4.2.0",
49
- "@graphql-codegen/add": "^5.0.1",
50
- "@graphql-codegen/cli": "^5.0.1",
51
- "@graphql-codegen/typescript": "^4.0.2",
52
- "@graphql-codegen/typescript-operations": "^4.1.0",
49
+ "@graphql-codegen/add": "^5.0.2",
50
+ "@graphql-codegen/cli": "^5.0.2",
51
+ "@graphql-codegen/typescript": "^4.0.4",
52
+ "@graphql-codegen/typescript-operations": "^4.1.2",
53
53
  "@graphql-tools/schema": "^10.0.2",
54
54
  "@types/adm-zip": "^0.5.5",
55
55
  "@types/array.prototype.flatmap": "^1.2.6",