@axe-core/watcher 3.17.0-rc.0ab6db97 → 3.17.0-rc.23cfaabd

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,12 +1,13 @@
1
1
  {
2
2
  "name": "@axe-core/watcher",
3
- "version": "3.17.0-rc.0ab6db97",
3
+ "version": "3.17.0-rc.23cfaabd",
4
4
  "description": "",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
9
- "extension"
9
+ "extension",
10
+ "LICENSES-3RD-PARTY.md"
10
11
  ],
11
12
  "scripts": {
12
13
  "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly",
@@ -25,7 +26,7 @@
25
26
  "uuid": "^10.0.0"
26
27
  },
27
28
  "devDependencies": {
28
- "@deque/advanced-rule-recorder": "^1.24.0-next.3be02ec6",
29
+ "@deque/advanced-rule-recorder": "^1.25.1-next.4f1314b2",
29
30
  "@playwright/test": "^1.45.0",
30
31
  "@types/body-parser": "^1.19.2",
31
32
  "@types/chai": "^4.3.3",
@@ -41,7 +42,7 @@
41
42
  "@types/sinon": "^17.0.3",
42
43
  "@types/uuid": "^10.0.0",
43
44
  "@wdio/types": "^9.0.4",
44
- "axe-core": "^4.10.1",
45
+ "axe-core": "^4.10.2",
45
46
  "axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
46
47
  "body-parser": "^1.20.1",
47
48
  "chai": "^4.3.6",
@@ -1,7 +0,0 @@
1
- /**
2
- * Update the `auto_analyze` variable in the @axe-core/watcher extension variables file.
3
- *
4
- * @param val The new value for the auto_analyze variable.
5
- */
6
- declare function updateAutoAnalyze(val: boolean): void;
7
- export default updateAutoAnalyze;
@@ -1,15 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const fs_1 = __importDefault(require("fs"));
7
- const constants_1 = require("./constants");
8
- const readVariables_1 = __importDefault(require("./readVariables"));
9
- function updateAutoAnalyze(val) {
10
- const variables = (0, readVariables_1.default)();
11
- variables.auto_analyze = val;
12
- fs_1.default.writeFileSync(constants_1.PATH_TO_EXTENSION_VARIABLES, JSON.stringify(variables));
13
- }
14
- exports.default = updateAutoAnalyze;
15
- //# sourceMappingURL=updateAutoAnalyze.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"updateAutoAnalyze.js","sourceRoot":"","sources":["../../src/utils/updateAutoAnalyze.ts"],"names":[],"mappings":";;;;;AAAA,4CAAmB;AACnB,2CAAyD;AACzD,oEAA2C;AAQ3C,SAAS,iBAAiB,CAAC,GAAY;IACrC,MAAM,SAAS,GAAG,IAAA,uBAAa,GAAE,CAAA;IACjC,SAAS,CAAC,YAAY,GAAG,GAAG,CAAA;IAC5B,YAAE,CAAC,aAAa,CAAC,uCAA2B,EAAE,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAA;AAC1E,CAAC;AAED,kBAAe,iBAAiB,CAAA"}