@quintype/framework 7.19.22-staticPageHeader.0 → 7.19.22

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.19.22](https://github.com/quintype/quintype-node-framework/compare/v7.19.21...v7.19.22) (2023-09-05)
6
+
5
7
  ### [7.19.21](https://github.com/quintype/quintype-node-framework/compare/v7.19.20...v7.19.21) (2023-08-16)
6
8
 
7
9
  ### [7.19.20](https://github.com/quintype/quintype-node-framework/compare/v7.19.19...v7.19.20) (2023-07-24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.19.22-staticPageHeader.0",
3
+ "version": "7.19.22",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -205,6 +205,9 @@ function createApp({ clientStub = getClientStub, ampLibrary = dummyAmpLib, enabl
205
205
  additionalConfig: {},
206
206
  enableAmp,
207
207
  redirectUrls,
208
+ featureConfig: {
209
+ optimizeAmpHtml: false,
210
+ },
208
211
  });
209
212
  return app;
210
213
  }