Skip to content

Commit

Permalink
rm deprecated min max itemrel config queries
Browse files Browse the repository at this point in the history
Removed the min max from the Item Relations Config queries in import-export-sdk and in js-api-client
  • Loading branch information
cymkd committed Jun 8, 2023
1 parent 896be9a commit 37eeb6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/import-export-sdk",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
2 changes: 0 additions & 2 deletions src/shape/queries/fragments/shape.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export const basicComponentConfigFragment = `
fragment basicComponentConfig on ComponentConfig {
... on ItemRelationsComponentConfig {
min
max
minItems
maxItems
minSkus
Expand Down

0 comments on commit 37eeb6a

Please sign in to comment.