@stock-in-the-channel/sinch-vue-components 0.0.373 → 0.0.374

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -20051,8 +20051,8 @@ const Z1 = window, hi = mn(), Xv = { limit: 20 }, cu = { data: [] }, Zv = {}, em
20051
20051
  });
20052
20052
  this.filterResponse = cu;
20053
20053
  const i = ["InStock", "ProductTypes", "PriceBand"];
20054
- if (a) {
20055
- var o = a;
20054
+ if (a && a.filters) {
20055
+ var o = a.filters;
20056
20056
  this.filterResponse.data = o.filter(
20057
20057
  (u) => !i.includes(u.name) && u.values.length > 0
20058
20058
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stock-in-the-channel/sinch-vue-components",
3
- "version": "0.0.373",
3
+ "version": "0.0.374",
4
4
  "files": [
5
5
  "dist"
6
6
  ],