@remotion/player 4.0.174 → 4.0.175
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/dist/esm/index.mjs +0 -3
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -1950,9 +1950,6 @@ var errorStyle = {
|
|
|
1950
1950
|
};
|
|
1951
1951
|
|
|
1952
1952
|
class ErrorBoundary extends React6.Component {
|
|
1953
|
-
constructor() {
|
|
1954
|
-
super(...arguments);
|
|
1955
|
-
}
|
|
1956
1953
|
state = { hasError: null };
|
|
1957
1954
|
static getDerivedStateFromError(error) {
|
|
1958
1955
|
return { hasError: error };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/player",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.175",
|
|
4
4
|
"description": "Remotion Player",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"remotion": "4.0.
|
|
31
|
+
"remotion": "4.0.175"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|