@remotion/three 4.0.286 → 4.0.287

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.
@@ -263,8 +263,7 @@ var useVideoTexture = (videoRef) => {
263
263
  warnAboutRequestVideoFrameCallback();
264
264
  return;
265
265
  }
266
- const ready = () => {
267
- };
266
+ const ready = () => {};
268
267
  current.requestVideoFrameCallback(ready);
269
268
  }, [frame, loaded, videoRef]);
270
269
  if (typeof HTMLVideoElement === "undefined" || !HTMLVideoElement.prototype.requestVideoFrameCallback) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/three"
4
4
  },
5
5
  "name": "@remotion/three",
6
- "version": "4.0.286",
6
+ "version": "4.0.287",
7
7
  "description": "Include React Three Fiber components in a Remotion video",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -16,14 +16,14 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.286"
19
+ "remotion": "4.0.287"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@react-three/fiber": ">=8.0.0",
23
23
  "react": ">=16.8.0",
24
24
  "react-dom": ">=16.8.0",
25
25
  "three": ">=0.137.0",
26
- "remotion": "4.0.286"
26
+ "remotion": "4.0.287"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@react-three/fiber": "9.0.0-rc.6",
@@ -34,8 +34,8 @@
34
34
  "react-dom": "19.0.0",
35
35
  "three": "0.171.0",
36
36
  "eslint": "9.19.0",
37
- "remotion": "4.0.286",
38
- "@remotion/eslint-config-internal": "4.0.286"
37
+ "remotion": "4.0.287",
38
+ "@remotion/eslint-config-internal": "4.0.287"
39
39
  },
40
40
  "keywords": [
41
41
  "remotion",