@spiffcommerce/core 16.6.0 → 16.7.0

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.js CHANGED
@@ -9292,6 +9292,8 @@ const cs = y`
9292
9292
  emissiveGlowIntensity
9293
9293
  enableAR
9294
9294
  environmentFile
9295
+ environmentIntensity
9296
+ environmentRotationY
9295
9297
  idleTimeBeforeRotation
9296
9298
  lowerAlphaLimitDeg
9297
9299
  lowerBetaLimitDeg
@@ -2415,6 +2415,8 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
2415
2415
  emissiveGlowIntensity
2416
2416
  enableAR
2417
2417
  environmentFile
2418
+ environmentIntensity
2419
+ environmentRotationY
2418
2420
  idleTimeBeforeRotation
2419
2421
  lowerAlphaLimitDeg
2420
2422
  lowerBetaLimitDeg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "16.6.0",
3
+ "version": "16.7.0",
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",