@nuskin/ns-product-lib 2.5.0-cx24-2462.3.2 → 2.5.0-cx24-2462.3.3

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.3](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2462.3.2...v2.5.0-cx24-2462.3.3) (2022-11-16)
2
+
3
+
4
+ ### Update
5
+
6
+ * map equinox properties (CX24-2462) ([406575c](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/406575c992b3aec9a0dda7d873624172f18ff9ae))
7
+
1
8
  # [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
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.2",
3
+ "version": "2.5.0-cx24-2462.3.3",
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": {
@@ -434,7 +434,7 @@ function mapBenefits(benefits) {
434
434
  }
435
435
 
436
436
  function mapIngredients(ingredients) {
437
- if (!mapIngredients) {
437
+ if (!ingredients) {
438
438
  return {};
439
439
  }
440
440