@azzas/azzas-tracker-web 2.0.0-preview.14 → 2.0.0-preview.15

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.
@@ -2591,7 +2591,7 @@ var AzzasTracker = function() {
2591
2591
  return item === null || item === void 0 ? void 0 : item.inProductGroupWithID;
2592
2592
  }).filter(function(id) {
2593
2593
  return Boolean(id);
2594
- });
2594
+ }).join();
2595
2595
  }
2596
2596
  return null;
2597
2597
  },
@@ -2719,7 +2719,7 @@ var AzzasTracker = function() {
2719
2719
  return item.productId;
2720
2720
  }).filter(function(id) {
2721
2721
  return Boolean(id);
2722
- });
2722
+ }).join();
2723
2723
  }
2724
2724
  return null;
2725
2725
  },
@@ -2794,7 +2794,7 @@ var AzzasTracker = function() {
2794
2794
  return item.id;
2795
2795
  }).filter(function(id) {
2796
2796
  return Boolean(id);
2797
- });
2797
+ }).join();
2798
2798
  }
2799
2799
  return null;
2800
2800
  },
@@ -2985,7 +2985,7 @@ var AzzasTracker = function() {
2985
2985
  return item === null || item === void 0 ? void 0 : item.productId;
2986
2986
  }).filter(function(id) {
2987
2987
  return Boolean(id);
2988
- });
2988
+ }).join();
2989
2989
  },
2990
2990
  value: function(context) {
2991
2991
  var _context_orderForm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azzas/azzas-tracker-web",
3
- "version": "2.0.0-preview.14",
3
+ "version": "2.0.0-preview.15",
4
4
  "type": "module",
5
5
  "main": "./dist/mod.cjs",
6
6
  "module": "./dist/mod.js",