@commercetools/product-json-to-csv
Advanced tools
Comparing version 1.0.9 to 2.0.0
@@ -124,9 +124,6 @@ 'use strict'; | ||
const url = image.url, | ||
dimensions = image.dimensions, | ||
label = image.label; | ||
let imageString = `${url}|${dimensions.w}|${dimensions.h}`; | ||
imageString += label ? `|${label}` : ''; | ||
return imageString; | ||
}).join(';'); | ||
return label ? `${url}|${label}` : url; | ||
}).join(this.multiValDel); | ||
@@ -133,0 +130,0 @@ const id = value.id, |
{ | ||
"name": "@commercetools/product-json-to-csv", | ||
"version": "1.0.9", | ||
"version": "2.0.0", | ||
"description": "Convert commercetools products from JSON to CSV", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
27844
636