@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 +7 -0
- package/package.json +1 -1
- package/src/productGraphQL.js +1 -1
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
package/src/productGraphQL.js
CHANGED
@@ -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
|
|