commercelayer
Advanced tools
Comparing version 1.9.11 to 1.9.12
{ | ||
"name": "commercelayer", | ||
"version": "1.9.11", | ||
"version": "1.9.12", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -46,2 +46,6 @@ const config = require("./config"); | ||
document.dispatchEvent(new Event("clayer-prices-ready")); | ||
if (data.get(skuAttributes).length === 0) { | ||
document.dispatchEvent(new Event("clayer-skus-empty")); | ||
} | ||
}); | ||
@@ -48,0 +52,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348462
2503