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

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) => {
@@ -1590,7 +1591,8 @@ const buildShippingCost = (overrides = {}) => {
1590
1591
  symbol: genSymbol(),
1591
1592
  taxTotal: genNumber(100),
1592
1593
  taxes: genShippingCostTaxes(),
1593
- total: genNumber(100)
1594
+ total: genNumber(100),
1595
+ discountNetPrice: genNumber(100)
1594
1596
  }, overrides);
1595
1597
  };
1596
1598
  const buildShippingCostTax = (overrides = {}) => {