@nuskin/ns-product-lib 2.11.0-cx24-5092.26 → 2.11.0-cx24-5092.27
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.27](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.26...v2.11.0-cx24-5092.27) (2023-09-18)
|
2
|
+
|
3
|
+
|
4
|
+
### New
|
5
|
+
|
6
|
+
* Moving from AEM to CS for EQ markets ([33228f8](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/33228f8aad2be23c989d4d96f109c155c9fe7ac3))
|
7
|
+
|
1
8
|
# [2.11.0-cx24-5092.26](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.25...v2.11.0-cx24-5092.26) (2023-09-18)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
package/src/productGraphQL.js
CHANGED
@@ -266,7 +266,7 @@ const ProductGraphQL = {
|
|
266
266
|
},
|
267
267
|
mapProductBundle: async function (response, market, locale) {
|
268
268
|
let res;
|
269
|
-
res = this.mapProductRegular(response.
|
269
|
+
res = this.mapProductRegular(response.bundle.kitProducts[0].product, market, locale)
|
270
270
|
return res;
|
271
271
|
},
|
272
272
|
/**
|