@axe-core/watcher 3.23.0-next.d43ebd04 → 3.23.0-next.e2afc55f

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.23.0-next.d43ebd04",
3
+ "version": "3.23.0-next.e2afc55f",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -9,6 +9,9 @@
9
9
  "extension",
10
10
  "LICENSES-3RD-PARTY.md"
11
11
  ],
12
+ "engines": {
13
+ "node": "^20.18.1 || ^22.11.0"
14
+ },
12
15
  "scripts": {
13
16
  "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly && cp src/utils/sync-fetch-worker.mjs dist/utils/",
14
17
  "test": "mocha 'src/**/*.test.ts'",
@@ -23,7 +26,7 @@
23
26
  "dependencies": {
24
27
  "debug": "^4.3.5",
25
28
  "eventemitter3": "^5.0.1",
26
- "undici": "^7.16.0",
29
+ "undici": "^7.0.0",
27
30
  "uuid": "^11.0.3"
28
31
  },
29
32
  "devDependencies": {
@@ -47,13 +50,13 @@
47
50
  "@wdio/types": "^9.0.4",
48
51
  "axe-core": "^4.10.3",
49
52
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
50
- "body-parser": "^1.20.1",
53
+ "body-parser": "^2.2.0",
51
54
  "chai": "^4.3.6",
52
55
  "cors": "^2.8.5",
53
56
  "cypress": "^14.0.1",
54
57
  "execa": "5",
55
58
  "express": "^4.18.2",
56
- "jsdom": "^26.0.0",
59
+ "jsdom": "^27.0.0",
57
60
  "mocha": "^11.0.1",
58
61
  "morgan": "^1.10.0",
59
62
  "nock": "^14.0.0",
@@ -1 +0,0 @@
1
- export declare const CHROME_139_WARNING = "Branded versions of Google Chrome v139 and higher removed support for tools like @axe-core/watcher. Use Chrome for Testing or Chromium instead. Please refer to our System Requirements for more information: https://docs.deque.com/developer-hub/2/en/dh-system-requirements";
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CHROME_139_WARNING = void 0;
4
- exports.CHROME_139_WARNING = 'Branded versions of Google Chrome v139 and higher removed support for tools like @axe-core/watcher. Use Chrome for Testing or Chromium instead. Please refer to our System Requirements for more information: https://docs.deque.com/developer-hub/2/en/dh-system-requirements';
5
- //# sourceMappingURL=strings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"strings.js","sourceRoot":"","sources":["../../src/shared/strings.ts"],"names":[],"mappings":";;;AAAa,QAAA,kBAAkB,GAC7B,gRAAgR,CAAA"}