@forge/cli-shared 3.21.1-next.1 → 3.21.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.21.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [863f0f21]
8
+ - @forge/manifest@5.1.1-next.1
9
+
3
10
  ## 3.21.1-next.1
4
11
 
5
12
  ### Patch Changes
@@ -11153,6 +11153,7 @@ export type GraphGenericConnection = {
11153
11153
  export type GraphGenericEdge = {
11154
11154
  __typename?: 'GraphGenericEdge';
11155
11155
  cursor?: Maybe<Scalars['String']['output']>;
11156
+ lastUpdated?: Maybe<Scalars['DateTime']['output']>;
11156
11157
  node: GraphGeneric;
11157
11158
  };
11158
11159
  export type GraphIncidentAssociatedPostIncidentReviewLinkPayload = Payload & {