vike 0.4.218-commit-a3e00f4 → 0.4.218-commit-0a599fa

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.
@@ -156,12 +156,14 @@ function temp_supportOldInterface(config) {
156
156
  if (config.vitePluginSsr.prerender.disableAutoRun) {
157
157
  (0, isPrerenderAutoRunEnabled_js_1.temp_disablePrerenderAutoRun)();
158
158
  }
159
+ return;
159
160
  }
160
161
  if ((0, utils_js_1.hasProp)(config.vitePluginSsr, 'disableAutoFullBuild')) {
161
162
  if (config.vitePluginSsr.disableAutoFullBuild) {
162
163
  (0, utils_js_1.assert)(config.vitePluginSsr.disableAutoFullBuild === 'prerender');
163
164
  (0, isPrerenderAutoRunEnabled_js_1.temp_disablePrerenderAutoRun)();
164
165
  }
166
+ return;
165
167
  }
166
168
  (0, utils_js_1.assert)(false);
167
169
  }
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PROJECT_VERSION = void 0;
4
4
  // Automatically updated by @brillout/release-me
5
- exports.PROJECT_VERSION = '0.4.218-commit-a3e00f4';
5
+ exports.PROJECT_VERSION = '0.4.218-commit-0a599fa';
@@ -151,12 +151,14 @@ function temp_supportOldInterface(config) {
151
151
  if (config.vitePluginSsr.prerender.disableAutoRun) {
152
152
  temp_disablePrerenderAutoRun();
153
153
  }
154
+ return;
154
155
  }
155
156
  if (hasProp(config.vitePluginSsr, 'disableAutoFullBuild')) {
156
157
  if (config.vitePluginSsr.disableAutoFullBuild) {
157
158
  assert(config.vitePluginSsr.disableAutoFullBuild === 'prerender');
158
159
  temp_disablePrerenderAutoRun();
159
160
  }
161
+ return;
160
162
  }
161
163
  assert(false);
162
164
  }
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.218-commit-a3e00f4";
1
+ export declare const PROJECT_VERSION: "0.4.218-commit-0a599fa";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.218-commit-a3e00f4';
2
+ export const PROJECT_VERSION = '0.4.218-commit-0a599fa';
@@ -1,4 +1,4 @@
1
1
  export declare const projectInfo: {
2
2
  projectName: "Vike";
3
- projectVersion: "0.4.218-commit-a3e00f4";
3
+ projectVersion: "0.4.218-commit-0a599fa";
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.218-commit-a3e00f4",
3
+ "version": "0.4.218-commit-0a599fa",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {