@spiffcommerce/core 12.10.4 → 12.10.5

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
@@ -571,6 +571,10 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
571
571
  id
572
572
  customer {
573
573
  id
574
+ emailAddress
575
+ firstName
576
+ lastName
577
+ phoneNumber
574
578
  }
575
579
  type
576
580
  }
package/dist/module.js CHANGED
@@ -571,6 +571,10 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
571
571
  id
572
572
  customer {
573
573
  id
574
+ emailAddress
575
+ firstName
576
+ lastName
577
+ phoneNumber
574
578
  }
575
579
  type
576
580
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.10.4",
3
+ "version": "12.10.5",
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",