sanity-plugin-mux-input 5.0.2 → 5.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -370,7 +370,7 @@ function _temp$8(collated) {
370
370
  function useDialogState() {
371
371
  return useState(!1);
372
372
  }
373
- const PLUGIN_VERSION_QUERY = { sanityVersion: "5.0.2" };
373
+ const PLUGIN_VERSION_QUERY = { sanityVersion: "5.0.3" };
374
374
  function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
375
375
  let doc = {
376
376
  _id: "secrets.mux",
@@ -4250,7 +4250,7 @@ function VideoPlayer({ asset, thumbnailWidth = 250, children, hlsConfig, ...prop
4250
4250
  crossOrigin: "anonymous",
4251
4251
  metadata: {
4252
4252
  player_name: "Sanity Admin Dashboard",
4253
- player_version: "5.0.2",
4253
+ player_version: "5.0.3",
4254
4254
  page_type: "Preview Player"
4255
4255
  },
4256
4256
  audio: isAudio,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "5.0.2",
3
+ "version": "5.0.3",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "input",
@@ -52,9 +52,9 @@
52
52
  "use-error-boundary": "^2.0.6"
53
53
  },
54
54
  "devDependencies": {
55
- "@sanity/client": "^7.23.0",
56
- "@sanity/tsconfig": "^2.2.0",
57
- "@sanity/tsdown-config": "^0.14.0",
55
+ "@sanity/client": "^7.23.2",
56
+ "@sanity/tsconfig": "^2.2.1",
57
+ "@sanity/tsdown-config": "^0.14.2",
58
58
  "@types/lodash": "^4.17.24",
59
59
  "@types/node": "^24.13.3",
60
60
  "@types/react": "^19.2.17",
@@ -62,9 +62,9 @@
62
62
  "babel-plugin-react-compiler": "^1.0.0",
63
63
  "react": "^19.2.7",
64
64
  "react-dom": "^19.2.7",
65
- "sanity": "^6.4.0",
65
+ "sanity": "^6.5.0",
66
66
  "styled-components": "^6.4.3",
67
- "tsdown": "^0.22.7"
67
+ "tsdown": "^0.22.8"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^19.2",