@nuskin/ns-product-lib 2.5.0-cx24-2462.3.1 → 2.5.0-cx24-2462.3.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 +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [2.5.0-cx24-2462.3.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2462.3.1...v2.5.0-cx24-2462.3.2) (2022-11-16)
|
2
|
+
|
3
|
+
|
4
|
+
### Update
|
5
|
+
|
6
|
+
* map equinox properties (CX24-2462) ([dbfe9ed](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/dbfe9ed0a4bf5f06fd4f797fcb10f1c1246dacbd))
|
7
|
+
|
1
8
|
# [2.5.0-cx24-2462.3.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-2462.3.1) (2022-11-15)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
package/src/productData.js
CHANGED
@@ -252,7 +252,7 @@ const ProductData = {
|
|
252
252
|
}
|
253
253
|
)) : [],
|
254
254
|
"thumbnail": thumbnailImage,
|
255
|
-
|
255
|
+
ingredients: mapIngredients(data.properties.ingredients),
|
256
256
|
benefits: mapBenefits(data.properties.benefits),
|
257
257
|
usage: mapUsage(data.properties.usage),
|
258
258
|
resources: mapResources(data.properties.resources),
|