@spiffcommerce/core 32.4.0-beta.10d6c3f0-b67c-57ea-8493-e129d6bd348f → 32.4.0-beta.14c36723-271f-57c6-a353-2f8323e5450a
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/index.d.ts +0 -1
- package/dist/index.js +121 -108
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1718 -1687
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -1319,7 +1319,6 @@ declare class WorkflowExperienceImpl implements WorkflowExperience {
|
|
1319
1319
|
* Bundle this experience has been added to.
|
1320
1320
|
*/
|
1321
1321
|
private bundle?;
|
1322
|
-
private product?;
|
1323
1322
|
private profanityList;
|
1324
1323
|
private workflow?;
|
1325
1324
|
private currentPriceBreak;
|