create-vista-app 0.3.0 → 0.3.2

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +39 -39
package/bin/cli.js CHANGED
@@ -378,7 +378,7 @@ async function main() {
378
378
  react: '^19.0.0',
379
379
  'react-dom': '^19.0.0',
380
380
  'react-server-dom-webpack': '^19.0.0',
381
- vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@latest',
381
+ vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@0.3.2',
382
382
  'lucide-react': '^0.468.0',
383
383
  // CSS build (needed in production for vista build)
384
384
  postcss: '^8.0.0',
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
- {
2
- "name": "create-vista-app",
3
- "version": "0.3.0",
4
- "description": "Create Vista applications with one command",
5
- "bin": {
6
- "create-vista-app": "./bin/cli.js"
7
- },
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/Mantitup-Org/vista.git",
11
- "directory": "packages/create-vista-app"
12
- },
13
- "author": "Vista Team",
14
- "license": "MIT",
15
- "keywords": [
16
- "create",
17
- "vista",
18
- "react",
19
- "scaffold",
20
- "cli"
21
- ],
22
- "files": [
23
- "bin",
24
- "template",
25
- "template-typed"
26
- ],
27
- "dependencies": {
28
- "fs-extra": "^11.1.1",
29
- "picocolors": "^1.0.0",
30
- "prompts": "^2.4.2"
31
- },
32
- "devDependencies": {
33
- "@types/react": "^19.0.0",
34
- "@types/react-dom": "^19.0.0",
35
- "react": "^19.0.0",
36
- "react-dom": "^19.0.0"
37
- },
38
- "gitHead": "d1b9f715d6365d8e1f553e96b752fbce8d98df7c"
39
- }
1
+ {
2
+ "name": "create-vista-app",
3
+ "version": "0.3.2",
4
+ "description": "Create Vista applications with one command",
5
+ "bin": {
6
+ "create-vista-app": "./bin/cli.js"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/Mantitup-Org/vista.git",
11
+ "directory": "packages/create-vista-app"
12
+ },
13
+ "author": "Vista Team",
14
+ "license": "MIT",
15
+ "keywords": [
16
+ "create",
17
+ "vista",
18
+ "react",
19
+ "scaffold",
20
+ "cli"
21
+ ],
22
+ "files": [
23
+ "bin",
24
+ "template",
25
+ "template-typed"
26
+ ],
27
+ "dependencies": {
28
+ "fs-extra": "^11.1.1",
29
+ "picocolors": "^1.0.0",
30
+ "prompts": "^2.4.2"
31
+ },
32
+ "devDependencies": {
33
+ "@types/react": "^19.0.0",
34
+ "@types/react-dom": "^19.0.0",
35
+ "react": "^19.0.0",
36
+ "react-dom": "^19.0.0"
37
+ },
38
+ "gitHead": "d1b9f715d6365d8e1f553e96b752fbce8d98df7c"
39
+ }