@spiffcommerce/core 17.2.0-beta.2 → 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.
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/dist/index.js CHANGED
@@ -7334,6 +7334,7 @@ const Fs = (c, A) => {
7334
7334
  sku
7335
7335
  workflows {
7336
7336
  id
7337
+ index
7337
7338
  friendlyName
7338
7339
  isPresent
7339
7340
  workflowName
@@ -1901,6 +1901,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
1901
1901
  sku
1902
1902
  workflows {
1903
1903
  id
1904
+ index
1904
1905
  friendlyName
1905
1906
  isPresent
1906
1907
  workflowName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.2.0-beta.2",
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",