@quintype/framework 7.17.1-pass-on-req.0 → 7.18.0-framework-update.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintype/framework",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.18.0-framework-update.0",
|
|
4
4
|
"description": "Libraries to help build Quintype Node.js apps",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@ampproject/toolbox-optimizer": "2.8.3",
|
|
34
34
|
"@quintype/amp": "^2.9.1",
|
|
35
35
|
"@quintype/backend": "^2.3.3",
|
|
36
|
-
"@quintype/components": "^3.
|
|
36
|
+
"@quintype/components": "^3.3.0",
|
|
37
37
|
"@quintype/prerender-node": "^3.2.26",
|
|
38
38
|
"@quintype/seo": "^1.39.0",
|
|
39
39
|
"atob": "^2.1.2",
|
|
@@ -471,7 +471,6 @@ exports.handleIsomorphicRoute = function handleIsomorphicRoute(
|
|
|
471
471
|
const oneSignalScript = oneSignalServiceWorkers ? getOneSignalScript({ config, publisherConfig }) : null;
|
|
472
472
|
return pickComponent.preloadComponent(store.getState().qt.pageType, store.getState().qt.subPageType).then(() =>
|
|
473
473
|
renderLayout(res, {
|
|
474
|
-
req,
|
|
475
474
|
config,
|
|
476
475
|
title: result.title,
|
|
477
476
|
content: renderReduxComponent(IsomorphicComponent, store, {
|