@remotion/cli 4.0.94 → 4.0.96

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.
Files changed (2) hide show
  1. package/dist/bundle.js +1 -1
  2. package/package.json +10 -10
package/dist/bundle.js CHANGED
@@ -30,7 +30,7 @@ const bundleCommand = async (remotionRoot, args, logLevel) => {
30
30
  if (!file) {
31
31
  log_1.Log.error('No entry point found.');
32
32
  log_1.Log.error('Pass another argument to the command specifying the entry point.');
33
- log_1.Log.error('See: https://www.remotion.dev/docs/terminology#entry-point');
33
+ log_1.Log.error('See: https://www.remotion.dev/docs/terminology/entry-point');
34
34
  process.exit(1);
35
35
  }
36
36
  const { publicDir } = (0, get_cli_options_1.getCliOptions)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "4.0.94",
3
+ "version": "4.0.96",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -31,13 +31,13 @@
31
31
  "dotenv": "9.0.2",
32
32
  "minimist": "1.2.6",
33
33
  "prompts": "2.4.2",
34
- "@remotion/bundler": "4.0.94",
35
- "@remotion/media-utils": "4.0.94",
36
- "@remotion/player": "4.0.94",
37
- "@remotion/renderer": "4.0.94",
38
- "@remotion/studio": "4.0.94",
39
- "remotion": "4.0.94",
40
- "@remotion/studio-server": "4.0.94"
34
+ "@remotion/bundler": "4.0.96",
35
+ "@remotion/player": "4.0.96",
36
+ "@remotion/renderer": "4.0.96",
37
+ "@remotion/studio-server": "4.0.96",
38
+ "@remotion/media-utils": "4.0.96",
39
+ "@remotion/studio": "4.0.96",
40
+ "remotion": "4.0.96"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8.0",
@@ -62,8 +62,8 @@
62
62
  "react-dom": "18.2.0",
63
63
  "vitest": "0.31.1",
64
64
  "zod": "^3.22.3",
65
- "@remotion/zod-types": "4.0.94",
66
- "@remotion/tailwind": "4.0.94"
65
+ "@remotion/zod-types": "4.0.96",
66
+ "@remotion/tailwind": "4.0.96"
67
67
  },
68
68
  "keywords": [
69
69
  "remotion",