@spiffcommerce/core 0.10.7 → 0.10.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.
package/dist/types.d.ts CHANGED
@@ -301,7 +301,7 @@ declare class PictureStepService implements StepService<_PictureStepData1> {
301
301
  export const pictureStepService: PictureStepService;
302
302
  declare class QuestionStepService implements StepService<_QuestionStepData1> {
303
303
  init(stepData: _Step1<_QuestionStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<null | (() => Promise<void>)>;
304
- selectVariant(stepData: _Step1<_QuestionStepData1>, variantId: string, workflowManager: WorkflowManager): void;
304
+ selectVariant(stepData: _Step1<_QuestionStepData1>, variantId: string, workflowManager: WorkflowManager): Promise<void>;
305
305
  }
306
306
  export const questionStepService: QuestionStepService;
307
307
  declare class ShapeStepService implements StepService<_ShapeStepData1> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.7",
3
+ "version": "0.10.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",