vike 0.4.231-commit-a0ca5e4 → 0.4.231-commit-e23b4f5

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.
@@ -95,7 +95,6 @@ async function triggerFullBuild(config, viteEnv, bundle) {
95
95
  // The server bulid is already called by builder.buildApp()
96
96
  }
97
97
  if ((0, context_js_1.isPrerenderAutoRunEnabled)(vikeConfig)) {
98
- (0, utils_js_1.assert)((0, context_js_1.isPrerendering)());
99
98
  const res = await (0, runPrerender_js_1.runPrerenderFromAutoRun)(configInline);
100
99
  forceExit = res.forceExit;
101
100
  }
@@ -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.231-commit-a0ca5e4';
5
+ exports.PROJECT_VERSION = '0.4.231-commit-e23b4f5';
@@ -3,7 +3,7 @@ export { isPrerenderForceExit };
3
3
  import { build } from 'vite';
4
4
  import { assert, assertIsSingleModuleInstance, assertWarning, onSetupBuild } from '../../utils.js';
5
5
  import { runPrerenderFromAutoRun, runPrerender_forceExit } from '../../../prerender/runPrerender.js';
6
- import { isPrerenderAutoRunEnabled, isPrerendering } from '../../../prerender/context.js';
6
+ import { isPrerenderAutoRunEnabled } from '../../../prerender/context.js';
7
7
  import { isViteCliCall, getViteConfigFromCli } from '../../shared/isViteCliCall.js';
8
8
  import pc from '@brillout/picocolors';
9
9
  import { logErrorHint } from '../../../runtime/renderPage/logErrorHint.js';
@@ -90,7 +90,6 @@ async function triggerFullBuild(config, viteEnv, bundle) {
90
90
  // The server bulid is already called by builder.buildApp()
91
91
  }
92
92
  if (isPrerenderAutoRunEnabled(vikeConfig)) {
93
- assert(isPrerendering());
94
93
  const res = await runPrerenderFromAutoRun(configInline);
95
94
  forceExit = res.forceExit;
96
95
  }
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.231-commit-a0ca5e4";
1
+ export declare const PROJECT_VERSION: "0.4.231-commit-e23b4f5";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.231-commit-a0ca5e4';
2
+ export const PROJECT_VERSION = '0.4.231-commit-e23b4f5';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.231-commit-a0ca5e4",
3
+ "version": "0.4.231-commit-e23b4f5",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {