@forge/cli-shared 3.23.0-next.2 → 3.23.0-next.4

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.
@@ -2421,6 +2421,7 @@ var JiraJqlAutocompleteType;
2421
2421
  JiraJqlAutocompleteType["Option"] = "OPTION";
2422
2422
  JiraJqlAutocompleteType["Priority"] = "PRIORITY";
2423
2423
  JiraJqlAutocompleteType["Project"] = "PROJECT";
2424
+ JiraJqlAutocompleteType["Requesttype"] = "REQUESTTYPE";
2424
2425
  JiraJqlAutocompleteType["Resolution"] = "RESOLUTION";
2425
2426
  JiraJqlAutocompleteType["Sprint"] = "SPRINT";
2426
2427
  JiraJqlAutocompleteType["Status"] = "STATUS";
@@ -2520,6 +2521,7 @@ var JiraNotificationChannelType;
2520
2521
  (function (JiraNotificationChannelType) {
2521
2522
  JiraNotificationChannelType["Email"] = "EMAIL";
2522
2523
  JiraNotificationChannelType["InProduct"] = "IN_PRODUCT";
2524
+ JiraNotificationChannelType["MobilePush"] = "MOBILE_PUSH";
2523
2525
  })(JiraNotificationChannelType = exports.JiraNotificationChannelType || (exports.JiraNotificationChannelType = {}));
2524
2526
  var JiraNotificationType;
2525
2527
  (function (JiraNotificationType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "3.23.0-next.2",
3
+ "version": "3.23.0-next.4",
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": "5.4.1-next.2",
15
+ "@forge/manifest": "5.4.1-next.3",
16
16
  "@forge/util": "1.4.0-next.0",
17
17
  "@sentry/node": "^7.81.1",
18
18
  "adm-zip": "^0.5.10",
@@ -33,7 +33,7 @@
33
33
  "graphql-request": "6.1.0",
34
34
  "ignore-walk": "^6.0.4",
35
35
  "inquirer": "^8.2.6",
36
- "io-ts": "^2.2.20",
36
+ "io-ts": "^2.2.21",
37
37
  "keytar": "^7.9.0",
38
38
  "launchdarkly-node-client-sdk": "^3.0.2",
39
39
  "node-fetch": "2.7.0",
@@ -62,7 +62,7 @@
62
62
  "@types/inquirer": "^8.2.10",
63
63
  "@types/jest": "^29.5.11",
64
64
  "@types/node": "14.18.63",
65
- "@types/node-fetch": "^2.6.9",
65
+ "@types/node-fetch": "^2.6.10",
66
66
  "@types/recursive-readdir": "^2.2.4",
67
67
  "@types/tmp": "^0.2.6",
68
68
  "jest-fixtures": "^0.6.0",