@revideo/create 0.2.13 → 0.2.14-alpha.933
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.
- package/index.js +0 -2
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -180,8 +180,6 @@ function createConfig(response, selectedPlugins) {
|
|
|
180
180
|
imports.push(`import ${data.variable} from '${data.package}';\n`);
|
|
181
181
|
plugins.push(`${data.variable}(${data.options?.(response) ?? ''}),`);
|
|
182
182
|
}
|
|
183
|
-
imports.push(`import ffmpeg from '@revideo/ffmpeg';\n`);
|
|
184
|
-
plugins.push(`ffmpeg()`);
|
|
185
183
|
|
|
186
184
|
const configFile = path.resolve(response.path, `vite.config.ts`);
|
|
187
185
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revideo/create",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14-alpha.933+2129297",
|
|
4
4
|
"description": "Quickly scaffold revideo projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "revideo",
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"url": "https://github.com/havenhq/revideo.git"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@revideo/2d": "0.2.
|
|
24
|
-
"@revideo/core": "0.2.
|
|
25
|
-
"@revideo/ffmpeg": "0.2.
|
|
26
|
-
"@revideo/renderer": "0.2.
|
|
27
|
-
"@revideo/ui": "0.2.
|
|
28
|
-
"@revideo/vite-plugin": "0.2.
|
|
23
|
+
"@revideo/2d": "^0.2.14-alpha.933+2129297",
|
|
24
|
+
"@revideo/core": "^0.2.14-alpha.933+2129297",
|
|
25
|
+
"@revideo/ffmpeg": "^0.2.14-alpha.933+2129297",
|
|
26
|
+
"@revideo/renderer": "^0.2.14-alpha.933+2129297",
|
|
27
|
+
"@revideo/ui": "^0.2.14-alpha.933+2129297",
|
|
28
|
+
"@revideo/vite-plugin": "^0.2.14-alpha.933+2129297"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"minimist": "^1.2.8",
|
|
32
32
|
"prompts": "^2.4.2"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "2129297c5dde033fd30431ab92d3cfffa372326d"
|
|
35
35
|
}
|