sanity-plugin-mux-input 4.0.1 → 4.0.2
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/package.json +3 -3
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.
|
|
145
|
+
"4.0.2"
|
|
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.
|
|
2563
|
+
player_version: "4.0.2",
|
|
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.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"input",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@sanity/uuid": "^3.0.3",
|
|
42
42
|
"iso-639-1": "^3.1.5",
|
|
43
43
|
"jsonwebtoken-esm": "^1.0.5",
|
|
44
|
-
"lodash": "^4.
|
|
44
|
+
"lodash": "^4.18.1",
|
|
45
45
|
"react-rx": "^4.2.2",
|
|
46
46
|
"rxjs": "^7.8.2",
|
|
47
47
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/client": "^7.23.0",
|
|
56
|
-
"@sanity/pkg-utils": "^10.5.
|
|
56
|
+
"@sanity/pkg-utils": "^10.5.8",
|
|
57
57
|
"@types/lodash": "^4.17.24",
|
|
58
58
|
"@types/node": "^24.13.2",
|
|
59
59
|
"@types/react": "^19.2.17",
|