@spiffcommerce/core 12.3.0 → 12.3.2

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
@@ -707,6 +707,7 @@ var t=require("@apollo/client"),e=require("lodash.clonedeep"),A=require("react/j
707
707
  clearColor
708
708
  disableActionBar
709
709
  disableAutomaticOrientation
710
+ enableAR
710
711
  environmentFile
711
712
  idleTimeBeforeRotation
712
713
  lowerAlphaLimitDeg
package/dist/module.js CHANGED
@@ -707,6 +707,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
707
707
  clearColor
708
708
  disableActionBar
709
709
  disableAutomaticOrientation
710
+ enableAR
710
711
  environmentFile
711
712
  idleTimeBeforeRotation
712
713
  lowerAlphaLimitDeg
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.3.0",
3
+ "version": "12.3.2",
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",
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@apollo/client": "^3.7.0",
90
- "@spiffcommerce/papyrus": "^2.0.4",
90
+ "@spiffcommerce/papyrus": "^2.0.5",
91
91
  "cross-fetch": "^3.1.5",
92
92
  "graphql": "^16.6.0",
93
93
  "lodash.clonedeep": "^4.5.0",