vike 0.4.218-commit-023914f → 0.4.218-commit-a3e00f4

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