sanity-plugin-mux-input 2.0.7 → 2.0.9
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 +2 -0
- package/lib/_chunks/{Input-f615d618.cjs → Input-24f78074.cjs} +3 -3
- package/lib/_chunks/Input-24f78074.cjs.map +1 -0
- package/lib/_chunks/{Input-2fd5f58c.js → Input-cc45f465.js} +3 -3
- package/lib/_chunks/Input-cc45f465.js.map +1 -0
- package/lib/_chunks/{Preview-528f1546.js → Preview-66a38a4e.js} +2 -2
- package/lib/_chunks/{Preview-528f1546.js.map → Preview-66a38a4e.js.map} +1 -1
- package/lib/_chunks/{Preview-ad8ebbe7.cjs → Preview-75c2fdb3.cjs} +2 -2
- package/lib/_chunks/{Preview-ad8ebbe7.cjs.map → Preview-75c2fdb3.cjs.map} +1 -1
- package/lib/_chunks/{VideoSource.styled-51cb5501.js → VideoSource.styled-73049103.js} +2 -2
- package/lib/_chunks/{VideoSource.styled-51cb5501.js.map → VideoSource.styled-73049103.js.map} +1 -1
- package/lib/_chunks/{VideoSource.styled-67131a53.cjs → VideoSource.styled-e6b720d5.cjs} +2 -2
- package/lib/_chunks/{VideoSource.styled-67131a53.cjs.map → VideoSource.styled-e6b720d5.cjs.map} +1 -1
- package/lib/_chunks/{index-9d8d0d98.js → index-6a0dba64.js} +3 -3
- package/lib/_chunks/{index-9d8d0d98.js.map → index-6a0dba64.js.map} +1 -1
- package/lib/_chunks/{index-e0e502cf.cjs → index-a69c5856.cjs} +3 -3
- package/lib/_chunks/{index-e0e502cf.cjs.map → index-a69c5856.cjs.map} +1 -1
- package/lib/index.cjs +1 -1
- package/lib/index.js +1 -1
- package/package.json +22 -22
- package/src/components/Player.tsx +1 -1
- package/lib/_chunks/Input-2fd5f58c.js.map +0 -1
- package/lib/_chunks/Input-f615d618.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-mux-input",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "An input component that integrates Sanity Studio with Mux video encoding/hosting service.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -68,54 +68,54 @@
|
|
|
68
68
|
"@sanity/ui": "^1",
|
|
69
69
|
"@sanity/uuid": "^3",
|
|
70
70
|
"classnames": "^2.3.2",
|
|
71
|
-
"jsonwebtoken-esm": "^1.0.
|
|
72
|
-
"media-chrome": "^0.
|
|
71
|
+
"jsonwebtoken-esm": "^1.0.5",
|
|
72
|
+
"media-chrome": "^0.18.1",
|
|
73
73
|
"motion": "^10",
|
|
74
74
|
"rxjs": "^7",
|
|
75
75
|
"scroll-into-view-if-needed": "^3",
|
|
76
76
|
"suspend-react": "^0.0.9",
|
|
77
|
-
"swr": "^2.0.
|
|
77
|
+
"swr": "^2.0.3",
|
|
78
78
|
"use-device-pixel-ratio": "^1.1.2",
|
|
79
79
|
"use-error-boundary": "^2.0.6"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@commitlint/cli": "^17.4.2",
|
|
83
83
|
"@commitlint/config-conventional": "^17.4.2",
|
|
84
|
-
"@rollup/plugin-alias": "^4.0.
|
|
85
|
-
"@sanity/pkg-utils": "^2.2.
|
|
84
|
+
"@rollup/plugin-alias": "^4.0.3",
|
|
85
|
+
"@sanity/pkg-utils": "^2.2.3",
|
|
86
86
|
"@sanity/plugin-kit": "^3.1.4",
|
|
87
|
-
"@sanity/semantic-release-preset": "^
|
|
88
|
-
"@sanity/vision": "^3.2.
|
|
89
|
-
"@types/react": "^18.0.
|
|
87
|
+
"@sanity/semantic-release-preset": "^4.0.0",
|
|
88
|
+
"@sanity/vision": "^3.2.6",
|
|
89
|
+
"@types/react": "^18.0.27",
|
|
90
90
|
"@types/styled-components": "^5.1.26",
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
92
|
-
"@typescript-eslint/parser": "^5.
|
|
91
|
+
"@typescript-eslint/eslint-plugin": "^5.50.0",
|
|
92
|
+
"@typescript-eslint/parser": "^5.50.0",
|
|
93
93
|
"cz-conventional-changelog": "^3.3.0",
|
|
94
|
-
"eslint": "^8.
|
|
94
|
+
"eslint": "^8.33.0",
|
|
95
95
|
"eslint-config-prettier": "^8.6.0",
|
|
96
96
|
"eslint-config-react-app": "^7.0.1",
|
|
97
97
|
"eslint-config-sanity": "^6.0.0",
|
|
98
98
|
"eslint-plugin-import": "^2.27.5",
|
|
99
99
|
"eslint-plugin-prettier": "^4.2.1",
|
|
100
|
-
"eslint-plugin-react": "^7.32.
|
|
100
|
+
"eslint-plugin-react": "^7.32.2",
|
|
101
101
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
102
|
-
"eslint-plugin-simple-import-sort": "^
|
|
102
|
+
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
103
103
|
"husky": "^8.0.3",
|
|
104
104
|
"lint-staged": "^13.1.0",
|
|
105
|
-
"next": "^13.1.
|
|
106
|
-
"next-sanity": "^4.1.
|
|
105
|
+
"next": "^13.1.6",
|
|
106
|
+
"next-sanity": "^4.1.2",
|
|
107
107
|
"npm-run-all": "^4.1.5",
|
|
108
108
|
"prettier": "^2.8.3",
|
|
109
|
-
"prettier-plugin-packagejson": "^2.4.
|
|
109
|
+
"prettier-plugin-packagejson": "^2.4.2",
|
|
110
110
|
"react": "^18.2.0",
|
|
111
111
|
"react-dom": "^18.2.0",
|
|
112
112
|
"react-is": "^18.2.0",
|
|
113
|
-
"rimraf": "^4.1.
|
|
114
|
-
"rollup": "^3.
|
|
115
|
-
"sanity": "^3.2.
|
|
113
|
+
"rimraf": "^4.1.2",
|
|
114
|
+
"rollup": "^3.12.1",
|
|
115
|
+
"sanity": "^3.2.6",
|
|
116
116
|
"styled-components": "^5.3.6",
|
|
117
|
-
"type-fest": "^3.5.
|
|
118
|
-
"typescript": "^4.9.
|
|
117
|
+
"type-fest": "^3.5.4",
|
|
118
|
+
"typescript": "^4.9.5"
|
|
119
119
|
},
|
|
120
120
|
"peerDependencies": {
|
|
121
121
|
"react": "^18",
|
|
@@ -138,7 +138,7 @@ const MuxVideoOld = ({asset, buttons, readOnly, onChange, dialogState, setDialog
|
|
|
138
138
|
onError={handleError}
|
|
139
139
|
slot="media"
|
|
140
140
|
preload="metadata"
|
|
141
|
-
crossOrigin="
|
|
141
|
+
crossOrigin="anonymous"
|
|
142
142
|
>
|
|
143
143
|
<ThumbnailsMetadataTrack asset={asset} />
|
|
144
144
|
</MuxVideo>
|