@remotion/cli 3.0.0-rc.1 → 3.0.0-rc.7

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.
@@ -1,5 +1,5 @@
1
- @remotion/cli:build: cache hit, replaying output cfcc8f784ce19f61
1
+ @remotion/cli:build: cache hit, replaying output 167662f4cece86f2
2
2
  @remotion/cli:build: 
3
- @remotion/cli:build: > @remotion/cli@3.0.0-rc.0 build /Users/jonathanburger/remotion/packages/cli
3
+ @remotion/cli:build: > @remotion/cli@2.6.16 build /Users/jonathanburger/remotion/packages/cli
4
4
  @remotion/cli:build: > tsc -d
5
5
  @remotion/cli:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "3.0.0-rc.1",
3
+ "version": "3.0.0-rc.7+fdd22981c",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -23,16 +23,16 @@
23
23
  "author": "Jonny Burger <jonny@remotion.dev>",
24
24
  "license": "SEE LICENSE IN LICENSE.md",
25
25
  "dependencies": {
26
- "@remotion/bundler": "3.0.0-rc.1",
27
- "@remotion/media-utils": "3.0.0-rc.1",
28
- "@remotion/player": "3.0.0-rc.1",
29
- "@remotion/renderer": "3.0.0-rc.1",
26
+ "@remotion/bundler": "3.0.0-rc.7+fdd22981c",
27
+ "@remotion/media-utils": "3.0.0-rc.7+fdd22981c",
28
+ "@remotion/player": "3.0.0-rc.7+fdd22981c",
29
+ "@remotion/renderer": "3.0.0-rc.7+fdd22981c",
30
30
  "better-opn": "2.1.1",
31
31
  "chalk": "4.1.2",
32
32
  "dotenv": "9.0.2",
33
33
  "execa": "5.1.1",
34
34
  "minimist": "1.2.6",
35
- "remotion": "3.0.0-rc.1",
35
+ "remotion": "3.0.0-rc.7+fdd22981c",
36
36
  "semver": "7.3.5",
37
37
  "webpack": "5.60.0"
38
38
  },
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "1908be17649b132109b71da2d1065293dbfcb0a3"
75
+ "gitHead": "fdd22981cb15bf2a5bdb367c5c30b4bf770fc907"
76
76
  }
package/remotion-cli.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #! /usr/bin/env node
2
2
  const {cli} = require('./dist/index');
3
3
  const dotenv = require('dotenv');
4
4
  dotenv.config();