@quintype/framework 7.34.8-remove-custom-scripts.0 → 7.34.8

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.8-remove-custom-scripts.0",
3
+ "version": "7.34.8",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -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,