@remotion/cli 4.0.235 → 4.0.237

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.
package/dist/benchmark.js CHANGED
@@ -28,7 +28,7 @@ const getValidConcurrency = (cliConcurrency) => {
28
28
  if (!concurrencies) {
29
29
  return [renderer_1.RenderInternals.resolveConcurrency(cliConcurrency)];
30
30
  }
31
- return concurrencies
31
+ return String(concurrencies)
32
32
  .split(',')
33
33
  .map((c) => parseInt(c.trim(), 10));
34
34
  };
@@ -19,6 +19,7 @@ exports.listOfRemotionPackages = [
19
19
  '@remotion/noise',
20
20
  '@remotion/paths',
21
21
  '@remotion/babel-loader',
22
+ '@remotion/licensing',
22
23
  '@remotion/lambda',
23
24
  '@remotion/player',
24
25
  '@remotion/preload',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
4
4
  },
5
5
  "name": "@remotion/cli",
6
- "version": "4.0.235",
6
+ "version": "4.0.237",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -33,14 +33,14 @@
33
33
  "dotenv": "9.0.2",
34
34
  "minimist": "1.2.6",
35
35
  "prompts": "2.4.2",
36
- "@remotion/bundler": "4.0.235",
37
- "@remotion/media-utils": "4.0.235",
38
- "@remotion/player": "4.0.235",
39
- "@remotion/studio-server": "4.0.235",
40
- "@remotion/renderer": "4.0.235",
41
- "@remotion/studio": "4.0.235",
42
- "remotion": "4.0.235",
43
- "@remotion/studio-shared": "4.0.235"
36
+ "@remotion/bundler": "4.0.237",
37
+ "@remotion/media-utils": "4.0.237",
38
+ "@remotion/studio-shared": "4.0.237",
39
+ "@remotion/player": "4.0.237",
40
+ "@remotion/renderer": "4.0.237",
41
+ "@remotion/studio": "4.0.237",
42
+ "remotion": "4.0.237",
43
+ "@remotion/studio-server": "4.0.237"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8.0",
@@ -50,15 +50,15 @@
50
50
  "@types/minimist": "^1.2.2",
51
51
  "@types/prompts": "^2.4.1",
52
52
  "@types/prettier": "^2.7.2",
53
- "react": "18.3.1",
54
- "react-dom": "18.3.1",
53
+ "react": "19.0.0",
54
+ "react-dom": "19.0.0",
55
55
  "zod": "3.22.3",
56
56
  "eslint": "9.14.0",
57
- "@remotion/tailwind": "4.0.235",
58
- "@remotion/zod-types": "4.0.235",
59
- "@remotion/enable-scss": "4.0.235",
60
- "@remotion/eslint-config-internal": "4.0.235",
61
- "@remotion/skia": "4.0.235"
57
+ "@remotion/zod-types": "4.0.237",
58
+ "@remotion/tailwind": "4.0.237",
59
+ "@remotion/enable-scss": "4.0.237",
60
+ "@remotion/skia": "4.0.237",
61
+ "@remotion/eslint-config-internal": "4.0.237"
62
62
  },
63
63
  "keywords": [
64
64
  "remotion",