@nuskin/product-components 3.6.2 → 3.6.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.6.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.6.2...v3.6.3) (2023-06-05)
2
+
3
+
4
+ ### Fix
5
+
6
+ * correction to pdp path (CX16-8734) ([fc2b149](https://code.tls.nuskin.io/ns-am/ux/product-components/commit/fc2b149e7991bc35c41d0d59bbaa3dd5a84735f9))
7
+
1
8
  ## [3.6.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.6.1...v3.6.2) (2023-06-02)
2
9
 
3
10
 
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:9078535d-8507-46c3-8621-d83aacef53d2",
4
+ "serialNumber": "urn:uuid:9dcbc3b1-7825-4bbe-b46d-22af380c0c62",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2023-06-02T22:19:17Z",
7
+ "timestamp": "2023-06-05T20:19:10Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -29,7 +29,7 @@ export default {
29
29
  const isNewPdp =
30
30
  typeof window.isNewPdp !== "undefined" ? window.isNewPdp : false;
31
31
 
32
- let pdpLink = `/content/nuskin/${language}_${market}/products/product.${sku}.html`;
32
+ let pdpLink = `/content/nuskin/${language}_${market.toUpperCase()}/products/product.${sku}.html`;
33
33
 
34
34
  if (isNewPdp) {
35
35
  pdpLink = `/catalog/${market}/${language}/product/${slug}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.6.2",
3
+ "version": "3.6.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {