@remotion/player
Advanced tools
Comparing version 4.0.180 to 4.0.181
@@ -18,3 +18,3 @@ import React from 'react'; | ||
componentDidCatch(error: Error): void; | ||
render(): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<React.ReactNode> | null | undefined; | ||
render(): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined; | ||
} |
@@ -23,3 +23,3 @@ /// <reference types="react" /> | ||
playing: boolean; | ||
play: (e?: PointerEvent | import("react").SyntheticEvent<Element, Event> | undefined) => void; | ||
play: (e?: import("react").SyntheticEvent<Element, Event> | PointerEvent | undefined) => void; | ||
pause: () => void; | ||
@@ -26,0 +26,0 @@ pauseAndReturnToPlayStart: () => void; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/player", | ||
"version": "4.0.180", | ||
"version": "4.0.181", | ||
"description": "React component for embedding a Remotion preview into your app", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js", | ||
"dependencies": { | ||
"remotion": "4.0.180" | ||
"remotion": "4.0.181" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
271017
101
6925
+ Addedremotion@4.0.181(transitive)
- Removedremotion@4.0.180(transitive)
Updatedremotion@4.0.181