@forge/cli-shared 5.6.0-next.7 → 5.6.0-next.8

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,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 5.6.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 89b9453: Add test for macro config resource
8
+
3
9
  ## 5.6.0-next.7
4
10
 
5
11
  ### Patch Changes
@@ -65496,6 +65496,7 @@ export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider
65496
65496
  iconCssClass?: Maybe<Scalars['String']['output']>;
65497
65497
  iconUrl?: Maybe<Scalars['URL']['output']>;
65498
65498
  id: Scalars['ID']['output'];
65499
+ isVerified: Scalars['Boolean']['output'];
65499
65500
  l2Features?: Maybe<Array<Maybe<SearchL2Feature>>>;
65500
65501
  lastModified?: Maybe<Scalars['DateTime']['output']>;
65501
65502
  lastModifiedDate?: Maybe<Scalars['String']['output']>;