@axe-core/watcher 3.14.0-rc.bdd7e1d2 → 3.14.2-rc.02e3b6bc
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cypress.d.ts +1 -0
- package/dist/cypress.js +31 -9
- package/dist/cypress.js.map +1 -1
- package/dist/cypressCommands.js +6 -1
- package/dist/cypressCommands.js.map +1 -1
- package/dist/puppeteerWrapping.js +0 -1
- package/dist/puppeteerWrapping.js.map +1 -1
- package/dist/sendResultsToServer.d.ts +2 -0
- package/dist/sendResultsToServer.js +18 -15
- package/dist/sendResultsToServer.js.map +1 -1
- package/dist/utils/initializeSession.js +21 -2
- package/dist/utils/initializeSession.js.map +1 -1
- package/dist/utils/initializeSession.test.js +55 -0
- package/dist/utils/initializeSession.test.js.map +1 -1
- package/dist/utils/writeVariables.js +3 -3
- package/dist/utils/writeVariables.js.map +1 -1
- package/extension/axe.js +1 -1
- package/extension/axe.js.LICENSE.txt +1 -1
- package/extension/background.js +1 -1
- package/extension/content.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axe-core/watcher",
|
3
|
-
"version": "3.14.
|
3
|
+
"version": "3.14.2-rc.02e3b6bc",
|
4
4
|
"description": "",
|
5
5
|
"license": "UNLICENSED",
|
6
6
|
"main": "dist/index.js",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"@types/sinon": "^17.0.3",
|
42
42
|
"@types/uuid": "^10.0.0",
|
43
43
|
"@wdio/types": "^8.32.4",
|
44
|
-
"axe-core": "^4.
|
44
|
+
"axe-core": "^4.10.0",
|
45
45
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
46
46
|
"body-parser": "^1.20.1",
|
47
47
|
"chai": "^4.3.6",
|