@sanity/schema
Advanced tools
Comparing version 0.112.0-alpha.fcc45c9d to 0.112.0-next.9525798e
@@ -21,2 +21,4 @@ 'use strict'; | ||
var _fallbackPrepare = require('./fallbackPrepare'); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -82,9 +84,3 @@ | ||
select: fieldMapping, | ||
prepare: function prepare(data) { | ||
return { | ||
title: fieldNames.map(function (name) { | ||
return name + ': ' + JSON.stringify(data[name]); | ||
}).join(' / ') | ||
}; | ||
} | ||
prepare: (0, _fallbackPrepare.createFallbackPrepare)(fieldNames) | ||
}; | ||
@@ -91,0 +87,0 @@ } |
{ | ||
"name": "@sanity/schema", | ||
"version": "0.112.0-alpha.fcc45c9d", | ||
"version": "0.112.0-next.9525798e", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
232989
51
5372
1