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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/schema.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -916,7 +916,7 @@ function VideoPlayer({
|
|
|
916
916
|
crossOrigin: "anonymous",
|
|
917
917
|
metadata: {
|
|
918
918
|
player_name: "Sanity Admin Dashboard",
|
|
919
|
-
player_version: "2.
|
|
919
|
+
player_version: "2.8.0",
|
|
920
920
|
page_type: "Preview Player"
|
|
921
921
|
},
|
|
922
922
|
audio: isAudio,
|
|
@@ -3989,7 +3989,7 @@ const muxVideoSchema = {
|
|
|
3989
3989
|
]
|
|
3990
3990
|
}, muxVideoAsset = {
|
|
3991
3991
|
name: "mux.videoAsset",
|
|
3992
|
-
type: "
|
|
3992
|
+
type: "document",
|
|
3993
3993
|
title: "Video asset",
|
|
3994
3994
|
fields: [
|
|
3995
3995
|
{
|