@vistagenic/vista 0.2.15 → 0.2.16

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.
@@ -97,8 +97,7 @@ function collectFrameworkClientReferences(cwd) {
97
97
  }
98
98
  const collected = new Set();
99
99
  for (const packageRoot of roots) {
100
- collectUseClientFiles(path_1.default.join(packageRoot, 'dist', 'client'), collected);
101
- collectUseClientFiles(path_1.default.join(packageRoot, 'dist', 'components'), collected);
100
+ collectUseClientFiles(path_1.default.join(packageRoot, 'dist'), collected);
102
101
  }
103
102
  return Array.from(collected);
104
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vistagenic/vista",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "The React Framework for Visionaries - Rust-powered SSR with Server Components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -149,5 +149,5 @@
149
149
  "@types/webpack-hot-middleware": "^2.25.9",
150
150
  "typescript": "^5.7.2"
151
151
  },
152
- "gitHead": "9397c476040f8e0e79fba153a3f05bea5c7bdab9"
152
+ "gitHead": "18251c9e418c2b86bf42cab3d3318fda7be51a5d"
153
153
  }