@nuskin/ns-product-lib 2.5.0-cx24-3175.1 → 2.5.0-cx24-3175.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-3175.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0-cx24-3175.1...v2.5.0-cx24-3175.2) (2023-01-20)
2
+
3
+
4
+ ### Update
5
+
6
+ * remapped custType field in variant (#CX24-3175) ([2e4c70a](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/2e4c70aa2bf8d2f386a4d083e74f47ae141cdf54)), closes [#CX24-3175](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3175)
7
+
1
8
  # [2.5.0-cx24-3175.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.4.1...v2.5.0-cx24-3175.1) (2023-01-20)
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-3175.1",
3
+ "version": "2.5.0-cx24-3175.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": {
@@ -179,6 +179,7 @@ const ProductData = {
179
179
  "web": true,
180
180
  "web display": true
181
181
  },
182
+ "custTypes": this.switchCustType(eqVariant.properties.customerTypes),
182
183
  "division": eqVariant.properties.division,
183
184
  "backOrderDate": null,
184
185
  "locallyProduced": false,