@quintype/framework 7.26.0-update-node20-branch.2 → 7.26.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.
@@ -2,7 +2,7 @@ version: 2
2
2
  jobs:
3
3
  test:
4
4
  docker:
5
- - image: cimg/node:20.11.1
5
+ - image: cimg/node:16.14.2
6
6
  steps:
7
7
  - checkout
8
8
  - run: npm install
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
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.26.0](https://github.com/quintype/quintype-node-framework/compare/v7.23.0...v7.26.0) (2024-03-21)
6
+
7
+
8
+ ### Features
9
+
10
+ * **amp:** disable amp for a particular story ([#402](https://github.com/quintype/quintype-node-framework/issues/402)) ([8e99d24](https://github.com/quintype/quintype-node-framework/commit/8e99d24b38c6ff3eb452bc2362043910f3179e9b))
11
+ * **cache:** Implement config cache 🔥 ([#416](https://github.com/quintype/quintype-node-framework/issues/416)) ([d59ecb4](https://github.com/quintype/quintype-node-framework/commit/d59ecb4899f7b7c8c8b9a13bb41729f9780abe18))
12
+ * **Default Collection:** Avail Canonical Url field for Default Collections [#556](https://github.com/quintype/quintype-node-framework/issues/556) ([#418](https://github.com/quintype/quintype-node-framework/issues/418)) ([cb66ad1](https://github.com/quintype/quintype-node-framework/commit/cb66ad1b8e14043b9fe46981f7f39c996fee26e4))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **bulk request:** POST bulk to a get ([#415](https://github.com/quintype/quintype-node-framework/issues/415)) ([93ada22](https://github.com/quintype/quintype-node-framework/commit/93ada2239266cb61775d40163d77e1858f25aebc))
18
+ * **cache-header:** Add stale-if-error and stale-while-revalidate headers for route-data/manifest/sw ([#412](https://github.com/quintype/quintype-node-framework/issues/412)) ([97325a0](https://github.com/quintype/quintype-node-framework/commit/97325a0751e6df15f5e214a07f30b4fc9a69d71a))
19
+
5
20
  ## [7.25.0](https://github.com/quintype/quintype-node-framework/compare/v7.24.2...v7.25.0) (2024-02-23)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.26.0-update-node20-branch.2",
3
+ "version": "7.26.0",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
7
- "node": "^20.11.1",
8
- "npm": "^10.2.4"
7
+ "node": "^16.0.0",
8
+ "npm": "^8.5.0"
9
9
  },
10
10
  "scripts": {
11
11
  "prepublishOnly": "npm test && ./bin-dev-scripts/standard-version-release.sh",
@@ -35,7 +35,7 @@
35
35
  "@quintype/backend": "^2.4.0",
36
36
  "@quintype/components": "^3.5.0",
37
37
  "@quintype/prerender-node": "^3.2.26",
38
- "@quintype/seo": "^1.44.1",
38
+ "@quintype/seo": "^1.45.0",
39
39
  "atob": "^2.1.2",
40
40
  "babel-plugin-react-css-modules": "^5.2.6",
41
41
  "chalk": "^4.1.2",
@@ -45,6 +45,7 @@
45
45
  "express": "^4.17.1",
46
46
  "firebase": "^9.6.10",
47
47
  "get-youtube-id": "^1.0.1",
48
+ "grpc": "^1.21.1",
48
49
  "http-proxy": "^1.18.1",
49
50
  "js-yaml": "^4.1.0",
50
51
  "lodash": "^4.17.21",
@@ -64,7 +65,7 @@
64
65
  "@babel/eslint-parser": "^7.15.7",
65
66
  "@loadable/component": "^5.15.0",
66
67
  "@loadable/server": "^5.15.1",
67
- "@quintype/build": "4.0.1-update-node20-branch.1",
68
+ "@quintype/build": "^4.0.0",
68
69
  "babel-plugin-quintype-assets": "^1.1.1",
69
70
  "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
70
71
  "babel-plugin-transform-object-rest-spread": "^6.26.0",