@gem-sdk/core 2.0.0-dev.836 → 2.0.0-dev.837

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.
@@ -27765,6 +27765,7 @@ type ProductsQueryResponse = {
27765
27765
  type VariableRelatedStyles = {
27766
27766
  limit?: number | undefined;
27767
27767
  vendor?: string;
27768
+ idNEQ?: string;
27768
27769
  hasProductTagsWith?: InputMaybe$1<ProductTagWhereInput$1[]>;
27769
27770
  hasCollectionProductsWith?: InputMaybe$1<CollectionProductWhereInput$1[]>;
27770
27771
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.836",
3
+ "version": "2.0.0-dev.837",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",