@artisan-commerce/builders 0.7.0-canary.65 → 0.7.0-canary.67
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 +1 -0
- package/dist/bundle.cjs.map +1 -1
- package/dist/bundle.mjs +1 -0
- package/dist/bundle.mjs.map +1 -1
- package/dist/bundle.umd.js +1 -0
- package/dist/bundle.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/bundle.cjs
CHANGED
|
@@ -838,6 +838,7 @@ const buildBenefit = (overrides = {}) => {
|
|
|
838
838
|
const type = chooseRandom(benefitTypes);
|
|
839
839
|
return __spreadValues$a({
|
|
840
840
|
accountId: genId(),
|
|
841
|
+
alerts: [],
|
|
841
842
|
hash: genId(),
|
|
842
843
|
award: type === "PRODUCT" ? genAwards(1) : buildAward(),
|
|
843
844
|
benefitId: genId(),
|