@nuskin/ns-product-lib 2.11.0-cx24-5092.20 → 2.11.0-cx24-5092.21

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.11.0-cx24-5092.21](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.20...v2.11.0-cx24-5092.21) (2023-09-14)
2
+
3
+
4
+ ### New
5
+
6
+ * Moving from AEM to CS for EQ markets ([ff40018](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/ff400181cdb045fcb904ce0c2aa22a03f5f1ab22))
7
+
1
8
  # [2.11.0-cx24-5092.20](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.19...v2.11.0-cx24-5092.20) (2023-09-14)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.11.0-cx24-5092.20",
3
+ "version": "2.11.0-cx24-5092.21",
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": {
@@ -46,7 +46,7 @@ const ProductGraphQL = {
46
46
  });
47
47
 
48
48
  let products = [];
49
- let mappedResponse = await this.mapResponseToProduct(response.productById, market, locale, config)
49
+ let mappedResponse = await this.mapResponseToProduct(response.data.data.productById, market, locale, config)
50
50
  products.push(mappedResponse)
51
51
 
52
52