@forge/cli-shared 3.20.2-next.2 → 3.20.2-next.3

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,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.20.2-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [863f7eb]
8
+ - @forge/util@1.3.2-next.0
9
+ - @forge/manifest@4.20.3-next.2
10
+
3
11
  ## 3.20.2-next.2
4
12
 
5
13
  ### Patch Changes
@@ -14556,9 +14556,11 @@ export type JiraCommentEdge = {
14556
14556
  };
14557
14557
  export type JiraComponent = Node & {
14558
14558
  __typename?: 'JiraComponent';
14559
+ ari?: Maybe<Scalars['String']['output']>;
14559
14560
  componentId: Scalars['String']['output'];
14560
14561
  description?: Maybe<Scalars['String']['output']>;
14561
14562
  id: Scalars['ID']['output'];
14563
+ metadata?: Maybe<Scalars['JSON']['output']>;
14562
14564
  name?: Maybe<Scalars['String']['output']>;
14563
14565
  };
14564
14566
  export type JiraComponentConnection = {