@remotion/renderer 4.0.461 → 4.0.462

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.
Files changed (2) hide show
  1. package/dist/esm/index.mjs +6 -1
  2. package/package.json +13 -14
@@ -23159,7 +23159,6 @@ var getMaxConcurrency = () => {
23159
23159
  return getCpuCount();
23160
23160
  };
23161
23161
  var getMinConcurrency = () => 1;
23162
-
23163
23162
  // src/combine-chunks.ts
23164
23163
  import { rmSync as rmSync6 } from "node:fs";
23165
23164
  import { join as join5 } from "node:path";
@@ -23575,6 +23574,12 @@ var getVideoMetadata = async (videoSource, options) => {
23575
23574
  await compositor.waitForDone();
23576
23575
  return JSON.parse(new TextDecoder("utf-8").decode(metadataResponse));
23577
23576
  };
23577
+ // src/options/chrome-mode.tsx
23578
+ import { jsx as jsx6, jsxs as jsxs6, Fragment as Fragment6 } from "react/jsx-runtime";
23579
+ // src/options/number-of-gif-loops.tsx
23580
+ import { jsx as jsx7, jsxs as jsxs7, Fragment as Fragment7 } from "react/jsx-runtime";
23581
+ // src/options/on-browser-download.tsx
23582
+ import { jsx as jsx8, jsxs as jsxs8, Fragment as Fragment8 } from "react/jsx-runtime";
23578
23583
  // src/index.ts
23579
23584
  var RenderInternals = {
23580
23585
  resolveConcurrency,
package/package.json CHANGED
@@ -3,11 +3,10 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
4
4
  },
5
5
  "name": "@remotion/renderer",
6
- "version": "4.0.461",
6
+ "version": "4.0.462",
7
7
  "description": "Render Remotion videos using Node.js or Bun",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
10
- "sideEffects": false,
11
10
  "scripts": {
12
11
  "formatting": "oxfmt src --check",
13
12
  "format": "oxfmt src",
@@ -24,11 +23,11 @@
24
23
  "dependencies": {
25
24
  "execa": "5.1.1",
26
25
  "extract-zip": "2.0.1",
27
- "remotion": "4.0.461",
28
- "@remotion/streaming": "4.0.461",
26
+ "remotion": "4.0.462",
27
+ "@remotion/streaming": "4.0.462",
29
28
  "source-map": "0.8.0-beta.0",
30
29
  "ws": "8.17.1",
31
- "@remotion/licensing": "4.0.461"
30
+ "@remotion/licensing": "4.0.462"
32
31
  },
33
32
  "peerDependencies": {
34
33
  "react": ">=16.8.0",
@@ -42,19 +41,19 @@
42
41
  "react-dom": "19.2.3",
43
42
  "@typescript/native-preview": "7.0.0-dev.20260217.1",
44
43
  "@types/ws": "8.5.10",
45
- "@remotion/example-videos": "4.0.461",
46
- "@remotion/eslint-config-internal": "4.0.461",
44
+ "@remotion/example-videos": "4.0.462",
45
+ "@remotion/eslint-config-internal": "4.0.462",
47
46
  "eslint": "9.19.0",
48
47
  "@types/node": "20.12.14"
49
48
  },
50
49
  "optionalDependencies": {
51
- "@remotion/compositor-darwin-arm64": "4.0.461",
52
- "@remotion/compositor-darwin-x64": "4.0.461",
53
- "@remotion/compositor-linux-arm64-gnu": "4.0.461",
54
- "@remotion/compositor-linux-arm64-musl": "4.0.461",
55
- "@remotion/compositor-linux-x64-gnu": "4.0.461",
56
- "@remotion/compositor-linux-x64-musl": "4.0.461",
57
- "@remotion/compositor-win32-x64-msvc": "4.0.461"
50
+ "@remotion/compositor-darwin-arm64": "4.0.462",
51
+ "@remotion/compositor-darwin-x64": "4.0.462",
52
+ "@remotion/compositor-linux-arm64-gnu": "4.0.462",
53
+ "@remotion/compositor-linux-arm64-musl": "4.0.462",
54
+ "@remotion/compositor-linux-x64-gnu": "4.0.462",
55
+ "@remotion/compositor-linux-x64-musl": "4.0.462",
56
+ "@remotion/compositor-win32-x64-msvc": "4.0.462"
58
57
  },
59
58
  "keywords": [
60
59
  "remotion",