sanity-plugin-mux-input 2.12.0 → 2.12.1

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 CHANGED
@@ -1527,7 +1527,7 @@ function VideoPlayer({
1527
1527
  crossOrigin: "anonymous",
1528
1528
  metadata: {
1529
1529
  player_name: "Sanity Admin Dashboard",
1530
- player_version: "2.12.0",
1530
+ player_version: "2.12.1",
1531
1531
  page_type: "Preview Player"
1532
1532
  },
1533
1533
  audio: isAudio,
package/dist/index.mjs CHANGED
@@ -1526,7 +1526,7 @@ function VideoPlayer({
1526
1526
  crossOrigin: "anonymous",
1527
1527
  metadata: {
1528
1528
  player_name: "Sanity Admin Dashboard",
1529
- player_version: "2.12.0",
1529
+ player_version: "2.12.1",
1530
1530
  page_type: "Preview Player"
1531
1531
  },
1532
1532
  audio: isAudio,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -104,7 +104,7 @@
104
104
  "peerDependencies": {
105
105
  "react": "^18.3 || ^19",
106
106
  "react-is": "^18.3 || ^19",
107
- "sanity": "^3.42.0 || ^4.0.0-0",
107
+ "sanity": "^3.42.0 || ^4.0.0-0 || ^5.0.0",
108
108
  "styled-components": "^5 || ^6"
109
109
  },
110
110
  "engines": {