create-vista-app 0.3.3 → 0.3.5

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/bin/cli.js CHANGED
@@ -484,7 +484,7 @@ async function main() {
484
484
  react: '^19.0.0',
485
485
  'react-dom': '^19.0.0',
486
486
  'react-server-dom-webpack': '^19.0.0',
487
- vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@0.3.3',
487
+ vista: useLocal ? 'file:../packages/vista' : 'npm:@vistagenic/vista@0.3.5',
488
488
  'lucide-react': '^0.468.0',
489
489
  // CSS build (needed in production for vista build)
490
490
  postcss: '^8.0.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vista-app",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "Create Vista applications with one command",
5
5
  "bin": {
6
6
  "create-vista-app": "./bin/cli.js"
@@ -53,8 +53,8 @@ Set `VISTA_AI_MODEL`, for example:
53
53
 
54
54
  ## Learn more
55
55
 
56
- - [React app guide](https://vista-js.vercel.app/docs/getting-started/react-app)
57
- - [Fullstack guide](https://vista-js.vercel.app/docs/getting-started/fullstack-app)
58
- - [AI overview](https://vista-js.vercel.app/docs/ai/overview)
59
- - [RAG guide](https://vista-js.vercel.app/docs/ai/rag)
56
+ - [React app guide](https://vistajs.pages.dev/docs/getting-started/react-app)
57
+ - [Fullstack guide](https://vistajs.pages.dev/docs/getting-started/fullstack-app)
58
+ - [AI overview](https://vistajs.pages.dev/docs/ai/overview)
59
+ - [RAG guide](https://vistajs.pages.dev/docs/ai/rag)
60
60
  - [GitHub](https://github.com/Mantitup-Org/vista)