@forge/cli-shared 3.18.1-next.2 → 3.18.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.18.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - c1c5fb5: Bumping dependencies via Renovate:
8
+
9
+ - @types/node
10
+
11
+ - Updated dependencies [c1c5fb5]
12
+ - @forge/manifest@4.20.1-next.1
13
+
14
+ ## 3.18.1-next.3
15
+
16
+ ### Patch Changes
17
+
18
+ - 6ec038fe: Bumping dependencies via Renovate:
19
+
20
+ - chalk
21
+
3
22
  ## 3.18.1-next.2
4
23
 
5
24
  ### Patch Changes
@@ -15024,12 +15024,18 @@ export type JiraJqlHistoryEdge = {
15024
15024
  };
15025
15025
  export declare enum JiraJqlAutocompleteType {
15026
15026
  None = "NONE",
15027
+ Basic = "BASIC",
15028
+ Cascadingoption = "CASCADINGOPTION",
15027
15029
  Component = "COMPONENT",
15028
15030
  Group = "GROUP",
15029
15031
  Issue = "ISSUE",
15030
15032
  Issuetype = "ISSUETYPE",
15033
+ JwmCategory = "JWM_CATEGORY",
15034
+ Labels = "LABELS",
15035
+ Option = "OPTION",
15031
15036
  Priority = "PRIORITY",
15032
15037
  Project = "PROJECT",
15038
+ Resolution = "RESOLUTION",
15033
15039
  Sprint = "SPRINT",
15034
15040
  Statuscategory = "STATUSCATEGORY",
15035
15041
  Status = "STATUS",