@remotion/bundler 4.0.26 → 4.0.28

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.
@@ -25,6 +25,7 @@ export type RenderDefaults = {
25
25
  ignoreCertificateErrors: boolean;
26
26
  offthreadVideoCacheSizeInBytes: number | null;
27
27
  headless: boolean;
28
+ colorSpace: string;
28
29
  };
29
30
  declare global {
30
31
  interface Window {
@@ -6,7 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.indexHtml = void 0;
7
7
  const node_path_1 = __importDefault(require("node:path"));
8
8
  const remotion_1 = require("remotion");
9
- const indexHtml = ({ baseDir, editorName, inputProps, envVariables, staticHash, remotionRoot, studioServerCommand, renderQueue, numberOfAudioTags, publicFiles, includeFavicon, title, renderDefaults, publicFolderExists, }) => `
9
+ const indexHtml = ({ baseDir, editorName, inputProps, envVariables, staticHash, remotionRoot, studioServerCommand, renderQueue, numberOfAudioTags, publicFiles, includeFavicon, title, renderDefaults, publicFolderExists, }) =>
10
+ // Must setup remotion_editorName and remotion.remotion_projectName before bundle.js is loaded
11
+ `
10
12
  <!DOCTYPE html>
11
13
  <html lang="en">
12
14
  <head>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "4.0.26",
3
+ "version": "4.0.28",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -22,7 +22,7 @@
22
22
  "react-refresh": "0.9.0",
23
23
  "style-loader": "2.0.0",
24
24
  "webpack": "5.83.1",
25
- "remotion": "4.0.26"
25
+ "remotion": "4.0.28"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16.8.0",