sanity-plugin-mux-input 4.1.6 → 4.1.7

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 +2 -2
package/dist/index.js CHANGED
@@ -342,7 +342,7 @@ function useAssets() {
342
342
  function useDialogState() {
343
343
  return useState(!1);
344
344
  }
345
- const PLUGIN_VERSION_QUERY = { sanityVersion: "4.1.6" };
345
+ const PLUGIN_VERSION_QUERY = { sanityVersion: "4.1.7" };
346
346
  function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
347
347
  let doc = {
348
348
  _id: "secrets.mux",
@@ -3861,7 +3861,7 @@ function VideoPlayer({ asset, thumbnailWidth = 250, children, hlsConfig, ...prop
3861
3861
  crossOrigin: "anonymous",
3862
3862
  metadata: {
3863
3863
  player_name: "Sanity Admin Dashboard",
3864
- player_version: "4.1.6",
3864
+ player_version: "4.1.7",
3865
3865
  page_type: "Preview Player"
3866
3866
  },
3867
3867
  audio: isAudio,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "input",
@@ -42,7 +42,7 @@
42
42
  "jsonwebtoken-esm": "^1.0.5",
43
43
  "lodash": "^4.18.1",
44
44
  "react-is": "^19.2.7",
45
- "react-rx": "^4.2.2",
45
+ "react-rx": "^4.2.3",
46
46
  "rxjs": "^7.8.2",
47
47
  "scroll-into-view-if-needed": "^3.1.0",
48
48
  "suspend-react": "^0.1.3",