@nuskin/product-components 3.18.1-gms-12211.1 → 3.19.0-td-1017.1

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/.releaserc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branches": [
3
- "master", {"name":"GMS-12211", "channel":"prerelease", "prerelease":"gms-12211"}
3
+ "master", {"name":"TD-1017", "channel":"prerelease", "prerelease":"td-1017"}
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.1-gms-12211.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.0...v3.18.1-gms-12211.1) (2025-05-14)
1
+ # [3.19.0-td-1017.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.1-td-1017.1...v3.19.0-td-1017.1) (2025-05-06)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:dad34c09-747c-40c2-ab11-c94f0c7d3862",
4
+ "serialNumber": "urn:uuid:23b49bf4-68c2-43db-8323-55db322a844f",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-05-14T18:27:17Z",
7
+ "timestamp": "2025-05-06T15:01:19Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.1-gms-12211.1",
3
+ "version": "3.19.0-td-1017.1",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -162,16 +162,6 @@ const getEquinoxRequestConfiguration = async () => {
162
162
  Authorization: `Bearer ${oktaToken}`
163
163
  };
164
164
 
165
- const shoppingContext =
166
- window &&
167
- window.aem &&
168
- window.aem.ShoppingContext &&
169
- window.aem.ShoppingContext.getShoppingContext();
170
- if (shoppingContext && shoppingContext.overrides) {
171
- headers.showwholesalepricing =
172
- shoppingContext.overrides.showWholeSalePricing;
173
- }
174
-
175
165
  return {
176
166
  marketLocale,
177
167
  storeId: config.store_id,