vike 0.4.195-commit-c68b18f → 0.4.196

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.
@@ -29,7 +29,7 @@ const configDefinitionsBuiltIn = {
29
29
  env: { server: true, client: true }
30
30
  },
31
31
  passToClient: {
32
- env: { server: true, config: true },
32
+ env: { server: true },
33
33
  cumulative: true
34
34
  },
35
35
  route: {
@@ -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.195-commit-c68b18f';
5
+ exports.PROJECT_VERSION = '0.4.196';
@@ -28,7 +28,7 @@ const configDefinitionsBuiltIn = {
28
28
  env: { server: true, client: true }
29
29
  },
30
30
  passToClient: {
31
- env: { server: true, config: true },
31
+ env: { server: true },
32
32
  cumulative: true
33
33
  },
34
34
  route: {
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.195-commit-c68b18f";
1
+ export declare const PROJECT_VERSION: "0.4.196";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.195-commit-c68b18f';
2
+ export const PROJECT_VERSION = '0.4.196';
@@ -1,4 +1,4 @@
1
1
  export declare const projectInfo: {
2
2
  projectName: "Vike";
3
- projectVersion: "0.4.195-commit-c68b18f";
3
+ projectVersion: "0.4.196";
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.195-commit-c68b18f",
3
+ "version": "0.4.196",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {