@plasmicpkgs/commerce 0.0.53 → 0.0.56

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.
@@ -1641,7 +1641,8 @@ var categoryCollectionMeta = {
1641
1641
  maxWidth: "100%"
1642
1642
  },
1643
1643
  importPath: "@plasmicpkgs/commerce",
1644
- importName: "CategoryCollection"
1644
+ importName: "CategoryCollection",
1645
+ providesData: true
1645
1646
  };
1646
1647
  function CategoryCollection(props) {
1647
1648
  var _categories$findIndex;
@@ -2442,6 +2443,7 @@ function registerProductQuantity(loader, customProductQuantityMeta) {
2442
2443
  var productSliderMeta = {
2443
2444
  name: "plasmic-commerce-product-slider",
2444
2445
  displayName: "Product Slider",
2446
+ providesData: true,
2445
2447
  props: {
2446
2448
  thumbsVisible: {
2447
2449
  type: "number",