@spiffcommerce/core 10.0.6 → 10.0.7

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/main.js CHANGED
@@ -876,6 +876,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
876
876
  imageFillOption {
877
877
  ...OptionFields
878
878
  }
879
+ imageFillScale
879
880
  lookAtAnimation {
880
881
  ...LookAtAnimationFields
881
882
  }
package/dist/module.js CHANGED
@@ -876,6 +876,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
876
876
  imageFillOption {
877
877
  ...OptionFields
878
878
  }
879
+ imageFillScale
879
880
  lookAtAnimation {
880
881
  ...LookAtAnimationFields
881
882
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "10.0.6",
3
+ "version": "10.0.7",
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",