@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 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 {
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "19.3.0-alpha.3",
3
+ "version": "19.3.0-alpha.4",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",