@infrab4a/connect 4.11.2-beta.0 → 4.11.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/index.cjs.js CHANGED
@@ -2541,7 +2541,6 @@ class ProductsIndex {
2541
2541
  'rate',
2542
2542
  ];
2543
2543
  const filter = [{ term: { published: true } }];
2544
- // if (shop && shop !== Shops.ALL) filter.push({ term: { tags: shop == Shops.GLAMSHOP ? 'feminino' : 'masculino' } })
2545
2544
  if (size > 9)
2546
2545
  fields.push(...['pricePaid', 'isGift', 'stock', 'weight', 'tags']);
2547
2546
  const query = {
package/index.esm.js CHANGED
@@ -2535,7 +2535,6 @@ class ProductsIndex {
2535
2535
  'rate',
2536
2536
  ];
2537
2537
  const filter = [{ term: { published: true } }];
2538
- // if (shop && shop !== Shops.ALL) filter.push({ term: { tags: shop == Shops.GLAMSHOP ? 'feminino' : 'masculino' } })
2539
2538
  if (size > 9)
2540
2539
  fields.push(...['pricePaid', 'isGift', 'stock', 'weight', 'tags']);
2541
2540
  const query = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.11.2-beta.0",
3
+ "version": "4.11.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },