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.
- package/dist/cjs/node/plugin/plugins/importUserCode/v1-design/getVikeConfig/configDefinitionsBuiltIn.js +1 -1
- package/dist/cjs/utils/PROJECT_VERSION.js +1 -1
- package/dist/esm/node/plugin/plugins/importUserCode/v1-design/getVikeConfig/configDefinitionsBuiltIn.js +1 -1
- package/dist/esm/shared/page-configs/Config.d.ts +1 -1
- package/dist/esm/utils/PROJECT_VERSION.d.ts +1 -1
- package/dist/esm/utils/PROJECT_VERSION.js +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
2
|
+
export const PROJECT_VERSION = '0.4.228-commit-c2f6e1f';
|