create-video
Advanced tools
Comparing version 1.0.0-y.103 to 1.0.0-y.104
@@ -7,3 +7,3 @@ { | ||
"start": "remotion preview src/index.tsx", | ||
"build": "ts-node render.ts HelloWorld out.mp4", | ||
"build": "remotion render src/index.tsx HelloWorld out.mp4", | ||
"server": "ts-node server.tsx", | ||
@@ -15,5 +15,6 @@ "test": "eslint 'src' --ext ts,tsx && tsc" | ||
"dependencies": { | ||
"@remotion/cli": "^1.0.0-y.92", | ||
"@remotion/eslint-config": "^1.0.0-y.92", | ||
"@remotion/renderer": "^1.0.0-y.92", | ||
"@remotion/bundler": "^1.0.0-y.103", | ||
"@remotion/cli": "^1.0.0-y.103", | ||
"@remotion/eslint-config": "^1.0.0-y.103", | ||
"@remotion/renderer": "^1.0.0-y.103", | ||
"@types/express": "^4.17.9", | ||
@@ -26,7 +27,6 @@ "@types/react": "^17.0.0", | ||
"react": "^17.0.1", | ||
"remotion": "^1.0.0-y.92", | ||
"remotion": "^1.0.0-y.103", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3", | ||
"xns": "^2.0.7" | ||
"typescript": "^4.1.3" | ||
} | ||
} |
{ | ||
"name": "create-video", | ||
"version": "1.0.0-y.103", | ||
"version": "1.0.0-y.104", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
303537
7153
33