@remotion/renderer 4.0.276 → 4.0.277

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/ensure-browser.mjs +2 -5
  2. package/package.json +12 -12
@@ -3072,10 +3072,7 @@ function getChromeDownloadUrl({
3072
3072
  chromeMode
3073
3073
  }) {
3074
3074
  if (platform2 === "linux-arm64") {
3075
- if (chromeMode === "chrome-for-testing") {
3076
- throw new Error(`chromeMode: 'chrome-for-testing' is not supported on platform linux-arm64`);
3077
- }
3078
- return `https://playwright.azureedge.net/builds/chromium/${version ?? PLAYWRIGHT_VERSION}/chromium-linux-arm64.zip`;
3075
+ return `https://playwright.azureedge.net/builds/chromium/${version ?? PLAYWRIGHT_VERSION}/chromium-headless-shell-linux-arm64.zip`;
3079
3076
  }
3080
3077
  if (chromeMode === "headless-shell") {
3081
3078
  return `https://storage.googleapis.com/chrome-for-testing-public/${version ?? TESTED_VERSION}/${platform2}/chrome-headless-shell-${platform2}.zip`;
@@ -3196,7 +3193,7 @@ var getExecutablePath = (chromeMode) => {
3196
3193
  throw new Error("unsupported platform" + platform2);
3197
3194
  }
3198
3195
  if (chromeMode === "headless-shell") {
3199
- return path3.join(folderPath, `chrome-headless-shell-${platform2}`, platform2 === "win64" ? "chrome-headless-shell.exe" : "chrome-headless-shell");
3196
+ return path3.join(folderPath, `chrome-headless-shell-${platform2}`, platform2 === "win64" ? "chrome-headless-shell.exe" : platform2 === "linux-arm64" ? "headless_shell" : "chrome-headless-shell");
3200
3197
  }
3201
3198
  throw new Error("unsupported chrome mode" + chromeMode);
3202
3199
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
4
4
  },
5
5
  "name": "@remotion/renderer",
6
- "version": "4.0.276",
6
+ "version": "4.0.277",
7
7
  "description": "Render Remotion videos using Node.js or Bun",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "extract-zip": "2.0.1",
19
19
  "source-map": "^0.8.0-beta.0",
20
20
  "ws": "8.17.1",
21
- "remotion": "4.0.276",
22
- "@remotion/streaming": "4.0.276"
21
+ "remotion": "4.0.277",
22
+ "@remotion/streaming": "4.0.277"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",
@@ -33,17 +33,17 @@
33
33
  "react-dom": "19.0.0",
34
34
  "@types/ws": "8.5.10",
35
35
  "eslint": "9.19.0",
36
- "@remotion/example-videos": "4.0.276",
37
- "@remotion/eslint-config-internal": "4.0.276"
36
+ "@remotion/example-videos": "4.0.277",
37
+ "@remotion/eslint-config-internal": "4.0.277"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@remotion/compositor-darwin-arm64": "4.0.276",
41
- "@remotion/compositor-darwin-x64": "4.0.276",
42
- "@remotion/compositor-linux-arm64-gnu": "4.0.276",
43
- "@remotion/compositor-linux-arm64-musl": "4.0.276",
44
- "@remotion/compositor-linux-x64-gnu": "4.0.276",
45
- "@remotion/compositor-win32-x64-msvc": "4.0.276",
46
- "@remotion/compositor-linux-x64-musl": "4.0.276"
40
+ "@remotion/compositor-darwin-arm64": "4.0.277",
41
+ "@remotion/compositor-darwin-x64": "4.0.277",
42
+ "@remotion/compositor-linux-arm64-gnu": "4.0.277",
43
+ "@remotion/compositor-linux-x64-gnu": "4.0.277",
44
+ "@remotion/compositor-linux-x64-musl": "4.0.277",
45
+ "@remotion/compositor-win32-x64-msvc": "4.0.277",
46
+ "@remotion/compositor-linux-arm64-musl": "4.0.277"
47
47
  },
48
48
  "keywords": [
49
49
  "remotion",