@axe-core/puppeteer 4.11.1 → 4.11.2-22ddeaf.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.
package/dist/index.js CHANGED
@@ -479,6 +479,7 @@ var AxePuppeteer = class {
479
479
  if (result.length > sizeLimit) {
480
480
  return await chunkResults(result.substr(sizeLimit));
481
481
  }
482
+ return;
482
483
  }
483
484
  await chunkResults(partialString);
484
485
  return await blankPage.evaluate(axeFinishRun, axeOptions).finally(async () => {
package/dist/index.mjs CHANGED
@@ -448,6 +448,7 @@ var AxePuppeteer = class {
448
448
  if (result.length > sizeLimit) {
449
449
  return await chunkResults(result.substr(sizeLimit));
450
450
  }
451
+ return;
451
452
  }
452
453
  await chunkResults(partialString);
453
454
  return await blankPage.evaluate(axeFinishRun, axeOptions).finally(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/puppeteer",
3
- "version": "4.11.1",
3
+ "version": "4.11.2-22ddeaf.0+22ddeaf",
4
4
  "description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  "@types/chai": "^4.3.3",
39
39
  "@types/express": "^5.0.3",
40
40
  "@types/mocha": "^10.0.0",
41
- "@types/node": "^22.0.2",
41
+ "@types/node": "^24.10.13",
42
42
  "@types/sinon": "^21.0.0",
43
43
  "async-listen": "^3.0.1",
44
44
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
@@ -47,7 +47,7 @@
47
47
  "express": "^5.1.0",
48
48
  "mocha": "^11.7.1",
49
49
  "nyc": "^17.1.0",
50
- "puppeteer": "24.33.0",
50
+ "puppeteer": "24.34.0",
51
51
  "sinon": "^21.0.0",
52
52
  "source-map-support": "^0.5.21",
53
53
  "ts-node": "^10.9.1",
@@ -90,5 +90,5 @@
90
90
  "functions": 85,
91
91
  "lines": 85
92
92
  },
93
- "gitHead": "66a3106a704e1d446f23cb151f96363425f42d02"
93
+ "gitHead": "22ddeaf4fc79781d7e0303e4c3b17ac54eabb772"
94
94
  }