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/lib/index.js
CHANGED
|
@@ -339,7 +339,7 @@ function getVideoSrc(_ref3) {
|
|
|
339
339
|
return "https://stream.mux.com/".concat(playbackId, ".m3u8?").concat(searchParams);
|
|
340
340
|
}
|
|
341
341
|
var name = "sanity-plugin-mux-input";
|
|
342
|
-
var version = "2.2.
|
|
342
|
+
var version = "2.2.1";
|
|
343
343
|
var description = "An input component that integrates Sanity Studio with Mux video encoding/hosting service.";
|
|
344
344
|
var keywords = ["sanity", "video", "mux", "input", "plugin", "sanity-plugin", "media"];
|
|
345
345
|
var homepage = "https://github.com/sanity-io/sanity-plugin-mux-input#readme";
|
|
@@ -400,7 +400,7 @@ var dependencies = {
|
|
|
400
400
|
"scroll-into-view-if-needed": "^3",
|
|
401
401
|
"suspend-react": "^0.1.0",
|
|
402
402
|
swr: "^2.1.0",
|
|
403
|
-
"type-fest": "^
|
|
403
|
+
"type-fest": "^4.0.0",
|
|
404
404
|
"use-error-boundary": "^2.0.6"
|
|
405
405
|
};
|
|
406
406
|
var devDependencies = {
|
|
@@ -420,16 +420,16 @@ var devDependencies = {
|
|
|
420
420
|
"eslint-config-react-app": "^7.0.1",
|
|
421
421
|
"eslint-config-sanity": "^6.0.0",
|
|
422
422
|
"eslint-plugin-import": "^2.28.0",
|
|
423
|
-
"eslint-plugin-prettier": "^
|
|
423
|
+
"eslint-plugin-prettier": "^5.0.0",
|
|
424
424
|
"eslint-plugin-react": "^7.33.1",
|
|
425
425
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
426
426
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
427
427
|
husky: "^8.0.3",
|
|
428
428
|
"lint-staged": "^13.2.3",
|
|
429
429
|
next: "^13.4.12",
|
|
430
|
-
"next-sanity": "^
|
|
430
|
+
"next-sanity": "^5.1.3",
|
|
431
431
|
"npm-run-all": "^4.1.5",
|
|
432
|
-
prettier: "^
|
|
432
|
+
prettier: "^3.0.1",
|
|
433
433
|
"prettier-plugin-packagejson": "^2.4.5",
|
|
434
434
|
react: "^18.2.0",
|
|
435
435
|
"react-dom": "^18.2.0",
|
|
@@ -449,7 +449,8 @@ var engines = {
|
|
|
449
449
|
node: ">=14"
|
|
450
450
|
};
|
|
451
451
|
var publishConfig = {
|
|
452
|
-
access: "public"
|
|
452
|
+
access: "public",
|
|
453
|
+
provenance: true
|
|
453
454
|
};
|
|
454
455
|
var sanityExchangeUrl = "https://www.sanity.io/plugins/sanity-plugin-mux-input";
|
|
455
456
|
var pluginPkg = {
|