@jrpool/kilotest 31.2.2 → 31.2.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -313,7 +313,7 @@ const requestHandler = async (request, response) => {
313
313
  const topic = pageName.slice(0, -5);
314
314
  // If the page can be generated:
315
315
  if (answer[topic]) {
316
- setHeaders('text/html', `${pathname}${search}`, 'medium');
316
+ setHeaders('text/html', `${pathname}${search}`, 'ultra');
317
317
  // Get the answer data.
318
318
  const answerData = await answer[topic](pathTail, search);
319
319
  // If they are valid:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jrpool/kilotest",
3
- "version": "31.2.2",
3
+ "version": "31.2.4",
4
4
  "description": "An ensemble testing service with a focus on accessibility",
5
5
  "main": "index.js",
6
6
  "scripts": {