@nuskin/product-components 3.17.10-brw-4218.1 → 3.17.10-brw-4218.3

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](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.9...v3.17.10-brw-4218.1) (2024-08-13)
1
+ ## [3.17.10-brw-4218.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.10-brw-4218.2...v3.17.10-brw-4218.3) (2024-08-15)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:622da13b-b1c2-4e9e-8222-a4501fc98f13",
4
+ "serialNumber": "urn:uuid:3ea81429-0c5c-48e4-a288-7400d0983ad8",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2024-08-13T18:15:09Z",
7
+ "timestamp": "2024-08-15T16:00:32Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -863,7 +863,7 @@ const NsProductMixin = {
863
863
  const isGraphQLActive = equinoxMarketsConfig.MySite_graphql_active;
864
864
 
865
865
  const options = {
866
- isEqPromotion: isGraphQLActive
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.1",
3
+ "version": "3.17.10-brw-4218.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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.MySite_graphql_active
283
+ isEqPromotion: equinoxMarketConfig.active
284
284
  });
285
285
  this.products.push(product);
286
286
  this.$emit("product-changed", product);