@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 +5 -0
- package/dist/index.umd.cjs +5 -0
- package/package.json +2 -2
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
|
package/dist/index.umd.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "16.8.
|
|
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.
|
|
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",
|