sanity-plugin-mux-input 2.7.0 → 2.8.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "sanity",
package/src/schema.ts CHANGED
@@ -141,7 +141,7 @@ const muxAssetData = {
141
141
 
142
142
  const muxVideoAsset = {
143
143
  name: 'mux.videoAsset',
144
- type: 'object',
144
+ type: 'document',
145
145
  title: 'Video asset',
146
146
  fields: [
147
147
  {