@remotion/media 4.0.517 → 4.0.519

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.
@@ -3273,9 +3273,6 @@ var rememberActualMatroskaTimestamps = (isMatroska) => {
3273
3273
  };
3274
3274
 
3275
3275
  // src/video-extraction/get-frames-since-keyframe.ts
3276
- var getRetryDelay = () => {
3277
- return null;
3278
- };
3279
3276
  var getFormatOrNullOrNetworkError = async (input) => {
3280
3277
  try {
3281
3278
  return await input.getFormat();
@@ -3291,7 +3288,6 @@ var makeSinks = (src, logLevel, credentials, requestInit) => {
3291
3288
  const input = new Input2({
3292
3289
  formats: ALL_FORMATS2,
3293
3290
  source: new UrlSource2(src, {
3294
- getRetryDelay,
3295
3291
  maxCacheSize: getMaxSourceCacheSize(logLevel),
3296
3292
  ...resolvedRequestInit ? { requestInit: resolvedRequestInit } : undefined
3297
3293
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media",
3
- "version": "4.0.517",
3
+ "version": "4.0.519",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/esm/index.mjs",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "mediabunny": "1.55.1",
26
- "remotion": "4.0.517",
26
+ "remotion": "4.0.519",
27
27
  "zod": "4.4.3"
28
28
  },
29
29
  "peerDependencies": {
@@ -31,8 +31,8 @@
31
31
  "react-dom": ">=16.8.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@remotion/eslint-config-internal": "4.0.517",
35
- "@remotion/player": "4.0.517",
34
+ "@remotion/eslint-config-internal": "4.0.519",
35
+ "@remotion/player": "4.0.519",
36
36
  "@vitest/browser-webdriverio": "4.0.9",
37
37
  "eslint": "9.19.0",
38
38
  "react": "19.2.3",