@spiffcommerce/core 19.3.0-alpha.3 → 19.3.0-alpha.4
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/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7657,7 +7657,7 @@ const Ui = (c, A) => {
|
|
|
7657
7657
|
}
|
|
7658
7658
|
`, Pa = F`
|
|
7659
7659
|
${ya}
|
|
7660
|
-
query GetProductCollectionProducts($id: String) {
|
|
7660
|
+
query GetProductCollectionProducts($id: String!) {
|
|
7661
7661
|
productCollections(ids: [$id]) {
|
|
7662
7662
|
id
|
|
7663
7663
|
productCollectionProducts {
|
package/dist/index.umd.cjs
CHANGED
|
@@ -2146,7 +2146,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
|
|
|
2146
2146
|
}
|
|
2147
2147
|
`,Rn=M.gql`
|
|
2148
2148
|
${Pn}
|
|
2149
|
-
query GetProductCollectionProducts($id: String) {
|
|
2149
|
+
query GetProductCollectionProducts($id: String!) {
|
|
2150
2150
|
productCollections(ids: [$id]) {
|
|
2151
2151
|
id
|
|
2152
2152
|
productCollectionProducts {
|
package/package.json
CHANGED