@spiffcommerce/core 0.10.88 → 0.10.89

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
@@ -392,9 +392,6 @@ declare class ShapeStepService implements StepService<_ShapeStepData1> {
392
392
  fill: string | undefined;
393
393
  stroke: string | undefined;
394
394
  variant: _VariantResource1;
395
- }[] | {
396
- fill: string;
397
- stroke: string;
398
395
  }[]>;
399
396
  init(stepData: _Step1<_ShapeStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<CommandWithFollowup | null>;
400
397
  selectVariant(stepData: _Step1<_ShapeStepData1>, colourOption: ColorOption, elements: RegionElement[], workflowManager: WorkflowManager): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.88",
3
+ "version": "0.10.89",
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",