@financial-times/dotcom-middleware-app-context 11.2.1 → 11.3.1-beta.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.
@@ -407,7 +407,7 @@
407
407
  "affectsGlobalScope": false
408
408
  },
409
409
  "../../dotcom-server-app-context/package.json": {
410
- "version": "7022f1a290de0ba32e920198744d800b6efc328266c7e2211564cb09b33574e2",
410
+ "version": "03a9cbf857775fbb158520d02ae4bf20eaf411331bee3b32b229a230f6efb12f",
411
411
  "affectsGlobalScope": true
412
412
  },
413
413
  "../../dotcom-server-app-context/dist/node/AppContext.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-middleware-app-context",
3
- "version": "11.2.1",
3
+ "version": "11.3.1-beta.0",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",
@@ -11,8 +11,7 @@
11
11
  "clean:node_modules": "rm -rf node_modules",
12
12
  "build:node": "tsc",
13
13
  "build": "npm run build:node",
14
- "dev": "npm run build:node -- --watch",
15
- "preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine"
14
+ "dev": "npm run build:node -- --watch"
16
15
  },
17
16
  "keywords": [],
18
17
  "author": "",
@@ -20,15 +19,13 @@
20
19
  "devDependencies": {
21
20
  "@types/express": "4.17.12",
22
21
  "@types/express-serve-static-core": "4.17.20",
23
- "check-engine": "^1.10.1",
24
22
  "node-mocks-http": "^1.7.5"
25
23
  },
26
24
  "dependencies": {
27
- "@financial-times/dotcom-server-app-context": "^11.2.1"
25
+ "@financial-times/dotcom-server-app-context": "^11.3.1-beta.0"
28
26
  },
29
27
  "engines": {
30
- "node": "18.x || 20.x",
31
- "npm": "8.x || 9.x || 10.x"
28
+ "node": "18.x || 20.x || 22.x"
32
29
  },
33
30
  "files": [
34
31
  "dist/",