sanity-plugin-mux-input 3.0.2 → 3.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.
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -147,7 +147,7 @@ function useAssets() {
|
|
|
147
147
|
function useDialogState() {
|
|
148
148
|
return React.useState(!1);
|
|
149
149
|
}
|
|
150
|
-
const PLUGIN_VERSION_QUERY = { sanityVersion: "3.0.
|
|
150
|
+
const PLUGIN_VERSION_QUERY = { sanityVersion: "3.0.3" };
|
|
151
151
|
function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
|
|
152
152
|
const doc = {
|
|
153
153
|
_id: "secrets.mux",
|
|
@@ -3169,7 +3169,7 @@ function VideoPlayer({
|
|
|
3169
3169
|
crossOrigin: "anonymous",
|
|
3170
3170
|
metadata: {
|
|
3171
3171
|
player_name: "Sanity Admin Dashboard",
|
|
3172
|
-
player_version: "3.0.
|
|
3172
|
+
player_version: "3.0.3",
|
|
3173
3173
|
page_type: "Preview Player"
|
|
3174
3174
|
},
|
|
3175
3175
|
audio: isAudio,
|
package/dist/index.js
CHANGED
|
@@ -147,7 +147,7 @@ function useAssets() {
|
|
|
147
147
|
function useDialogState() {
|
|
148
148
|
return useState(!1);
|
|
149
149
|
}
|
|
150
|
-
const PLUGIN_VERSION_QUERY = { sanityVersion: "3.0.
|
|
150
|
+
const PLUGIN_VERSION_QUERY = { sanityVersion: "3.0.3" };
|
|
151
151
|
function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
|
|
152
152
|
const doc = {
|
|
153
153
|
_id: "secrets.mux",
|
|
@@ -3169,7 +3169,7 @@ function VideoPlayer({
|
|
|
3169
3169
|
crossOrigin: "anonymous",
|
|
3170
3170
|
metadata: {
|
|
3171
3171
|
player_name: "Sanity Admin Dashboard",
|
|
3172
|
-
player_version: "3.0.
|
|
3172
|
+
player_version: "3.0.3",
|
|
3173
3173
|
page_type: "Preview Player"
|
|
3174
3174
|
},
|
|
3175
3175
|
audio: isAudio,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-mux-input",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@mux/mux-player": "^3.8.0",
|
|
46
46
|
"@mux/mux-player-react": "^3.8.0",
|
|
47
47
|
"@mux/upchunk": "^3.4.0",
|
|
48
|
-
"@sanity/icons": "^3.
|
|
48
|
+
"@sanity/icons": "^3.7.4",
|
|
49
49
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
50
50
|
"@sanity/ui": "^3.2.0",
|
|
51
51
|
"@sanity/uuid": "^3.0.2",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@sanity/client": "^7.12.1",
|
|
66
|
-
"@sanity/pkg-utils": "^10.5.
|
|
66
|
+
"@sanity/pkg-utils": "^10.5.7",
|
|
67
67
|
"@types/lodash": "^4.17.15",
|
|
68
68
|
"@types/node": "^24.13.2",
|
|
69
69
|
"@types/react": "^19.0.10",
|