@nuskin/ns-product-lib 2.11.0-cx24-5092.31 → 2.11.0-cx24-5092.32

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.11.0-cx24-5092.32](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.31...v2.11.0-cx24-5092.32) (2023-09-19)
2
+
3
+
4
+ ### New
5
+
6
+ * Moving from AEM to CS for EQ markets ([23713af](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/23713afd29ced90c1e02962592c85127f551819f))
7
+
1
8
  # [2.11.0-cx24-5092.31](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.11.0-cx24-5092.30...v2.11.0-cx24-5092.31) (2023-09-18)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.11.0-cx24-5092.31",
3
+ "version": "2.11.0-cx24-5092.32",
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": {
@@ -109,6 +109,8 @@ const ProductGraphQL = {
109
109
  console.log(promotions)
110
110
  } else if (typeof response.bundle === 'object' && response.bundle.id) {
111
111
  res = await this.mapProductBundle(response, market.locale, config)
112
+ } else {
113
+ res = {}
112
114
  }
113
115
 
114
116