@axe-core/watcher 3.23.0-next.a6256b7c → 3.23.0-next.a8816489
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/dist/cypressCommandsDeprecated.d.ts +1 -0
- package/dist/cypressCommandsDeprecated.js +25 -0
- package/dist/cypressCommandsDeprecated.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/playwright-test/playwrightTest.d.ts +4 -4
- package/dist/playwright-test/playwrightTest.js +2 -1
- package/dist/playwright-test/playwrightTest.js.map +1 -1
- package/dist/utils/shouldUseEnvProxy.js +8 -10
- package/dist/utils/shouldUseEnvProxy.js.map +1 -1
- package/dist/utils/sync-fetch-worker.mjs +13 -12
- 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 +72 -3
package/package.json
CHANGED
|
@@ -1,9 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axe-core/watcher",
|
|
3
|
-
"version": "3.23.0-next.
|
|
3
|
+
"version": "3.23.0-next.a8816489",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"default": "./dist/index.js"
|
|
10
|
+
},
|
|
11
|
+
"./cypress/config": {
|
|
12
|
+
"types": "./dist/cypress/cypress.d.ts",
|
|
13
|
+
"default": "./dist/cypress/cypress.js"
|
|
14
|
+
},
|
|
15
|
+
"./cypress/support": {
|
|
16
|
+
"types": "./dist/cypressCommands.d.ts",
|
|
17
|
+
"default": "./dist/cypressCommands.js"
|
|
18
|
+
},
|
|
19
|
+
"./dist/cypressCommands": {
|
|
20
|
+
"types": "./dist/cypressCommandsDeprecated.d.ts",
|
|
21
|
+
"default": "./dist/cypressCommandsDeprecated.js"
|
|
22
|
+
},
|
|
23
|
+
"./dist/cypressCommands.js": {
|
|
24
|
+
"types": "./dist/cypressCommandsDeprecated.d.ts",
|
|
25
|
+
"default": "./dist/cypressCommandsDeprecated.js"
|
|
26
|
+
},
|
|
27
|
+
"./puppeteer": {
|
|
28
|
+
"types": "./dist/puppeteer/puppeteer.d.ts",
|
|
29
|
+
"default": "./dist/puppeteer/puppeteer.js"
|
|
30
|
+
},
|
|
31
|
+
"./playwright": {
|
|
32
|
+
"types": "./dist/playwright/playwright.d.ts",
|
|
33
|
+
"default": "./dist/playwright/playwright.js"
|
|
34
|
+
},
|
|
35
|
+
"./playwright-test": {
|
|
36
|
+
"types": "./dist/playwright-test/playwrightTest.d.ts",
|
|
37
|
+
"default": "./dist/playwright-test/playwrightTest.js"
|
|
38
|
+
},
|
|
39
|
+
"./webdriverio": {
|
|
40
|
+
"types": "./dist/wdio/wdio.d.ts",
|
|
41
|
+
"default": "./dist/wdio/wdio.js"
|
|
42
|
+
},
|
|
43
|
+
"./selenium-webdriver": {
|
|
44
|
+
"types": "./dist/webdriver/webdriver.d.ts",
|
|
45
|
+
"default": "./dist/webdriver/webdriver.js"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
7
48
|
"files": [
|
|
8
49
|
"dist",
|
|
9
50
|
"extension",
|
|
@@ -46,7 +87,7 @@
|
|
|
46
87
|
"@types/selenium-webdriver": "^4.1.15",
|
|
47
88
|
"@types/sinon": "^17.0.3",
|
|
48
89
|
"@wdio/types": "^9.0.4",
|
|
49
|
-
"axe-core": "^4.
|
|
90
|
+
"axe-core": "^4.11.0",
|
|
50
91
|
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
|
|
51
92
|
"body-parser": "^2.2.0",
|
|
52
93
|
"chai": "^4.3.6",
|
|
@@ -72,5 +113,33 @@
|
|
|
72
113
|
"typescript": "^5.1.6",
|
|
73
114
|
"webdriverio": "^9.0.5",
|
|
74
115
|
"yaml": "^2.8.1"
|
|
116
|
+
},
|
|
117
|
+
"peerDependencies": {
|
|
118
|
+
"cypress": "^14 || >=15",
|
|
119
|
+
"selenium-webdriver": "^4",
|
|
120
|
+
"@playwright/test": ">=1.45.0",
|
|
121
|
+
"playwright-core": ">=1.45.0",
|
|
122
|
+
"puppeteer": "^23 || >=24",
|
|
123
|
+
"webdriverio": "^8 || >=9"
|
|
124
|
+
},
|
|
125
|
+
"peerDependenciesMeta": {
|
|
126
|
+
"cypress": {
|
|
127
|
+
"optional": true
|
|
128
|
+
},
|
|
129
|
+
"selenium-webdriver": {
|
|
130
|
+
"optional": true
|
|
131
|
+
},
|
|
132
|
+
"@playwright/test": {
|
|
133
|
+
"optional": true
|
|
134
|
+
},
|
|
135
|
+
"playwright-core": {
|
|
136
|
+
"optional": true
|
|
137
|
+
},
|
|
138
|
+
"puppeteer": {
|
|
139
|
+
"optional": true
|
|
140
|
+
},
|
|
141
|
+
"webdriverio": {
|
|
142
|
+
"optional": true
|
|
143
|
+
}
|
|
75
144
|
}
|
|
76
145
|
}
|