@nuskin/ns-product-lib 2.5.0-cx24-2931.1.8 → 2.5.0-cx24-2931.1.9

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-2931.1.9](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2931.1.8...v2.5.0-cx24-2931.1.9) (2022-12-14)
2
+
3
+
4
+ ### Update
5
+
6
+ * use configuration-sdk to pull the configurations (CX24-2931) ([24096f4](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/24096f46bc77881ca7273b10d9fbef85757d2d92))
7
+
1
8
  # [2.5.0-cx24-2931.1.8](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-2931.1.7...v2.5.0-cx24-2931.1.8) (2022-12-14)
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-2931.1.8",
3
+ "version": "2.5.0-cx24-2931.1.9",
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": {
@@ -23,7 +23,7 @@ const ProductData = {
23
23
  environment: 'dev',
24
24
  clientId: '735b1eb810304bba966af0891ab54053'
25
25
  });
26
- return await this.getProductFromEquinox(skus, localeMarket, config.Equinox_Markets);
26
+ return await this.getProductFromEquinox(skus, localeMarket, config);
27
27
  }
28
28
 
29
29
  return await this.getProductFromLegacy(skus, localeMarket);