sanity-plugin-mux-input 4.0.2 → 4.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 +3 -4
package/dist/index.js CHANGED
@@ -142,7 +142,7 @@ function useDialogState() {
142
142
  const PLUGIN_VERSION_QUERY = {
143
143
  sanityVersion: (
144
144
  // @ts-expect-error - this constant is search/replaced so must be exact, not accessed with an index signature
145
- "4.0.2"
145
+ "4.0.3"
146
146
  )
147
147
  };
148
148
  function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
@@ -2560,7 +2560,7 @@ function VideoPlayer({
2560
2560
  /* @__PURE__ */ jsx(MuxPlayer, { poster: isAudio ? void 0 : poster, ref: muxPlayer, ...props, playsInline: !0, playbackId, tokens, preload: "metadata", crossOrigin: "anonymous", metadata: {
2561
2561
  player_name: "Sanity Admin Dashboard",
2562
2562
  // @ts-expect-error - this constant is search/replaced so must be exact, not accessed with an index signature
2563
- player_version: "4.0.2",
2563
+ player_version: "4.0.3",
2564
2564
  page_type: "Preview Player"
2565
2565
  }, audio: isAudio, _hlsConfig: hlsConfig, style: {
2566
2566
  ...!isAudio && {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "input",
@@ -26,7 +26,6 @@
26
26
  "dist"
27
27
  ],
28
28
  "type": "module",
29
- "sideEffects": false,
30
29
  "types": "./dist/index.d.ts",
31
30
  "exports": {
32
31
  ".": "./dist/index.js",
@@ -53,7 +52,7 @@
53
52
  },
54
53
  "devDependencies": {
55
54
  "@sanity/client": "^7.23.0",
56
- "@sanity/pkg-utils": "^10.5.8",
55
+ "@sanity/pkg-utils": "^10.7.1",
57
56
  "@types/lodash": "^4.17.24",
58
57
  "@types/node": "^24.13.2",
59
58
  "@types/react": "^19.2.17",
@@ -62,7 +61,7 @@
62
61
  "react": "^19.2.7",
63
62
  "react-dom": "^19.2.7",
64
63
  "react-is": "^19.2.7",
65
- "sanity": "^6.1.0",
64
+ "sanity": "^6.2.0",
66
65
  "styled-components": "^6.4.2",
67
66
  "typescript": "5.9.3",
68
67
  "@repo/package.config": "0.0.0",