@nuskin/product-components 3.17.10-brw-4218.2 → 3.17.10-brw-4218.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [3.17.10-brw-4218.
|
|
1
|
+
## [3.17.10-brw-4218.4](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.10-brw-4218.3...v3.17.10-brw-4218.4) (2024-08-16)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:c0f14536-fe29-4f34-aeb7-4b940f0745b2",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2024-08-
|
|
7
|
+
"timestamp": "2024-08-16T17:15:26Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
package/mixins/NsProductMixin.js
CHANGED
|
@@ -863,7 +863,7 @@ const NsProductMixin = {
|
|
|
863
863
|
const isGraphQLActive = equinoxMarketsConfig.MySite_graphql_active;
|
|
864
864
|
|
|
865
865
|
const options = {
|
|
866
|
-
isEqPromotion:
|
|
866
|
+
isEqPromotion: isEquinoxEnabled
|
|
867
867
|
};
|
|
868
868
|
|
|
869
869
|
this.product.setPriceAndPvFromType(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuskin/product-components",
|
|
3
|
-
"version": "3.17.10-brw-4218.
|
|
3
|
+
"version": "3.17.10-brw-4218.4",
|
|
4
4
|
"description": "Nu Skin Product Components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@nuskin/ns-core-styles": "2.11.2",
|
|
30
30
|
"@nuskin/ns-icon": "^2.12.0",
|
|
31
31
|
"@nuskin/ns-loyalty-web": "1.5.6",
|
|
32
|
-
"@nuskin/ns-product-lib": "2.18.0-brw-4218.
|
|
32
|
+
"@nuskin/ns-product-lib": "2.18.0-brw-4218.2",
|
|
33
33
|
"@nuskin/ns-shop": "7.0.8",
|
|
34
34
|
"@nuskin/product-recommendation": "2.0.1",
|
|
35
35
|
"axios": "1.6.7",
|
|
@@ -280,7 +280,7 @@ if (!NsProductDataService) {
|
|
|
280
280
|
for (const product of productData.products) {
|
|
281
281
|
// do a last quick check to make sure we don't add duplicate products
|
|
282
282
|
product.setPriceAndPvFromType(this.getPriceType(), null, {
|
|
283
|
-
isEqPromotion: equinoxMarketConfig.
|
|
283
|
+
isEqPromotion: equinoxMarketConfig.active
|
|
284
284
|
});
|
|
285
285
|
this.products.push(product);
|
|
286
286
|
this.$emit("product-changed", product);
|