@axe-core/watcher 3.16.0 → 3.16.1
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSES-3RD-PARTY.md +720 -0
- package/extension/background.js +1 -1
- package/extension/content.js +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axe-core/watcher",
|
3
|
-
"version": "3.16.
|
3
|
+
"version": "3.16.1",
|
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",
|