@remotion/renderer 4.0.66 → 4.0.68

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.
@@ -29,7 +29,9 @@ const cycleBrowserTabs = (puppeteerInstance, concurrency, logLevel, indent) => {
29
29
  })
30
30
  .catch((err) => console.log(err))
31
31
  .finally(() => {
32
- set();
32
+ if (!stopped) {
33
+ set();
34
+ }
33
35
  });
34
36
  }, 200);
35
37
  };
@@ -40,7 +42,7 @@ const cycleBrowserTabs = (puppeteerInstance, concurrency, logLevel, indent) => {
40
42
  return;
41
43
  }
42
44
  stopped = true;
43
- return clearInterval(interval);
45
+ return clearTimeout(interval);
44
46
  },
45
47
  };
46
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/renderer",
3
- "version": "4.0.66",
3
+ "version": "4.0.68",
4
4
  "description": "Renderer for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "extract-zip": "2.0.1",
19
19
  "source-map": "^0.8.0-beta.0",
20
20
  "ws": "8.7.0",
21
- "remotion": "4.0.66"
21
+ "remotion": "4.0.68"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": ">=16.8.0",
@@ -40,13 +40,13 @@
40
40
  "vitest": "0.31.1"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@remotion/compositor-darwin-x64": "4.0.66",
44
- "@remotion/compositor-darwin-arm64": "4.0.66",
45
- "@remotion/compositor-linux-arm64-gnu": "4.0.66",
46
- "@remotion/compositor-linux-arm64-musl": "4.0.66",
47
- "@remotion/compositor-linux-x64-musl": "4.0.66",
48
- "@remotion/compositor-win32-x64-msvc": "4.0.66",
49
- "@remotion/compositor-linux-x64-gnu": "4.0.66"
43
+ "@remotion/compositor-darwin-x64": "4.0.68",
44
+ "@remotion/compositor-darwin-arm64": "4.0.68",
45
+ "@remotion/compositor-linux-arm64-musl": "4.0.68",
46
+ "@remotion/compositor-linux-arm64-gnu": "4.0.68",
47
+ "@remotion/compositor-win32-x64-msvc": "4.0.68",
48
+ "@remotion/compositor-linux-x64-gnu": "4.0.68",
49
+ "@remotion/compositor-linux-x64-musl": "4.0.68"
50
50
  },
51
51
  "keywords": [
52
52
  "remotion",