@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.5.0-cx24-2179.2.1",
3
+ "version": "2.5.0-cx24-2179.2.2",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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