sanity-plugin-mux-input 2.2.2 → 2.2.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/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.2";
357
+ var version = "2.2.3";
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";
@@ -375,8 +375,8 @@ var exports$1 = {
375
375
  source: "./src/index.ts",
376
376
  require: "./lib/index.cjs",
377
377
  node: {
378
- "import": "./lib/index.cjs.js",
379
- require: "./lib/index.cjs"
378
+ module: "./lib/index.js",
379
+ "import": "./lib/index.cjs.js"
380
380
  },
381
381
  "import": "./lib/index.js",
382
382
  "default": "./lib/index.js"
@@ -402,7 +402,7 @@ var scripts = {
402
402
  watch: "pkg-utils watch --strict"
403
403
  };
404
404
  var dependencies = {
405
- "@mux/mux-player-react": "^1.11.4",
405
+ "@mux/mux-player-react": "1.11.4",
406
406
  "@mux/upchunk": "^3",
407
407
  "@sanity/icons": "^2",
408
408
  "@sanity/incompatible-plugin": "^1",
@@ -413,44 +413,44 @@ var dependencies = {
413
413
  "react-rx": "^2.1.3",
414
414
  rxjs: "^7",
415
415
  "scroll-into-view-if-needed": "^3",
416
- "suspend-react": "^0.1.0",
417
- swr: "^2.1.0",
418
- "type-fest": "^4.0.0",
416
+ "suspend-react": "^0.1.3",
417
+ swr: "^2.2.1",
418
+ "type-fest": "^4.2.0",
419
419
  "use-error-boundary": "^2.0.6"
420
420
  };
421
421
  var devDependencies = {
422
- "@commitlint/cli": "^17.6.7",
423
- "@commitlint/config-conventional": "^17.6.7",
424
- "@sanity/pkg-utils": "^2.3.10",
425
- "@sanity/plugin-kit": "^3.1.7",
426
- "@sanity/semantic-release-preset": "^4.1.2",
427
- "@sanity/vision": "^3.14.5",
428
- "@types/react": "^18.2.18",
422
+ "@commitlint/cli": "^17.7.1",
423
+ "@commitlint/config-conventional": "^17.7.0",
424
+ "@sanity/pkg-utils": "^2.4.6",
425
+ "@sanity/plugin-kit": "^3.1.10",
426
+ "@sanity/semantic-release-preset": "^4.1.3",
427
+ "@sanity/vision": "^3.15.1",
428
+ "@types/react": "^18.2.20",
429
429
  "@types/styled-components": "^5.1.26",
430
430
  "@typescript-eslint/eslint-plugin": "^5.62.0",
431
431
  "@typescript-eslint/parser": "^5.62.0",
432
432
  "cz-conventional-changelog": "^3.3.0",
433
- eslint: "^8.46.0",
433
+ eslint: "^8.47.0",
434
434
  "eslint-config-prettier": "^8.10.0",
435
435
  "eslint-config-react-app": "^7.0.1",
436
436
  "eslint-config-sanity": "^6.0.0",
437
- "eslint-plugin-import": "^2.28.0",
437
+ "eslint-plugin-import": "^2.28.1",
438
438
  "eslint-plugin-prettier": "^5.0.0",
439
- "eslint-plugin-react": "^7.33.1",
439
+ "eslint-plugin-react": "^7.33.2",
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
- "lint-staged": "^13.2.3",
444
- next: "^13.4.12",
445
- "next-sanity": "^5.1.6",
443
+ "lint-staged": "^13.3.0",
444
+ next: "^13.4.19",
445
+ "next-sanity": "^5.4.4",
446
446
  "npm-run-all": "^4.1.5",
447
- prettier: "^3.0.1",
447
+ prettier: "^3.0.2",
448
448
  "prettier-plugin-packagejson": "^2.4.5",
449
449
  react: "^18.2.0",
450
450
  "react-dom": "^18.2.0",
451
451
  "react-is": "^18.2.0",
452
452
  rimraf: "^5.0.0",
453
- sanity: "^3.14.5",
453
+ sanity: "^3.15.1",
454
454
  "styled-components": "^5.3.11",
455
455
  typescript: "^5.1.6"
456
456
  };
package/lib/index.cjs.js CHANGED
@@ -3,4 +3,3 @@ import cjs from './index.cjs';
3
3
  export const defaultConfig = cjs.defaultConfig;
4
4
  export const muxInput = cjs.muxInput;
5
5
 
6
- export default cjs.default;
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.2";
342
+ var version = "2.2.3";
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";
@@ -360,8 +360,8 @@ var exports = {
360
360
  source: "./src/index.ts",
361
361
  require: "./lib/index.cjs",
362
362
  node: {
363
- "import": "./lib/index.cjs.js",
364
- require: "./lib/index.cjs"
363
+ module: "./lib/index.js",
364
+ "import": "./lib/index.cjs.js"
365
365
  },
366
366
  "import": "./lib/index.js",
367
367
  "default": "./lib/index.js"
@@ -387,7 +387,7 @@ var scripts = {
387
387
  watch: "pkg-utils watch --strict"
388
388
  };
389
389
  var dependencies = {
390
- "@mux/mux-player-react": "^1.11.4",
390
+ "@mux/mux-player-react": "1.11.4",
391
391
  "@mux/upchunk": "^3",
392
392
  "@sanity/icons": "^2",
393
393
  "@sanity/incompatible-plugin": "^1",
@@ -398,44 +398,44 @@ var dependencies = {
398
398
  "react-rx": "^2.1.3",
399
399
  rxjs: "^7",
400
400
  "scroll-into-view-if-needed": "^3",
401
- "suspend-react": "^0.1.0",
402
- swr: "^2.1.0",
403
- "type-fest": "^4.0.0",
401
+ "suspend-react": "^0.1.3",
402
+ swr: "^2.2.1",
403
+ "type-fest": "^4.2.0",
404
404
  "use-error-boundary": "^2.0.6"
405
405
  };
406
406
  var devDependencies = {
407
- "@commitlint/cli": "^17.6.7",
408
- "@commitlint/config-conventional": "^17.6.7",
409
- "@sanity/pkg-utils": "^2.3.10",
410
- "@sanity/plugin-kit": "^3.1.7",
411
- "@sanity/semantic-release-preset": "^4.1.2",
412
- "@sanity/vision": "^3.14.5",
413
- "@types/react": "^18.2.18",
407
+ "@commitlint/cli": "^17.7.1",
408
+ "@commitlint/config-conventional": "^17.7.0",
409
+ "@sanity/pkg-utils": "^2.4.6",
410
+ "@sanity/plugin-kit": "^3.1.10",
411
+ "@sanity/semantic-release-preset": "^4.1.3",
412
+ "@sanity/vision": "^3.15.1",
413
+ "@types/react": "^18.2.20",
414
414
  "@types/styled-components": "^5.1.26",
415
415
  "@typescript-eslint/eslint-plugin": "^5.62.0",
416
416
  "@typescript-eslint/parser": "^5.62.0",
417
417
  "cz-conventional-changelog": "^3.3.0",
418
- eslint: "^8.46.0",
418
+ eslint: "^8.47.0",
419
419
  "eslint-config-prettier": "^8.10.0",
420
420
  "eslint-config-react-app": "^7.0.1",
421
421
  "eslint-config-sanity": "^6.0.0",
422
- "eslint-plugin-import": "^2.28.0",
422
+ "eslint-plugin-import": "^2.28.1",
423
423
  "eslint-plugin-prettier": "^5.0.0",
424
- "eslint-plugin-react": "^7.33.1",
424
+ "eslint-plugin-react": "^7.33.2",
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
- "lint-staged": "^13.2.3",
429
- next: "^13.4.12",
430
- "next-sanity": "^5.1.6",
428
+ "lint-staged": "^13.3.0",
429
+ next: "^13.4.19",
430
+ "next-sanity": "^5.4.4",
431
431
  "npm-run-all": "^4.1.5",
432
- prettier: "^3.0.1",
432
+ prettier: "^3.0.2",
433
433
  "prettier-plugin-packagejson": "^2.4.5",
434
434
  react: "^18.2.0",
435
435
  "react-dom": "^18.2.0",
436
436
  "react-is": "^18.2.0",
437
437
  rimraf: "^5.0.0",
438
- sanity: "^3.14.5",
438
+ sanity: "^3.15.1",
439
439
  "styled-components": "^5.3.11",
440
440
  typescript: "^5.1.6"
441
441
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-mux-input",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
5
5
  "keywords": [
6
6
  "sanity",
@@ -29,8 +29,8 @@
29
29
  "source": "./src/index.ts",
30
30
  "require": "./lib/index.cjs",
31
31
  "node": {
32
- "import": "./lib/index.cjs.js",
33
- "require": "./lib/index.cjs"
32
+ "module": "./lib/index.js",
33
+ "import": "./lib/index.cjs.js"
34
34
  },
35
35
  "import": "./lib/index.js",
36
36
  "default": "./lib/index.js"
@@ -61,7 +61,7 @@
61
61
  "watch": "pkg-utils watch --strict"
62
62
  },
63
63
  "dependencies": {
64
- "@mux/mux-player-react": "^1.11.4",
64
+ "@mux/mux-player-react": "1.11.4",
65
65
  "@mux/upchunk": "^3",
66
66
  "@sanity/icons": "^2",
67
67
  "@sanity/incompatible-plugin": "^1",
@@ -72,44 +72,44 @@
72
72
  "react-rx": "^2.1.3",
73
73
  "rxjs": "^7",
74
74
  "scroll-into-view-if-needed": "^3",
75
- "suspend-react": "^0.1.0",
76
- "swr": "^2.1.0",
77
- "type-fest": "^4.0.0",
75
+ "suspend-react": "^0.1.3",
76
+ "swr": "^2.2.1",
77
+ "type-fest": "^4.2.0",
78
78
  "use-error-boundary": "^2.0.6"
79
79
  },
80
80
  "devDependencies": {
81
- "@commitlint/cli": "^17.6.7",
82
- "@commitlint/config-conventional": "^17.6.7",
83
- "@sanity/pkg-utils": "^2.3.10",
84
- "@sanity/plugin-kit": "^3.1.7",
85
- "@sanity/semantic-release-preset": "^4.1.2",
86
- "@sanity/vision": "^3.14.5",
87
- "@types/react": "^18.2.18",
81
+ "@commitlint/cli": "^17.7.1",
82
+ "@commitlint/config-conventional": "^17.7.0",
83
+ "@sanity/pkg-utils": "^2.4.6",
84
+ "@sanity/plugin-kit": "^3.1.10",
85
+ "@sanity/semantic-release-preset": "^4.1.3",
86
+ "@sanity/vision": "^3.15.1",
87
+ "@types/react": "^18.2.20",
88
88
  "@types/styled-components": "^5.1.26",
89
89
  "@typescript-eslint/eslint-plugin": "^5.62.0",
90
90
  "@typescript-eslint/parser": "^5.62.0",
91
91
  "cz-conventional-changelog": "^3.3.0",
92
- "eslint": "^8.46.0",
92
+ "eslint": "^8.47.0",
93
93
  "eslint-config-prettier": "^8.10.0",
94
94
  "eslint-config-react-app": "^7.0.1",
95
95
  "eslint-config-sanity": "^6.0.0",
96
- "eslint-plugin-import": "^2.28.0",
96
+ "eslint-plugin-import": "^2.28.1",
97
97
  "eslint-plugin-prettier": "^5.0.0",
98
- "eslint-plugin-react": "^7.33.1",
98
+ "eslint-plugin-react": "^7.33.2",
99
99
  "eslint-plugin-react-hooks": "^4.6.0",
100
100
  "eslint-plugin-simple-import-sort": "^10.0.0",
101
101
  "husky": "^8.0.3",
102
- "lint-staged": "^13.2.3",
103
- "next": "^13.4.12",
104
- "next-sanity": "^5.1.6",
102
+ "lint-staged": "^13.3.0",
103
+ "next": "^13.4.19",
104
+ "next-sanity": "^5.4.4",
105
105
  "npm-run-all": "^4.1.5",
106
- "prettier": "^3.0.1",
106
+ "prettier": "^3.0.2",
107
107
  "prettier-plugin-packagejson": "^2.4.5",
108
108
  "react": "^18.2.0",
109
109
  "react-dom": "^18.2.0",
110
110
  "react-is": "^18.2.0",
111
111
  "rimraf": "^5.0.0",
112
- "sanity": "^3.14.5",
112
+ "sanity": "^3.15.1",
113
113
  "styled-components": "^5.3.11",
114
114
  "typescript": "^5.1.6"
115
115
  },