axe-core 4.10.2 → 4.10.3-canary.491f4ec
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/README.md +2 -2
- package/axe.d.ts +23 -4
- package/axe.js +180 -143
- package/axe.min.js +3 -3
- package/locales/_template.json +9 -5
- package/locales/de.json +19 -19
- package/locales/ko.json +4 -4
- package/locales/ru.json +1127 -0
- package/package.json +4 -3
- package/sri-history.json +401 -393
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axe-core",
|
|
3
3
|
"description": "Accessibility engine for automated Web UI testing",
|
|
4
|
-
"version": "4.10.
|
|
4
|
+
"version": "4.10.3-canary.491f4ec",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=4"
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"@babel/preset-env": "^7.20.2",
|
|
126
126
|
"@babel/runtime-corejs3": "^7.20.7",
|
|
127
127
|
"@deque/dot": "^1.1.5",
|
|
128
|
+
"@types/node": "^4.9.5",
|
|
128
129
|
"aria-practices": "github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629",
|
|
129
130
|
"aria-query": "^5.1.3",
|
|
130
131
|
"browser-driver-manager": "1.0.4",
|
|
@@ -159,7 +160,7 @@
|
|
|
159
160
|
"inquirer": "^8.2.5",
|
|
160
161
|
"jquery": "^3.6.3",
|
|
161
162
|
"jsdoc": "^4.0.2",
|
|
162
|
-
"jsdom": "^
|
|
163
|
+
"jsdom": "^25.0.1",
|
|
163
164
|
"karma": "^6.4.1",
|
|
164
165
|
"karma-chai": "^0.1.0",
|
|
165
166
|
"karma-chrome-launcher": "^3.1.1",
|
|
@@ -179,7 +180,7 @@
|
|
|
179
180
|
"revalidator": "^0.3.1",
|
|
180
181
|
"selenium-webdriver": "^4.7.1",
|
|
181
182
|
"serve-handler": "^6.1.5",
|
|
182
|
-
"sinon": "^
|
|
183
|
+
"sinon": "^19.0.2",
|
|
183
184
|
"sri-toolbox": "^0.2.0",
|
|
184
185
|
"standard-version": "^9.5.0",
|
|
185
186
|
"start-server-and-test": "^2.0.1",
|