@spiffcommerce/core 17.2.0 → 17.2.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -684,6 +684,7 @@ interface LineItemMetadata {
684
684
  interface ProductWorkflow$1 {
685
685
  friendlyName: string;
686
686
  id: string;
687
+ index?: number;
687
688
  present?: boolean;
688
689
  imageUrl: string;
689
690
  workflowName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.2.0",
3
+ "version": "17.2.1",
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",