@nuskin/ns-product-lib 2.7.0-cx24-3682.23 → 2.7.0-cx24-3682.25

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [2.7.0-cx24-3682.25](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.24...v2.7.0-cx24-3682.25) (2023-03-29)
2
+
3
+
4
+ ### New
5
+
6
+ * MySite product cards show blank data when users have setup AEM Base SKU's(55) in Admin #CX24-3682 ([26cfd63](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/26cfd63fdc12aff4465937e76b19ca9b3c76a6d5)), closes [#CX24-3682](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3682)
7
+
8
+ # [2.7.0-cx24-3682.24](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.23...v2.7.0-cx24-3682.24) (2023-03-29)
9
+
10
+
11
+ ### New
12
+
13
+ * MySite product cards show blank data when users have setup AEM Base SKU's(55) in Admin #CX24-3682 ([90fde8c](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/90fde8cf56206c6b2e14831748a8bb91b18e4871)), closes [#CX24-3682](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/issues/CX24-3682)
14
+
1
15
  # [2.7.0-cx24-3682.23](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3682.22...v2.7.0-cx24-3682.23) (2023-03-29)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.7.0-cx24-3682.23",
3
+ "version": "2.7.0-cx24-3682.25",
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": {
@@ -24,7 +24,7 @@ function productNotFound(product, market) {
24
24
  isExclusive: 'false',
25
25
  market,
26
26
  name: ` ${product.identifier}`,
27
- productStatus: 'Sellable',
27
+ productStatus: 'stopped',
28
28
  scanQualifiedCount: '0',
29
29
  status: 'active',
30
30
  title: ` ${product.identifier}`