sanity-plugin-mux-input 2.2.0 → 2.2.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/README.md +1 -1
- package/lib/index.cjs +7 -6
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +7 -6
- package/lib/index.js.map +1 -1
- package/package.json +7 -6
- package/src/hooks/useAssets.ts +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The Mux plugin for Sanity gives you a way to upload and preview videos easily.
|
|
|
11
11
|
|
|
12
12
|
Not familiar with Sanity? [Visit www.sanity.io](https://www.sanity.io/)
|
|
13
13
|
|
|
14
|
-
<img width="623" alt="
|
|
14
|
+
<img width="623" alt="" src="https://github.com/sanity-io/sanity/assets/81981/7a9de462-746b-4c01-8b12-c55f0cbf6334">
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
package/lib/index.cjs
CHANGED
|
@@ -354,7 +354,7 @@ function getVideoSrc(_ref3) {
|
|
|
354
354
|
return "https://stream.mux.com/".concat(playbackId, ".m3u8?").concat(searchParams);
|
|
355
355
|
}
|
|
356
356
|
var name = "sanity-plugin-mux-input";
|
|
357
|
-
var version = "2.2.
|
|
357
|
+
var version = "2.2.1";
|
|
358
358
|
var description = "An input component that integrates Sanity Studio with Mux video encoding/hosting service.";
|
|
359
359
|
var keywords = ["sanity", "video", "mux", "input", "plugin", "sanity-plugin", "media"];
|
|
360
360
|
var homepage = "https://github.com/sanity-io/sanity-plugin-mux-input#readme";
|
|
@@ -415,7 +415,7 @@ var dependencies = {
|
|
|
415
415
|
"scroll-into-view-if-needed": "^3",
|
|
416
416
|
"suspend-react": "^0.1.0",
|
|
417
417
|
swr: "^2.1.0",
|
|
418
|
-
"type-fest": "^
|
|
418
|
+
"type-fest": "^4.0.0",
|
|
419
419
|
"use-error-boundary": "^2.0.6"
|
|
420
420
|
};
|
|
421
421
|
var devDependencies = {
|
|
@@ -435,16 +435,16 @@ var devDependencies = {
|
|
|
435
435
|
"eslint-config-react-app": "^7.0.1",
|
|
436
436
|
"eslint-config-sanity": "^6.0.0",
|
|
437
437
|
"eslint-plugin-import": "^2.28.0",
|
|
438
|
-
"eslint-plugin-prettier": "^
|
|
438
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
439
439
|
"eslint-plugin-react": "^7.33.1",
|
|
440
440
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
441
441
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
442
442
|
husky: "^8.0.3",
|
|
443
443
|
"lint-staged": "^13.2.3",
|
|
444
444
|
next: "^13.4.12",
|
|
445
|
-
"next-sanity": "^
|
|
445
|
+
"next-sanity": "^5.1.3",
|
|
446
446
|
"npm-run-all": "^4.1.5",
|
|
447
|
-
prettier: "^
|
|
447
|
+
prettier: "^3.0.1",
|
|
448
448
|
"prettier-plugin-packagejson": "^2.4.5",
|
|
449
449
|
react: "^18.2.0",
|
|
450
450
|
"react-dom": "^18.2.0",
|
|
@@ -464,7 +464,8 @@ var engines = {
|
|
|
464
464
|
node: ">=14"
|
|
465
465
|
};
|
|
466
466
|
var publishConfig = {
|
|
467
|
-
access: "public"
|
|
467
|
+
access: "public",
|
|
468
|
+
provenance: true
|
|
468
469
|
};
|
|
469
470
|
var sanityExchangeUrl = "https://www.sanity.io/plugins/sanity-plugin-mux-input";
|
|
470
471
|
var pluginPkg = {
|