@artisan-commerce/builders 0.7.0-canary.73 → 0.7.0-canary.74

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/bundle.cjs CHANGED
@@ -1472,7 +1472,8 @@ const buildRedeemableBenefit = (overrides) => {
1472
1472
  brand_id: genId(),
1473
1473
  campaign_id: genId(),
1474
1474
  issued_at: genDate().toString(),
1475
- amount: genNumber(200)
1475
+ amount: genNumber(200),
1476
+ alerts: []
1476
1477
  }, buildWalletTotal()), overrides);
1477
1478
  };
1478
1479
  const buildLoyaltyAccumulation = (override) => {