hof 22.8.0-beta.0 → 22.8.1

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
@@ -1,4 +1,4 @@
1
- ## 2025-07-04, Version 22.8.0 (Stable), @gregaustinHO
1
+ ## 2025-07-04, Version 22.8.1 (Stable), @gregaustinHO
2
2
  ### Added
3
3
  - Add support for source maps while debugging
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.8.0-beta.0",
4
+ "version": "22.8.1",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -52,6 +52,7 @@
52
52
  "dialog-polyfill": "^0.5.6",
53
53
  "dotenv": "^4.0.0",
54
54
  "duplexify": "^3.5.0",
55
+ "exorcist": "^2.0.0",
55
56
  "express": "^4.17.1",
56
57
  "express-healthcheck": "^0.1.0",
57
58
  "express-partial-templates": "^0.2.1",
@@ -105,7 +106,6 @@
105
106
  "csv": "^5.3.2",
106
107
  "eslint": "^7.30.0",
107
108
  "eslint-config-hof": "^1.1.0",
108
- "exorcist": "^2.0.0",
109
109
  "funkie": "0.0.5",
110
110
  "funkie-phantom": "0.0.1",
111
111
  "istanbul": "^0.4.3",