@spiffcommerce/core 17.2.0-beta.0 → 17.2.0-beta.1

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1834,7 +1834,7 @@ interface Bundle {
1834
1834
  * @param createPreviewImage A callback that will be called when a preview image is required. This is used to generate a preview image for the design.
1835
1835
  * If this callback is not provided, no preview image will be generated.
1836
1836
  */
1837
- finish(onProgressUpdate?: DesignCreationProgressUpdate, createPreviewImage?: (workflowExperience?: WorkflowExperience) => Promise<string | undefined>): Promise<DesignCreationMessage[]>;
1837
+ finish(onProgressUpdate?: DesignCreationProgressUpdate, createPreviewImage?: (workflowExperience: WorkflowExperience) => Promise<string | undefined>): Promise<DesignCreationMessage[]>;
1838
1838
  /**
1839
1839
  * Add an event listener to this bundle.
1840
1840
  * @param event The event to listen for. Currently only "conditional-global-properties-changed" is supported.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.2.0-beta.0",
3
+ "version": "17.2.0-beta.1",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",