@nuskin/ns-product-lib
Advanced tools
Comparing version 1.4.1 to 1.4.2-cx15-4839.1
@@ -0,1 +1,8 @@ | ||
## [1.4.2-cx15-4839.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v1.4.1...v1.4.2-cx15-4839.1) (2022-04-07) | ||
### Fix | ||
* added support for restrictedMarkets and addOns fields to product data response (#CX15-4839) ([43c0346](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/43c03462950d655aa1dab096143b2e1d909bc6f6)), closes [#CX15-4839](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX15-4839) | ||
## [1.4.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v1.4.0...v1.4.1) (2022-03-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@nuskin/ns-product-lib", | ||
"version": "1.4.1", | ||
"version": "1.4.2-cx15-4839.1", | ||
"description": "This project contains shared Product models and code between the backend and frontend.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -517,2 +517,4 @@ "use strict"; | ||
retData.marketAttributes = this.marketAttributes; | ||
retData.restrictedMarkets = this.restrictedMarkets; | ||
retData.addOns = this.addOns; | ||
@@ -519,0 +521,0 @@ return retData; |
@@ -54,2 +54,6 @@ "use strict"; | ||
} | ||
if (marketData.addOns) { | ||
product.addOns = marketData.addOns; | ||
} | ||
} | ||
@@ -56,0 +60,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54301
1200
1