@axe-core/watcher 4.1.0-next.2ce24ce1 → 4.1.0-next.4719fdc3

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": "4.1.0-next.2ce24ce1",
3
+ "version": "4.1.0-next.4719fdc3",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "exports": {
@@ -56,18 +56,19 @@
56
56
  "scripts": {
57
57
  "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly && cp src/utils/sync-fetch-worker.mjs dist/utils/",
58
58
  "test": "mocha 'src/**/*.test.ts' --exit",
59
- "pretest:e2e": "npm run copy-extension",
59
+ "pretest:e2e": "pnpm run copy-extension",
60
60
  "test:e2e": "mocha 'e2e/*.test.ts'",
61
61
  "test:proxy": "mocha proxy-tests/proxy.test.ts --timeout 30000 --exit",
62
62
  "serve:e2e": "ts-node e2e/Server.ts",
63
- "coverage": "nyc npm test",
63
+ "coverage": "nyc pnpm test",
64
64
  "copy-extension-license-file": "cp ../../extension/EXTENSION-LICENSES-3RD-PARTY.md .",
65
- "copy-extension": "rimraf extension; cp -r ../../extension/dist extension; yarn copy-extension-license-file",
65
+ "copy-extension": "rimraf extension; cp -r ../../extension/dist extension; pnpm run copy-extension-license-file",
66
66
  "dev": "tsc -w"
67
67
  },
68
68
  "dependencies": {
69
69
  "debug": "^4.3.5",
70
70
  "eventemitter3": "^5.0.1",
71
+ "semver": "^7.7.4",
71
72
  "undici": "^7.16.0"
72
73
  },
73
74
  "devDependencies": {
@@ -86,6 +87,7 @@
86
87
  "@types/react": "19",
87
88
  "@types/react-dom": "19",
88
89
  "@types/selenium-webdriver": "^4.1.15",
90
+ "@types/semver": "^7.5.8",
89
91
  "@types/sinon": "^21.0.0",
90
92
  "@wdio/types": "^9.0.4",
91
93
  "axe-core": "^4.11.1",