@spiffcommerce/core 0.10.208 → 0.10.209

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
@@ -12,6 +12,7 @@ var A=require("lodash.clonedeep"),t=require("react/jsx-runtime"),e=require("open
12
12
  partner {
13
13
  id
14
14
  name
15
+ customerDetailsPromptMarkdown
15
16
  }
16
17
  profanities {
17
18
  id
package/dist/module.js CHANGED
@@ -12,6 +12,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
12
12
  partner {
13
13
  id
14
14
  name
15
+ customerDetailsPromptMarkdown
15
16
  }
16
17
  profanities {
17
18
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.208",
3
+ "version": "0.10.209",
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",