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

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 c19b0998a3647dd2
1
+ @remotion/cli:build: cache hit, replaying output cfcc8f784ce19f61
2
2
  @remotion/cli:build: 
3
- @remotion/cli:build: > @remotion/cli@2.6.15 build /Users/jonathanburger/remotion/packages/cli
3
+ @remotion/cli:build: > @remotion/cli@3.0.0-rc.0 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.0",
3
+ "version": "3.0.0-rc.1",
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.0",
27
- "@remotion/media-utils": "3.0.0-rc.0",
28
- "@remotion/player": "3.0.0-rc.0",
29
- "@remotion/renderer": "3.0.0-rc.0",
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",
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.0",
35
+ "remotion": "3.0.0-rc.1",
36
36
  "semver": "7.3.5",
37
37
  "webpack": "5.60.0"
38
38
  },
@@ -41,7 +41,7 @@
41
41
  "react-dom": ">=16.8.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@jonny/eslint-config": "3.0.256",
44
+ "@jonny/eslint-config": "3.0.259",
45
45
  "@types/jest": "^27.4.0",
46
46
  "@types/minimist": "^1.2.2",
47
47
  "@types/node": "^16.7.5",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "1b51b47adf3edb8afe448654fa0fae8f6978933d"
75
+ "gitHead": "1908be17649b132109b71da2d1065293dbfcb0a3"
76
76
  }