@spiffcommerce/core 11.0.1 → 11.0.2

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/main.js CHANGED
@@ -446,7 +446,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
446
446
  stakeholders {
447
447
  id
448
448
  type
449
- customers {
449
+ customer {
450
450
  id
451
451
  emailAddress
452
452
  }
package/dist/module.js CHANGED
@@ -446,7 +446,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
446
446
  stakeholders {
447
447
  id
448
448
  type
449
- customers {
449
+ customer {
450
450
  id
451
451
  emailAddress
452
452
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",