@sanity/schema
Advanced tools
Comparing version 0.105.14 to 0.105.15
@@ -36,7 +36,7 @@ 'use strict'; | ||
if (Array.isArray(select)) { | ||
return _extends({}, (0, _pick3.default)(preview, ['prepare']), { | ||
return _extends({}, (0, _pick3.default)(preview, ['prepare', 'component']), { | ||
select: parseSelection(select) | ||
}); | ||
} | ||
return _extends({}, (0, _pick3.default)(preview, ['prepare']), { | ||
return _extends({}, (0, _pick3.default)(preview, ['prepare', 'component']), { | ||
select: select | ||
@@ -43,0 +43,0 @@ }); |
{ | ||
"name": "@sanity/schema", | ||
"version": "0.105.14", | ||
"version": "0.105.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143104