@ikas/storefront 0.0.78 → 0.0.79
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/build/index.es.js +0 -1
- package/build/index.js +0 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -23784,7 +23784,6 @@ function simpleToProduct(simple) {
|
|
|
23784
23784
|
metaData: new IkasHTMLMetaData(simple.metaData || undefined),
|
|
23785
23785
|
name: simple.name,
|
|
23786
23786
|
shortDescription: simple.shortDescription || undefined,
|
|
23787
|
-
taxValue: simple.taxValue || undefined,
|
|
23788
23787
|
type: simple.type || undefined,
|
|
23789
23788
|
variantTypes: simple.productVariantTypes.map(function (pvt) {
|
|
23790
23789
|
return new IkasProductVariantType({
|
package/build/index.js
CHANGED
|
@@ -23764,7 +23764,6 @@ function simpleToProduct(simple) {
|
|
|
23764
23764
|
metaData: new IkasHTMLMetaData(simple.metaData || undefined),
|
|
23765
23765
|
name: simple.name,
|
|
23766
23766
|
shortDescription: simple.shortDescription || undefined,
|
|
23767
|
-
taxValue: simple.taxValue || undefined,
|
|
23768
23767
|
type: simple.type || undefined,
|
|
23769
23768
|
variantTypes: simple.productVariantTypes.map(function (pvt) {
|
|
23770
23769
|
return new IkasProductVariantType({
|