@spiffcommerce/core 0.2.6 → 0.2.8

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/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -258,7 +258,7 @@ export const textStepService: TextStepService;
258
258
  interface EditedSteps {
259
259
  [stepName: string]: boolean;
260
260
  }
261
- interface MandatorySteps {
261
+ export interface MandatorySteps {
262
262
  [stepName: string]: boolean;
263
263
  }
264
264
  type StepElements = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
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",