@quintype/framework 7.34.8-remove-custom-scripts.0 → 7.34.9-amp-widgets-task.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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [7.34.8](https://github.com/quintype/quintype-node-framework/compare/v7.34.7...v7.34.8) (2025-11-27)
|
|
6
|
+
|
|
5
7
|
### [7.34.7](https://github.com/quintype/quintype-node-framework/compare/v7.34.6...v7.34.7) (2025-11-21)
|
|
6
8
|
|
|
7
9
|
### [7.34.6](https://github.com/quintype/quintype-node-framework/compare/v7.34.4...v7.34.6) (2025-10-17)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintype/framework",
|
|
3
|
-
"version": "7.34.
|
|
3
|
+
"version": "7.34.9-amp-widgets-task.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
|
"@grpc/grpc-js": "^1.12.5",
|
|
35
35
|
"@jsdoc/salty": "^0.2.9",
|
|
36
|
-
"@quintype/amp": "
|
|
36
|
+
"@quintype/amp": "2.22.9-amp-custom-widget-task.7",
|
|
37
37
|
"@quintype/backend": "^2.7.0",
|
|
38
38
|
"@quintype/components": "^3.5.0",
|
|
39
39
|
"@quintype/prerender-node": "^3.2.26",
|
|
@@ -196,7 +196,6 @@ exports.handleIsomorphicShell = async function handleIsomorphicShell(
|
|
|
196
196
|
function createStoreFromResult(url, result, opts = {}) {
|
|
197
197
|
const isBotRequest = _.get(url, "query.botrequest", false);
|
|
198
198
|
const nothirdparty = _.get(url, "query.nothirdparty", false);
|
|
199
|
-
console.log("log--nothirdparty", nothirdparty);
|
|
200
199
|
const qt = {
|
|
201
200
|
pageType: result.pageType || opts.defaultPageType,
|
|
202
201
|
subPageType: result.subPageType,
|