vike 0.4.228-commit-90cfb1a → 0.4.228-commit-c2f6e1f

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.
@@ -20,7 +20,7 @@ const configDefinitionsBuiltIn = {
20
20
  env: { client: true }
21
21
  },
22
22
  onCreatePageContext: {
23
- env: { server: true },
23
+ env: { server: true, client: true },
24
24
  global: true,
25
25
  cumulative: true
26
26
  },
@@ -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.228-commit-90cfb1a';
5
+ exports.PROJECT_VERSION = '0.4.228-commit-c2f6e1f';
@@ -18,7 +18,7 @@ const configDefinitionsBuiltIn = {
18
18
  env: { client: true }
19
19
  },
20
20
  onCreatePageContext: {
21
- env: { server: true },
21
+ env: { server: true, client: true },
22
22
  global: true,
23
23
  cumulative: true
24
24
  },
@@ -334,7 +334,7 @@ type ConfigBuiltIn = {
334
334
  *
335
335
  * https://vike.dev/onCreatePageContext
336
336
  */
337
- onCreatePageContext?: (pageContext: PageContextServer) => void | ImportString | null;
337
+ onCreatePageContext?: ((pageContext: PageContextServer) => void) | ImportString | null;
338
338
  /** Hook for fetching data.
339
339
  *
340
340
  * https://vike.dev/data
@@ -1 +1 @@
1
- export declare const PROJECT_VERSION: "0.4.228-commit-90cfb1a";
1
+ export declare const PROJECT_VERSION: "0.4.228-commit-c2f6e1f";
@@ -1,2 +1,2 @@
1
1
  // Automatically updated by @brillout/release-me
2
- export const PROJECT_VERSION = '0.4.228-commit-90cfb1a';
2
+ export const PROJECT_VERSION = '0.4.228-commit-c2f6e1f';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vike",
3
- "version": "0.4.228-commit-90cfb1a",
3
+ "version": "0.4.228-commit-c2f6e1f",
4
4
  "repository": "https://github.com/vikejs/vike",
5
5
  "exports": {
6
6
  "./server": {