@nuskin/ns-product-lib 2.5.0-cx24-2179.2.1 → 2.5.0-cx24-2179.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/productData.js +2 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [2.5.0-cx24-2179.2.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2179.2.1...v2.5.0-cx24-2179.2.2) (2022-12-05)
|
2
|
+
|
3
|
+
|
4
|
+
### New
|
5
|
+
|
6
|
+
* added eq promotion support- debug sales event (#CX24-2179) ([992a2cf](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/992a2cfb178b3e12a6b8a0229ae5f6f607fb41d3)), closes [#CX24-2179](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-2179)
|
7
|
+
|
1
8
|
# [2.5.0-cx24-2179.2.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.4.2-CX24.2.1...v2.5.0-cx24-2179.2.1) (2022-12-02)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
package/src/productData.js
CHANGED
@@ -361,8 +361,9 @@ const ProductData = {
|
|
361
361
|
};
|
362
362
|
let newProduct = new Product(prod);
|
363
363
|
return newProduct
|
364
|
-
})
|
364
|
+
});
|
365
365
|
|
366
|
+
console.log({context: "NsProductLib.eqProductMapper", product: prodArr});
|
366
367
|
let data = {
|
367
368
|
products: this._sortProductsBySku(skus, prodArr),
|
368
369
|
count: productDataResponse.length
|