@spiffcommerce/core 0.10.189 → 0.10.190

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
@@ -1042,6 +1042,7 @@ type ElementEvent = {
1042
1042
  export enum EditorSubMenu {
1043
1043
  None = "None",
1044
1044
  FrameAdjustment = "FrameAdjustment",
1045
+ Variations = "Variations",
1045
1046
  FinalizeDesign = "FinalizeDesign",
1046
1047
  SavedDesigns = "SavedDesigns",
1047
1048
  ThreeDPreview = "ThreeDPreview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.189",
3
+ "version": "0.10.190",
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",