@artisan-commerce/analytics-web 0.2.0-canary.151 → 0.2.0-canary.152

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/dist/bundle.cjs CHANGED
@@ -50,7 +50,7 @@ const _State = class {
50
50
  let State$1 = _State;
51
51
  State$1._instance = null;
52
52
 
53
- var version = "0.2.0-canary.151";
53
+ var version = "0.2.0-canary.152";
54
54
  var packageJSON = {
55
55
  version: version};
56
56
 
@@ -959,8 +959,8 @@ const toItems = (type, params) => {
959
959
  ];
960
960
  }
961
961
  case "viewProductDetails": {
962
- const { product, cart } = params;
963
- return toItemProduct(product, cart);
962
+ const { product } = params;
963
+ return toItemProduct(product);
964
964
  }
965
965
  case "purchaseSuccess": {
966
966
  const { shoppingCart } = params;