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

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.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.17.10-brw-4218.1...v3.17.10-brw-4218.2) (2024-08-14)
@@ -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:db9ef38c-d640-40c1-bb91-5292eff24c6f",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2024-08-13T18:15:09Z",
7
+ "timestamp": "2024-08-14T19:04:23Z",
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: isGraphQLActive && 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.2",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {