Skip to content

Commit b20f9d5

Browse files
committed
rm deprecated min max itemrel config queries
Removed the min max from the Item Relations Config queries in import-export-sdk and in js-api-client
1 parent 0c7ce63 commit b20f9d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@crystallize/js-api-client",
33
"license": "MIT",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"author": "Crystallize <[email protected]> (https://crystallize.com)",
66
"contributors": [
77
"Sébastien Morel <[email protected]>"

src/core/dump-tenant/createSpecQuery.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ export const getTenantQueries = (tenantId: string) => {
180180
}
181181
... on ItemRelationsComponentConfig {
182182
acceptedShapeIdentifiers
183-
min
184-
max
185183
minSkus
186184
minItems
187185
maxSkus

0 commit comments

Comments
 (0)