vike 0.4.193-commit-38002cb → 0.4.193-commit-91f6e68
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.
|
@@ -170,7 +170,8 @@ async function renderPageClientSide(renderArgs) {
|
|
|
170
170
|
const pageContext = await createPageContext(urlOriginal);
|
|
171
171
|
objectAssign(pageContext, {
|
|
172
172
|
isBackwardNavigation,
|
|
173
|
-
isClientSideNavigation
|
|
173
|
+
isClientSideNavigation,
|
|
174
|
+
_previousPageContext: globalObject.previousPageContext
|
|
174
175
|
});
|
|
175
176
|
{
|
|
176
177
|
const pageContextFromAllRewrites = getPageContextFromAllRewrites(pageContextsFromRewrite);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PROJECT_VERSION: "0.4.193-commit-
|
|
1
|
+
export declare const PROJECT_VERSION: "0.4.193-commit-91f6e68";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Automatically updated by @brillout/release-me
|
|
2
|
-
export const PROJECT_VERSION = '0.4.193-commit-
|
|
2
|
+
export const PROJECT_VERSION = '0.4.193-commit-91f6e68';
|