@axe-core/puppeteer 4.8.3-d20f940.0 → 4.8.3

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.d.mts CHANGED
@@ -45,4 +45,4 @@ declare class OwningAxePuppeteer extends AxePuppeteer {
45
45
  analyze<T extends AnalyzeCB>(callback?: T): Promise<Axe.AxeResults | null>;
46
46
  }
47
47
 
48
- export { AnalyzeCB, AxePuppeteer, IPageOptions, AxePuppeteer as default, loadPage };
48
+ export { type AnalyzeCB, AxePuppeteer, type IPageOptions, AxePuppeteer as default, loadPage };
package/dist/index.d.ts CHANGED
@@ -45,4 +45,4 @@ declare class OwningAxePuppeteer extends AxePuppeteer {
45
45
  analyze<T extends AnalyzeCB>(callback?: T): Promise<Axe.AxeResults | null>;
46
46
  }
47
47
 
48
- export { AnalyzeCB, AxePuppeteer, IPageOptions, AxePuppeteer as default, loadPage };
48
+ export { type AnalyzeCB, AxePuppeteer, type IPageOptions, AxePuppeteer as default, loadPage };
package/dist/index.js CHANGED
@@ -199,7 +199,7 @@ var AxePartialRunner = class {
199
199
  }
200
200
  }
201
201
  };
202
- var caught = ((f) => {
202
+ var caught = /* @__PURE__ */ ((f) => {
203
203
  return (p) => (p.catch(f), p);
204
204
  })(() => {
205
205
  });
package/dist/index.mjs CHANGED
@@ -169,7 +169,7 @@ var AxePartialRunner = class {
169
169
  }
170
170
  }
171
171
  };
172
- var caught = ((f) => {
172
+ var caught = /* @__PURE__ */ ((f) => {
173
173
  return (p) => (p.catch(f), p);
174
174
  })(() => {
175
175
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/puppeteer",
3
- "version": "4.8.3-d20f940.0+d20f940",
3
+ "version": "4.8.3",
4
4
  "description": "Provides a chainable axe API for Puppeteer and automatically injects into all frames",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "@types/express": "^4.17.14",
40
40
  "@types/mocha": "^10.0.0",
41
41
  "@types/node": "^20.8.10",
42
- "@types/sinon": "^10.0.13",
42
+ "@types/sinon": "^17.0.0",
43
43
  "async-listen": "^3.0.1",
44
44
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
45
45
  "chai": "^4.3.6",
@@ -48,14 +48,14 @@
48
48
  "mocha": "^10.0.0",
49
49
  "nyc": "^15.1.0",
50
50
  "puppeteer": "19.7.3",
51
- "sinon": "^14.0.1",
51
+ "sinon": "^17.0.1",
52
52
  "source-map-support": "^0.5.21",
53
53
  "ts-node": "^10.9.1",
54
- "tsup": "^7.2.0",
54
+ "tsup": "^8.0.1",
55
55
  "typescript": "^5.2.2"
56
56
  },
57
57
  "dependencies": {
58
- "axe-core": "~4.8.2"
58
+ "axe-core": "~4.8.3"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "puppeteer": ">=1.10.0"
@@ -90,5 +90,5 @@
90
90
  "functions": 85,
91
91
  "lines": 85
92
92
  },
93
- "gitHead": "d20f94033b036c7b08904a1310b03d6b6b54b8c2"
93
+ "gitHead": "3ceecac297d165d252e19b7d3452919d8c813194"
94
94
  }