@videojs/react 10.0.0-beta.14 → 10.0.0-beta.15
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.
|
@@ -7,7 +7,7 @@ import { MuxMediaDelegate } from "@videojs/core/dom/media/mux";
|
|
|
7
7
|
type MuxVideoProps = PropsWithChildren<VideoHTMLAttributes<HTMLVideoElement>> & InferDelegateProps<typeof MuxMediaDelegate>;
|
|
8
8
|
declare const MuxVideo: react.ForwardRefExoticComponent<VideoHTMLAttributes<HTMLVideoElement> & {
|
|
9
9
|
children?: react.ReactNode | undefined;
|
|
10
|
-
} & Partial<Pick<MuxMediaDelegate, "preload" | "src" | "
|
|
10
|
+
} & Partial<Pick<MuxMediaDelegate, "preload" | "src" | "type" | "preferPlayback" | "config" | "debug" | "metadata" | "playbackId" | "customDomain" | "MuxDataSdk" | "beaconCollectionDomain" | "disableCookies" | "envKey" | "playerSoftwareName" | "playerSoftwareVersion" | "playerInitTime">> & react.RefAttributes<HTMLVideoElement>>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { MuxVideo, MuxVideo as default, MuxVideoProps };
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@videojs/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "10.0.0-beta.
|
|
4
|
+
"version": "10.0.0-beta.15",
|
|
5
5
|
"description": "React library for building media players",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"react": ">=16.8.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@videojs/core": "10.0.0-beta.
|
|
69
|
-
"@videojs/
|
|
70
|
-
"@videojs/
|
|
71
|
-
"@videojs/
|
|
68
|
+
"@videojs/core": "10.0.0-beta.15",
|
|
69
|
+
"@videojs/store": "10.0.0-beta.15",
|
|
70
|
+
"@videojs/spf": "10.0.0-beta.15",
|
|
71
|
+
"@videojs/utils": "10.0.0-beta.15"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@testing-library/react": "^16.3.0",
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
"tsdown": "^0.21.4",
|
|
80
80
|
"typescript": "^6.0.2",
|
|
81
81
|
"vitest": "^4.1.0",
|
|
82
|
-
"@videojs/icons": "10.0.0-beta.
|
|
83
|
-
"@videojs/skins": "10.0.0-beta.
|
|
82
|
+
"@videojs/icons": "10.0.0-beta.15",
|
|
83
|
+
"@videojs/skins": "10.0.0-beta.15"
|
|
84
84
|
},
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|