sanity-plugin-mux-input 2.19.0 → 2.19.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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
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: "2.19.
|
|
150
|
+
const PLUGIN_VERSION_QUERY = { sanityVersion: "2.19.1" };
|
|
151
151
|
function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
|
|
152
152
|
const doc = {
|
|
153
153
|
_id: "secrets.mux",
|
|
@@ -3173,7 +3173,7 @@ function VideoPlayer({
|
|
|
3173
3173
|
crossOrigin: "anonymous",
|
|
3174
3174
|
metadata: {
|
|
3175
3175
|
player_name: "Sanity Admin Dashboard",
|
|
3176
|
-
player_version: "2.19.
|
|
3176
|
+
player_version: "2.19.1",
|
|
3177
3177
|
page_type: "Preview Player"
|
|
3178
3178
|
},
|
|
3179
3179
|
audio: isAudio,
|
package/dist/index.mjs
CHANGED
|
@@ -146,7 +146,7 @@ function useAssets() {
|
|
|
146
146
|
function useDialogState() {
|
|
147
147
|
return useState(!1);
|
|
148
148
|
}
|
|
149
|
-
const PLUGIN_VERSION_QUERY = { sanityVersion: "2.19.
|
|
149
|
+
const PLUGIN_VERSION_QUERY = { sanityVersion: "2.19.1" };
|
|
150
150
|
function saveSecrets(client, token, secretKey, enableSignedUrls, signingKeyId, signingKeyPrivate, drmConfigId) {
|
|
151
151
|
const doc = {
|
|
152
152
|
_id: "secrets.mux",
|
|
@@ -3172,7 +3172,7 @@ function VideoPlayer({
|
|
|
3172
3172
|
crossOrigin: "anonymous",
|
|
3173
3173
|
metadata: {
|
|
3174
3174
|
player_name: "Sanity Admin Dashboard",
|
|
3175
|
-
player_version: "2.19.
|
|
3175
|
+
player_version: "2.19.1",
|
|
3176
3176
|
page_type: "Preview Player"
|
|
3177
3177
|
},
|
|
3178
3178
|
audio: isAudio,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-mux-input",
|
|
3
|
-
"version": "2.19.
|
|
3
|
+
"version": "2.19.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 || ^5.0.0",
|
|
107
|
+
"sanity": "^3.42.0 || ^4.0.0-0 || ^5.0.0 || ^6.0.0",
|
|
108
108
|
"styled-components": "^5 || ^6"
|
|
109
109
|
},
|
|
110
110
|
"engines": {
|