@depup/react-player 3.4.0-depup.56 → 3.4.0-depup.57
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 -2
- package/changes.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/react-player
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [react-player](https://www.npmjs.com/package/react-player) @ 3.4.0 |
|
|
17
|
-
| Processed | 2026-07-
|
|
17
|
+
| Processed | 2026-07-26 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 10 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/react-player
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @mux/mux-player-react | ^3.8.0 | ^3.13.
|
|
25
|
+
| @mux/mux-player-react | ^3.8.0 | ^3.13.2 |
|
|
26
26
|
| cloudflare-video-element | ^1.3.4 | ^1.3.5 |
|
|
27
27
|
| dash-video-element | ^0.3.0 | ^0.3.2 |
|
|
28
28
|
| hls-video-element | ^1.5.9 | ^1.5.11 |
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@mux/mux-player-react": {
|
|
4
4
|
"from": "^3.8.0",
|
|
5
|
-
"to": "^3.13.
|
|
5
|
+
"to": "^3.13.2"
|
|
6
6
|
},
|
|
7
7
|
"cloudflare-video-element": {
|
|
8
8
|
"from": "^1.3.4",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"to": "^1.9.0"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"timestamp": "2026-07-
|
|
44
|
+
"timestamp": "2026-07-26T00:59:50.858Z",
|
|
45
45
|
"totalUpdated": 10
|
|
46
46
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/react-player",
|
|
3
|
-
"version": "3.4.0-depup.
|
|
3
|
+
"version": "3.4.0-depup.57",
|
|
4
4
|
"description": "A React component for playing a variety of URLs, including file paths, Mux, YouTube, Vimeo, and Wistia (with updated dependencies)",
|
|
5
5
|
"author": "Pete Cook (https://github.com/cookpete)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-dom": "^17.0.2 || ^18 || ^19"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@mux/mux-player-react": "^3.13.
|
|
54
|
+
"@mux/mux-player-react": "^3.13.2",
|
|
55
55
|
"cloudflare-video-element": "^1.3.5",
|
|
56
56
|
"dash-video-element": "^0.3.2",
|
|
57
57
|
"hls-video-element": "^1.5.11",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"changes": {
|
|
115
115
|
"@mux/mux-player-react": {
|
|
116
116
|
"from": "^3.8.0",
|
|
117
|
-
"to": "^3.13.
|
|
117
|
+
"to": "^3.13.2"
|
|
118
118
|
},
|
|
119
119
|
"cloudflare-video-element": {
|
|
120
120
|
"from": "^1.3.4",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"depsUpdated": 10,
|
|
157
157
|
"originalPackage": "react-player",
|
|
158
158
|
"originalVersion": "3.4.0",
|
|
159
|
-
"processedAt": "2026-07-
|
|
159
|
+
"processedAt": "2026-07-26T00:59:56.865Z",
|
|
160
160
|
"smokeTest": "passed"
|
|
161
161
|
}
|
|
162
162
|
}
|