create-video 4.0.0-alpha.217 → 4.0.0-alpha4

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.
@@ -23,6 +23,5 @@ exports.listOfRemotionPackages = [
23
23
  '@remotion/rive',
24
24
  '@remotion/gif',
25
25
  '@remotion/shapes',
26
- '@remotion/z-color',
27
26
  'remotion',
28
27
  ];
package/dist/templates.js CHANGED
@@ -16,6 +16,7 @@ const nextTemplate = {
16
16
  promoBanner: {
17
17
  width: 1280,
18
18
  height: 720,
19
+ // TODO: Update this image
19
20
  src: '/img/remix-template.png',
20
21
  },
21
22
  cliId: 'next',
package/package.json CHANGED
@@ -1,43 +1,42 @@
1
1
  {
2
- "name": "create-video",
3
- "version": "4.0.0-alpha.217+27eff7599",
4
- "description": "",
5
- "main": "dist/index.js",
6
- "bin": {
7
- "create-video": "bin.js"
8
- },
9
- "files": [
10
- "dist"
11
- ],
12
- "scripts": {
13
- "build": "tsc -d",
14
- "watch": "tsc -w",
15
- "lint": "eslint src --ext ts,tsx",
16
- "test": "vitest --run"
17
- },
18
- "author": "Jonny Burger <jonny@remotion.dev>",
19
- "license": "SEE LICENSE IN LICENSE.md",
20
- "dependencies": {
21
- "chalk": "4.1.2",
22
- "execa": "5.1.1",
23
- "minimist": "1.2.6",
24
- "prompts": "2.4.1",
25
- "react": "18.0.0",
26
- "tar": "6.1.11"
27
- },
28
- "devDependencies": {
29
- "@jonny/eslint-config": "3.0.266",
30
- "@types/minimist": "1.2.2",
31
- "@types/node": "^16.7.5",
32
- "@types/prompts": "^2.0.12",
33
- "@types/react": "18.0.26",
34
- "@types/tar": "6.1.1",
35
- "eslint": "8.25.0",
36
- "got": "^11",
37
- "prettier": "2.6.2",
38
- "prettier-plugin-organize-imports": "^2.3.4",
39
- "typescript": "^4.7.0",
40
- "vitest": "0.24.3"
41
- },
42
- "gitHead": "27eff759935b19b666e29f4f46dd5bdd6214e188"
43
- }
2
+ "name": "create-video",
3
+ "version": "4.0.0-alpha4",
4
+ "description": "",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "create-video": "bin.js"
8
+ },
9
+ "files": [
10
+ "dist"
11
+ ],
12
+ "author": "Jonny Burger <jonny@remotion.dev>",
13
+ "license": "SEE LICENSE IN LICENSE.md",
14
+ "dependencies": {
15
+ "chalk": "4.1.2",
16
+ "execa": "5.1.1",
17
+ "minimist": "1.2.6",
18
+ "prompts": "2.4.1",
19
+ "react": "18.0.0",
20
+ "tar": "6.1.11"
21
+ },
22
+ "devDependencies": {
23
+ "@jonny/eslint-config": "3.0.266",
24
+ "@types/minimist": "1.2.2",
25
+ "@types/node": "^16.7.5",
26
+ "@types/prompts": "^2.0.12",
27
+ "@types/react": "18.0.26",
28
+ "@types/tar": "6.1.1",
29
+ "eslint": "8.25.0",
30
+ "got": "^11",
31
+ "prettier": "2.6.2",
32
+ "prettier-plugin-organize-imports": "^2.3.4",
33
+ "typescript": "^4.7.0",
34
+ "vitest": "0.24.3"
35
+ },
36
+ "scripts": {
37
+ "build": "tsc -d",
38
+ "watch": "tsc -w",
39
+ "lint": "eslint src --ext ts,tsx",
40
+ "test": "vitest --run"
41
+ }
42
+ }