@remotion/renderer 4.0.398 → 4.0.400

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.
@@ -141,6 +141,7 @@ const downloadBrowser = async ({ logLevel, indent, onProgress, version, chromeMo
141
141
  downloadedBytes: progress.downloaded,
142
142
  totalSizeInBytes: progress.totalSize,
143
143
  percent: progress.percent,
144
+ alreadyAvailable: false,
144
145
  });
145
146
  },
146
147
  indent,
package/dist/client.d.ts CHANGED
@@ -899,6 +899,21 @@ export declare const BrowserSafeApis: {
899
899
  };
900
900
  setConfig: (value: string | null) => void;
901
901
  };
902
+ licenseKeyOption: {
903
+ name: string;
904
+ cliFlag: "licenseKey-key";
905
+ description: () => import("react/jsx-runtime").JSX.Element;
906
+ ssrName: "licenseKey";
907
+ docLink: string;
908
+ type: string | null;
909
+ getValue: ({ commandLine }: {
910
+ commandLine: Record<string, unknown>;
911
+ }) => {
912
+ source: string;
913
+ value: string | null;
914
+ };
915
+ setConfig: (value: string | null) => void;
916
+ };
902
917
  audioLatencyHintOption: {
903
918
  name: string;
904
919
  cliFlag: "audio-latency-hint";
@@ -1393,11 +1408,11 @@ export declare const BrowserSafeApis: {
1393
1408
  setConfig: (newChromeMode: import("./options/chrome-mode").ChromeMode) => void;
1394
1409
  type: import("./options/chrome-mode").ChromeMode;
1395
1410
  };
1396
- readonly apiKey: {
1411
+ readonly licenseKey: {
1397
1412
  name: string;
1398
- cliFlag: "api-key";
1413
+ cliFlag: "licenseKey-key";
1399
1414
  description: () => import("react/jsx-runtime").JSX.Element;
1400
- ssrName: "apiKey";
1415
+ ssrName: "licenseKey";
1401
1416
  docLink: string;
1402
1417
  type: string | null;
1403
1418
  getValue: ({ commandLine }: {
@@ -1599,6 +1614,21 @@ export declare const BrowserSafeApis: {
1599
1614
  };
1600
1615
  setConfig: (value: string | null) => void;
1601
1616
  };
1617
+ readonly licenseKey: {
1618
+ name: string;
1619
+ cliFlag: "licenseKey-key";
1620
+ description: () => import("react/jsx-runtime").JSX.Element;
1621
+ ssrName: "licenseKey";
1622
+ docLink: string;
1623
+ type: string | null;
1624
+ getValue: ({ commandLine }: {
1625
+ commandLine: Record<string, unknown>;
1626
+ }) => {
1627
+ source: string;
1628
+ value: string | null;
1629
+ };
1630
+ setConfig: (value: string | null) => void;
1631
+ };
1602
1632
  };
1603
1633
  readonly getCompositions: {
1604
1634
  readonly mediaCacheSizeInBytes: {
@@ -2297,6 +2327,21 @@ export declare const BrowserSafeApis: {
2297
2327
  };
2298
2328
  setConfig: (value: string | null) => void;
2299
2329
  };
2330
+ readonly licenseKey: {
2331
+ name: string;
2332
+ cliFlag: "licenseKey-key";
2333
+ description: () => import("react/jsx-runtime").JSX.Element;
2334
+ ssrName: "licenseKey";
2335
+ docLink: string;
2336
+ type: string | null;
2337
+ getValue: ({ commandLine }: {
2338
+ commandLine: Record<string, unknown>;
2339
+ }) => {
2340
+ source: string;
2341
+ value: string | null;
2342
+ };
2343
+ setConfig: (value: string | null) => void;
2344
+ };
2300
2345
  };
2301
2346
  readonly renderStillOnLambda: {
2302
2347
  readonly mediaCacheSizeInBytes: {
@@ -2446,6 +2491,21 @@ export declare const BrowserSafeApis: {
2446
2491
  };
2447
2492
  setConfig: (value: string | null) => void;
2448
2493
  };
2494
+ readonly licenseKey: {
2495
+ name: string;
2496
+ cliFlag: "licenseKey-key";
2497
+ description: () => import("react/jsx-runtime").JSX.Element;
2498
+ ssrName: "licenseKey";
2499
+ docLink: string;
2500
+ type: string | null;
2501
+ getValue: ({ commandLine }: {
2502
+ commandLine: Record<string, unknown>;
2503
+ }) => {
2504
+ source: string;
2505
+ value: string | null;
2506
+ };
2507
+ setConfig: (value: string | null) => void;
2508
+ };
2449
2509
  };
2450
2510
  readonly getCompositionsOnLambda: {
2451
2511
  readonly mediaCacheSizeInBytes: {