vike 0.4.237-commit-85e89b1 → 0.4.237-commit-8749e81

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.
@@ -25,7 +25,9 @@ function isViteServerBuild_withoutEnv(configGlobal, viteEnv) {
25
25
  };
26
26
  if (isServerSide1 !== null) {
27
27
  (0, assert_js_1.assert)(isServerSide1 === isServerSide2 || isServerSide2 === null, debug);
28
- (0, assert_js_1.assert)(isServerSide1 === isServerSide3, debug);
28
+ /* This assertion can fail, seems to be a Vite bug?
29
+ assert(isServerSide1 === isServerSide3, debug)
30
+ */
29
31
  return isServerSide1;
30
32
  }
31
33
  if (isServerSide2 !== null) {
@@ -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.237-commit-85e89b1';
5
+ exports.PROJECT_VERSION = '0.4.237-commit-8749e81';
@@ -1,5 +1,6 @@
1
- // TODO/now: rename isViteServerSide
1
+ // TODO/now: rename to isViteServerSide
2
2
  export { isViteServerBuild };
3
+ // TODO/now: rename to isViteClientSide
3
4
  export { isViteClientBuild };
4
5
  export { isViteServerBuild_withoutEnv };
5
6
  export { isViteServerBuild_onlySsrEnv };
@@ -24,7 +25,9 @@ function isViteServerBuild_withoutEnv(configGlobal, viteEnv) {
24
25
  };
25
26
  if (isServerSide1 !== null) {
26
27
  assert(isServerSide1 === isServerSide2 || isServerSide2 === null, debug);
27
- assert(isServerSide1 === isServerSide3, debug);
28
+ /* This assertion can fail, seems to be a Vite bug?
29
+ assert(isServerSide1 === isServerSide3, debug)
30
+ */
28
31
  return isServerSide1;
29
32
  }
30
33
  if (isServerSide2 !== null) {
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.237-commit-85e89b1";
1
+ export declare const PROJECT_VERSION: "0.4.237-commit-8749e81";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.237-commit-85e89b1';
2
+ export const PROJECT_VERSION = '0.4.237-commit-8749e81';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.237-commit-85e89b1",
3
+ "version": "0.4.237-commit-8749e81",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {