@spiffcommerce/core 16.8.2 → 16.8.3-beta.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
@@ -297,6 +297,7 @@ const N = new Kt(), jt = y`
297
297
  clearCoat
298
298
  clearCoatIor
299
299
  refractionIntensity
300
+ reflectionIntensity
300
301
  albedoMap {
301
302
  key
302
303
  fileLink
@@ -325,6 +326,10 @@ const N = new Kt(), jt = y`
325
326
  key
326
327
  fileLink
327
328
  }
329
+ reflectionMap {
330
+ key
331
+ fileLink
332
+ }
328
333
  roughnessMap {
329
334
  key
330
335
  fileLink
@@ -35,6 +35,7 @@
35
35
  clearCoat
36
36
  clearCoatIor
37
37
  refractionIntensity
38
+ reflectionIntensity
38
39
  albedoMap {
39
40
  key
40
41
  fileLink
@@ -63,6 +64,10 @@
63
64
  key
64
65
  fileLink
65
66
  }
67
+ reflectionMap {
68
+ key
69
+ fileLink
70
+ }
66
71
  roughnessMap {
67
72
  key
68
73
  fileLink
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "16.8.2",
3
+ "version": "16.8.3-beta.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",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@apollo/client": "^3.8.3",
55
- "@spiffcommerce/papyrus": "6.2.1",
55
+ "@spiffcommerce/papyrus": "6.2.2",
56
56
  "graphql": "^16.8.0",
57
57
  "lodash.clonedeep": "^4.5.0",
58
58
  "lodash.debounce": "^4.0.8",