@spiffcommerce/core 8.0.0 → 8.0.2

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
@@ -1589,7 +1589,7 @@ export class TextStepHandle extends StepHandle<_TextStepData1> {
1589
1589
  */
1590
1590
  getCharactersRemaining(): number | undefined;
1591
1591
  }
1592
- export const createDesign: (workflowManager: WorkflowManager, onProgressUpdate: DesignCreationProgressUpdate, updateVariationRecords: (variationRecords: VariationRecord[]) => Promise<void>, createPreviewImage: (shouldRender3D?: boolean) => Promise<string>) => Promise<DesignCreationMessage>;
1592
+ export const createDesign: (workflowManager: WorkflowManager, workflow: _Workflow1, layouts: _ILayout1[], getReducerState: () => _CommandState1, product: Product, transaction: Transaction, workflowSelections: WorkflowSelections, designName: string, onProgressUpdate: DesignCreationProgressUpdate, updateVariationRecords: (variationRecords: VariationRecord[]) => Promise<void>, variationRecords: VariationRecord[], createPreviewImage: (shouldRender3D?: boolean) => Promise<string>, workflowMetadata?: WorkflowMetadata) => Promise<DesignCreationMessage>;
1593
1593
  export interface SavedDesign {
1594
1594
  /**
1595
1595
  * The user's name for this saved design.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "8.0.0",
3
+ "version": "8.0.2",
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",
@@ -94,6 +94,7 @@
94
94
  "lodash.debounce": "^4.0.8",
95
95
  "lodash.isequal": "^4.5.0",
96
96
  "qrcode": "^1.5.1",
97
- "svg-path-bbox": "^1.2.2"
97
+ "svg-path-bbox": "^1.2.2",
98
+ "unicode-default-word-boundary": "^13.0.0"
98
99
  }
99
100
  }