@gem-sdk/core 1.41.1 → 1.41.3

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.
@@ -99,25 +99,7 @@ const loopFetchProducts = async (fetcher, { ids, isSample, isStorefront, default
99
99
  },
100
100
  ...ids?.length ? {
101
101
  baseIDIn: ids
102
- } : {},
103
- or: [
104
- {
105
- hasProductTags: false
106
- },
107
- {
108
- hasProductTagsWith: [
109
- {
110
- hasTagsWith: [
111
- {
112
- nameNotIn: [
113
- 'bogos-gift'
114
- ]
115
- }
116
- ]
117
- }
118
- ]
119
- }
120
- ]
102
+ } : {}
121
103
  },
122
104
  after: productAfterFetcher
123
105
  };
@@ -97,25 +97,7 @@ const loopFetchProducts = async (fetcher, { ids, isSample, isStorefront, default
97
97
  },
98
98
  ...ids?.length ? {
99
99
  baseIDIn: ids
100
- } : {},
101
- or: [
102
- {
103
- hasProductTags: false
104
- },
105
- {
106
- hasProductTagsWith: [
107
- {
108
- hasTagsWith: [
109
- {
110
- nameNotIn: [
111
- 'bogos-gift'
112
- ]
113
- }
114
- ]
115
- }
116
- ]
117
- }
118
- ]
100
+ } : {}
119
101
  },
120
102
  after: productAfterFetcher
121
103
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.41.1",
3
+ "version": "1.41.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",