@a11yst/source-analysis 1.0.0 → 1.0.2
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 +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @a11yst/source-analysis
|
|
1
|
+
# @a11yst/source-analysis [](https://www.npmjs.com/package/@a11yst/source-analysis) [](LICENSE) [](https://www.npmjs.com/package/@a11yst/source-analysis)
|
|
2
2
|
|
|
3
3
|
Orchestrates repository source indexing, framework mapping, candidate ranking, and
|
|
4
4
|
accessibility recommendations for a11yst audit findings.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a11yst/source-analysis",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Orchestrates source indexing, mapping, ranking, and recommendations for a11yst audits",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"LICENSE"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@a11yst/
|
|
20
|
-
"@a11yst/source-index": "1.0.
|
|
21
|
-
"@a11yst/source-mapping": "1.0.
|
|
22
|
-
"@a11yst/source-mapping-
|
|
23
|
-
"@a11yst/source-mapping-
|
|
24
|
-
"@a11yst/source-mapping-nuxt": "1.0.
|
|
25
|
-
"@a11yst/source-mapping-
|
|
26
|
-
"@a11yst/source-mapping-
|
|
27
|
-
"@a11yst/
|
|
28
|
-
"@a11yst/
|
|
29
|
-
"@a11yst/
|
|
19
|
+
"@a11yst/source-mapping-html": "1.0.2",
|
|
20
|
+
"@a11yst/source-index": "1.0.2",
|
|
21
|
+
"@a11yst/source-mapping": "1.0.2",
|
|
22
|
+
"@a11yst/source-mapping-next": "1.0.2",
|
|
23
|
+
"@a11yst/source-mapping-vue": "1.0.2",
|
|
24
|
+
"@a11yst/source-mapping-nuxt": "1.0.2",
|
|
25
|
+
"@a11yst/source-mapping-react": "1.0.2",
|
|
26
|
+
"@a11yst/source-mapping-angular": "1.0.2",
|
|
27
|
+
"@a11yst/types": "1.0.2",
|
|
28
|
+
"@a11yst/recommendations": "1.0.2",
|
|
29
|
+
"@a11yst/source-ranking": "1.0.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^22.10.2",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"type": "git",
|
|
38
38
|
"url": "git+https://github.com/angelabenavente/a11yst.git"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://
|
|
40
|
+
"homepage": "https://www.a11yst.dev",
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://github.com/angelabenavente/a11yst/issues"
|
|
43
43
|
},
|