axe-core 4.11.0-canary.8f249fd → 4.11.0-canary.aedf51e
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/axe.js +1 -1
- package/axe.min.js +1 -1
- package/package.json +1 -2
package/axe.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! axe v4.11.0
|
|
2
|
-
* Copyright (c) 2015 -
|
|
2
|
+
* Copyright (c) 2015 - 2026 Deque Systems, Inc.
|
|
3
3
|
*
|
|
4
4
|
* Your use of this Source Code Form is subject to the terms of the Mozilla Public
|
|
5
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
package/axe.min.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! axe v4.11.0
|
|
2
|
-
* Copyright (c) 2015 -
|
|
2
|
+
* Copyright (c) 2015 - 2026 Deque Systems, Inc.
|
|
3
3
|
*
|
|
4
4
|
* Your use of this Source Code Form is subject to the terms of the Mozilla Public
|
|
5
5
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
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.11.0-canary.
|
|
4
|
+
"version": "4.11.0-canary.aedf51e",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=4"
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"@types/node": "^4.9.5",
|
|
128
128
|
"aria-practices": "github:w3c/aria-practices#ce0336bd82d7d3651abcbde86af644197ddbc629",
|
|
129
129
|
"aria-query": "^5.1.3",
|
|
130
|
-
"browser-driver-manager": "1.0.4",
|
|
131
130
|
"chai": "^4.3.7",
|
|
132
131
|
"chalk": "^4.x",
|
|
133
132
|
"chromedriver": "latest",
|