@acanto/core-helpers
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -350,6 +350,6 @@ /** | ||
function validateAddtoCart() { | ||
const errors = validate(); | ||
const errors = validate(); | ||
// check quantity in the store if there is no error in attribute setup | ||
if (!errors.length) { | ||
if (!errors.length) { | ||
const data = setDataOnElement(); | ||
@@ -356,0 +356,0 @@ return availableItem(product, data); |
{ | ||
"name": "@acanto/core-helpers", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Acanto <info@acanto.net> (https://acanto.agency/)", | ||
@@ -17,3 +17,3 @@ "license": "ISC", | ||
"@acanto/core-dom": "^0.0.21", | ||
"@acanto/core-forms": "^0.0.55", | ||
"@acanto/core-forms": "^0.0.56", | ||
"date-fns": "^2.21.3", | ||
@@ -24,3 +24,3 @@ "lodash.debounce": "^4.0.8", | ||
"sideEffects": false, | ||
"gitHead": "ed2dd9ecb117a171283aa95e9c6699ef9dbe6d28" | ||
"gitHead": "534f7c2a19593f5a2e9e9bce637dfe61336ceb4f" | ||
} |
34119
+ Added@acanto/core-forms@0.0.56(transitive)
- Removed@acanto/core-forms@0.0.55(transitive)
Updated@acanto/core-forms@^0.0.56