@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.5.0-cx24-2462.3.1",
3
+ "version": "2.5.0-cx24-2462.3.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": {
@@ -252,7 +252,7 @@ const ProductData = {
252
252
  }
253
253
  )) : [],
254
254
  "thumbnail": thumbnailImage,
255
- "ingredients": data.properties.ingredients,
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),