@remotion/three 4.0.213 → 4.0.214

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.
@@ -23,7 +23,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.useOffthreadVideoTexture = exports.useInnerVideoTexture = void 0;
26
+ exports.useInnerVideoTexture = void 0;
27
+ exports.useOffthreadVideoTexture = useOffthreadVideoTexture;
27
28
  const react_1 = require("react");
28
29
  const remotion_1 = require("remotion");
29
30
  const no_react_1 = require("remotion/no-react");
@@ -98,4 +99,3 @@ function useOffthreadVideoTexture({ src, playbackRate = 1, transparent = false,
98
99
  }
99
100
  return (0, exports.useInnerVideoTexture)({ playbackRate, src, transparent, toneMapped });
100
101
  }
101
- exports.useOffthreadVideoTexture = useOffthreadVideoTexture;
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.213",
6
+ "version": "4.0.214",
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,24 +16,24 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.213"
19
+ "remotion": "4.0.214"
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.213"
26
+ "remotion": "4.0.214"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@react-three/fiber": "8.13.5",
30
30
  "@types/react-reconciler": "^0.26.4",
31
31
  "@types/three": "0.157.2",
32
- "@types/web": "0.0.78",
32
+ "@types/web": "0.0.166",
33
33
  "react": "18.3.1",
34
34
  "react-dom": "18.3.1",
35
35
  "three": "0.158.0",
36
- "remotion": "4.0.213"
36
+ "remotion": "4.0.214"
37
37
  },
38
38
  "keywords": [
39
39
  "remotion",
@@ -59,6 +59,6 @@
59
59
  "scripts": {
60
60
  "formatting": "prettier src --check",
61
61
  "lint": "eslint src --ext ts,tsx",
62
- "build": "bun --env-file=../.env.bundle bundle.ts"
62
+ "make": "bun --env-file=../.env.bundle bundle.ts"
63
63
  }
64
64
  }