vike 0.4.246-commit-194db5c → 0.4.246

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.
@@ -17,8 +17,6 @@ async function determineOptimizeDeps(config) {
17
17
  // - The issue was closed as completed with https://github.com/vitejs/vite/pull/20495 but it doesn't fix the issue and the workaround is still needed.
18
18
  // - TO-DO/eventually: try removing the workaround and see if the CI fails (at test/@cloudflare_vite-plugin/) — maybe the issue will get fixed at some point.
19
19
  includeServer.push('react/jsx-dev-runtime');
20
- includeClient.push('@compiled/react/runtime');
21
- includeServer.push('@compiled/react/runtime');
22
20
  for (const envName in config.environments) {
23
21
  const env = config.environments[envName];
24
22
  if (env.consumer === 'server' && env.optimizeDeps.noDiscovery === false) {
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.246-commit-194db5c";
1
+ export declare const PROJECT_VERSION: "0.4.246";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.246-commit-194db5c';
2
+ export const PROJECT_VERSION = '0.4.246';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.246-commit-194db5c",
3
+ "version": "0.4.246",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {