@spiffcommerce/core 17.1.0 → 17.1.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.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
@@ -1900,6 +1900,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
1900
1900
  sku
1901
1901
  workflows {
1902
1902
  id
1903
+ index
1903
1904
  friendlyName
1904
1905
  isPresent
1905
1906
  workflowName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.1.0",
3
+ "version": "17.1.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",