@axe-core/playwright 4.8.3-6202e21.0 → 4.8.3-6b60442.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
@@ -119,7 +119,7 @@ var AxePartialRunner = class {
119
119
  }
120
120
  }
121
121
  };
122
- var caught = ((f) => {
122
+ var caught = /* @__PURE__ */ ((f) => {
123
123
  return (p) => (p.catch(f), p);
124
124
  })(() => {
125
125
  });
package/dist/index.mjs CHANGED
@@ -84,7 +84,7 @@ var AxePartialRunner = class {
84
84
  }
85
85
  }
86
86
  };
87
- var caught = ((f) => {
87
+ var caught = /* @__PURE__ */ ((f) => {
88
88
  return (p) => (p.catch(f), p);
89
89
  })(() => {
90
90
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/playwright",
3
- "version": "4.8.3-6202e21.0+6202e21",
3
+ "version": "4.8.3-6b60442.0+6b60442",
4
4
  "description": "Provides a method to inject and analyze web pages using axe",
5
5
  "contributors": [
6
6
  {
@@ -67,7 +67,7 @@
67
67
  "nyc": "^15.1.0",
68
68
  "rimraf": "^5.0.5",
69
69
  "ts-node": "^10.9.1",
70
- "tsup": "^7.2.0",
70
+ "tsup": "^8.0.1",
71
71
  "typescript": "^5.2.2"
72
72
  },
73
73
  "peerDependencies": {
@@ -92,5 +92,5 @@
92
92
  "functions": 100,
93
93
  "lines": 95
94
94
  },
95
- "gitHead": "6202e21dc1bee112e1f272a5b4a691e41456123f"
95
+ "gitHead": "6b60442cbdb624d41bbd8a1fa001567affc9c52b"
96
96
  }