@forge/cli-shared 3.17.3-next.2 → 3.17.3-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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.17.3-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a4cc20b6]
8
+ - @forge/manifest@4.19.2-next.2
9
+
3
10
  ## 3.17.3-next.2
4
11
 
5
12
  ### Patch Changes
@@ -9347,7 +9347,7 @@ export type ForgeAuditLogsContributorActivity = {
9347
9347
  publicName: Scalars['String'];
9348
9348
  status: Scalars['String'];
9349
9349
  lastActive?: Maybe<Scalars['String']>;
9350
- role?: Maybe<Array<Maybe<Scalars['String']>>>;
9350
+ roles?: Maybe<Array<Maybe<Scalars['String']>>>;
9351
9351
  };
9352
9352
  export type ForgeAuditLogsContributorsActivityData = {
9353
9353
  __typename?: 'ForgeAuditLogsContributorsActivityData';