@artisan-commerce/builders 0.7.0-canary.56 → 0.7.0-canary.57

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.
@@ -728,7 +728,8 @@ const buildCategory = (overrides = {}) => {
728
728
  images: genCDNImages(void 0, { width: 1200, height: 400 }),
729
729
  name: genName(),
730
730
  reload: true,
731
- subcategories: genBiasBoolean(0.5)
731
+ subcategories: genBiasBoolean(0.5),
732
+ featured: false
732
733
  }, overrides);
733
734
  };
734
735
  const genCategories = (quantity) => {