@colijnit/product 256.1.8 → 256.1.9
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/bundles/colijnit-product.umd.js +2 -4
- package/bundles/colijnit-product.umd.js.map +1 -1
- package/esm2015/app/ione-product.component.js +1 -3
- package/esm2015/app/product-version.js +3 -3
- package/fesm2015/colijnit-product.js +2 -4
- package/fesm2015/colijnit-product.js.map +1 -1
- package/package.json +2 -2
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
function Version() {
|
|
32
32
|
this.name = "@colijnit/product";
|
|
33
33
|
this.description = "Product detail page project for iOne";
|
|
34
|
-
this.symVer = "256.1.
|
|
35
|
-
this.publishDate = "
|
|
34
|
+
this.symVer = "256.1.9";
|
|
35
|
+
this.publishDate = "4/16/2025, 3:51:46 PM";
|
|
36
36
|
}
|
|
37
37
|
return Version;
|
|
38
38
|
}());
|
|
@@ -1336,12 +1336,10 @@
|
|
|
1336
1336
|
// this.sku = '1000561986';
|
|
1337
1337
|
// this.sku = '1000567768';
|
|
1338
1338
|
// this.sku = '1000234793';
|
|
1339
|
-
// this.sku = '001-123';
|
|
1340
1339
|
// this.sku = '1066';
|
|
1341
1340
|
// this.sku = '104';
|
|
1342
1341
|
// this.sku = "70000107";
|
|
1343
1342
|
// this.sku = "grover";
|
|
1344
|
-
// this.sku = "22000";
|
|
1345
1343
|
this._dictionary = _dictionary;
|
|
1346
1344
|
this._jsonUtils = _jsonUtils;
|
|
1347
1345
|
this._ione = _ione;
|