@getcommunity/gc-validators 0.0.96 → 0.0.97

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/dist/index.cjs CHANGED
@@ -899,7 +899,7 @@ var QueryStrapiSearchBlogPosts = v6__namespace.object({
899
899
  ),
900
900
  search: IsValidOrUndefinedShortString,
901
901
  category: IsValidOrUndefinedShortString,
902
- tags: IsValidOrUndefinedShortString,
902
+ tags: IsValidOrUndefinedStringList,
903
903
  status: IsValidOrUndefinedBlogPostStatus,
904
904
  sort: QuerySortBlogPosts
905
905
  });