@spiffcommerce/core 0.10.11 → 0.10.12

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
@@ -296,7 +296,7 @@ declare class PatchworkStepService implements StepService<_PatchworkStepData1> {
296
296
  export const patchworkStepService: PatchworkStepService;
297
297
  declare class PictureStepService implements StepService<_PictureStepData1> {
298
298
  init(stepData: _Step1<_PictureStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<CommandWithFollowup | null>;
299
- selectVariant(stepData: _Step1<_PictureStepData1>, variant: _VariantResource1, workflowManager: WorkflowManager, setIsUpdating: (status: boolean) => void): void;
299
+ selectVariant(stepData: _Step1<_PictureStepData1>, variant: _VariantResource1, workflowManager: WorkflowManager, setIsUpdating: (status: boolean) => void): Promise<void>;
300
300
  }
301
301
  export const pictureStepService: PictureStepService;
302
302
  declare class QuestionStepService implements StepService<_QuestionStepData1> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.11",
3
+ "version": "0.10.12",
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",