@quintype/framework 7.30.6 → 7.30.7

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.30.7](https://github.com/quintype/quintype-node-framework/compare/v7.30.6...v7.30.7) (2024-10-30)
6
+
5
7
  ### [7.30.6](https://github.com/quintype/quintype-node-framework/compare/v7.30.5...v7.30.6) (2024-10-30)
6
8
 
7
9
  ### [7.30.5](https://github.com/quintype/quintype-node-framework/compare/v7.30.4...v7.30.5) (2024-10-22)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.30.6",
3
+ "version": "7.30.7",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -170,7 +170,7 @@ async function ampStoryPageHandler(
170
170
  cacheKeys,
171
171
  cdnProvider,
172
172
  config,
173
- sMaxAge: "86400",
173
+ // sMaxAge: "86400", will need to retest amp cache purge
174
174
  });
175
175
 
176
176
  const finalResponse = optimizeAmpHtml ? await optimize(ampHtml) : ampHtml;