create-vista-app 0.0.5 → 0.0.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/bin/vista.js CHANGED
@@ -217,13 +217,11 @@ async function startDev() {
217
217
  cacheDir: '.vista/cache',
218
218
  resolve: {
219
219
  dedupe: ['react', 'react-dom'],
220
- alias: {
221
220
  alias: {
222
221
  ...(fs.existsSync(path.resolve(__dirname, '../../core/package.json'))
223
222
  ? { 'vista-core-js': path.resolve(__dirname, '../../core/src') }
224
223
  : {})
225
224
  }
226
- }
227
225
  },
228
226
  optimizeDeps: {
229
227
  include: ['react', 'react-dom', 'lucide-react', 'react-shaders']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vista-app",
3
- "version": "0.0.5",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "vista": "./bin/vista.js"
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@tailwindcss/vite": "^4.0.0-beta.9",
27
- "vista-core-js": "^0.0.3",
27
+ "vista-core-js": "^0.0.5",
28
28
  "@vitejs/plugin-react": "^5.1.2",
29
29
  "compression": "^1.8.1",
30
30
  "express": "^5.2.1",
@@ -11,7 +11,7 @@
11
11
  "preview": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "vista-core-js": "^0.0.3",
14
+ "vista-core-js": "^0.0.5",
15
15
  "vista": "npm:create-vista-app@latest",
16
16
  "react": "^18.3.1",
17
17
  "react-dom": "^18.3.1"