@revideo/create 0.1.8 → 0.1.9
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 +1 -1
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -195,7 +195,7 @@ function createConfig(response, selectedPlugins) {
|
|
|
195
195
|
configFile,
|
|
196
196
|
`import {defineConfig} from 'vite';
|
|
197
197
|
${imports.join('')}
|
|
198
|
-
|
|
198
|
+
|
|
199
199
|
export default defineConfig({
|
|
200
200
|
plugins: [
|
|
201
201
|
${plugins.join('\n ')},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revideo/create",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Quickly scaffold revideo projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "revideo",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"url": "https://github.com/havenhq/revideo.git"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@revideo/2d": "^0.1.
|
|
24
|
-
"@revideo/core": "^0.1.
|
|
25
|
-
"@revideo/renderer": "^0.1.
|
|
26
|
-
"@revideo/ui": "^0.1.
|
|
27
|
-
"@revideo/vite-plugin": "^0.1.
|
|
23
|
+
"@revideo/2d": "^0.1.9",
|
|
24
|
+
"@revideo/core": "^0.1.9",
|
|
25
|
+
"@revideo/renderer": "^0.1.9",
|
|
26
|
+
"@revideo/ui": "^0.1.9",
|
|
27
|
+
"@revideo/vite-plugin": "^0.1.9"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"minimist": "^1.2.8",
|
|
31
31
|
"prompts": "^2.4.2"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "619d4db170886aa972e580c9ccf8ec0645145066"
|
|
34
34
|
}
|