@nuskin/ns-product-lib 2.17.4 → 2.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.17.4",
3
+ "version": "2.17.5",
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": {
@@ -472,7 +472,7 @@ function mapChildSKU(kitBundleProducts) {
472
472
  }
473
473
  }
474
474
  }
475
- });
475
+ }).flat();
476
476
  }
477
477
 
478
478