@nuskin/product-components 3.19.2-mdigi-9080.1 → 3.19.2-mdigi-9080.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.19.2-mdigi-9080.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.19.1...v3.19.2-mdigi-9080.1) (2025-12-12)
1
+ ## [3.19.2-mdigi-9080.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.19.2-mdigi-9080.1...v3.19.2-mdigi-9080.2) (2025-12-15)
@@ -351,7 +351,7 @@ const NsProductMixin = {
351
351
  methods: {
352
352
  async init() {
353
353
  const uniqueProduct = this.getUniqueProduct();
354
- const productsList = Array.isArray(uniqueProduct?.products)
354
+ const productsList = Array.isArray(uniqueProduct.products)
355
355
  ? uniqueProduct.products
356
356
  : [];
357
357
  const idValue = productsList
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.19.2-mdigi-9080.1",
3
+ "version": "3.19.2-mdigi-9080.2",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {