@uuv/a11y 1.0.0-beta.84 → 1.0.0-beta.86

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/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [1.0.0-beta.86](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.85...a11y-v1.0.0-beta.86) (2025-11-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **assistant:** set dom-accessibility-api dependency as runtime dependency ([8f6588e](https://github.com/e2e-test-quest/uuv/commit/8f6588e71bdb5fccee1e4fe8047038853e76e13a))
7
+
8
+ # [1.0.0-beta.85](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.84...a11y-v1.0.0-beta.85) (2025-11-19)
9
+
10
+
11
+ ### Features
12
+
13
+ * introduce mcp server and dictionary packages, [#1153](https://github.com/e2e-test-quest/uuv/issues/1153) ([3d52b10](https://github.com/e2e-test-quest/uuv/commit/3d52b1083a49a48ab30f60362dfe993d2c05d80d))
14
+ * release 0.0.1 of mcp-server and dictionary ([838be49](https://github.com/e2e-test-quest/uuv/commit/838be49f758896e8d10c847919de4d7de3f919f5))
15
+
1
16
  # [1.0.0-beta.84](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.83...a11y-v1.0.0-beta.84) (2025-11-03)
2
17
 
3
18
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [1.0.0-beta.85](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.84...a11y-v1.0.0-beta.85) (2025-11-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * introduce mcp server and dictionary packages, [#1153](https://github.com/e2e-test-quest/uuv/issues/1153) ([3d52b10](https://github.com/e2e-test-quest/uuv/commit/3d52b1083a49a48ab30f60362dfe993d2c05d80d))
7
+ * release 0.0.1 of mcp-server and dictionary ([838be49](https://github.com/e2e-test-quest/uuv/commit/838be49f758896e8d10c847919de4d7de3f919f5))
8
+
9
+ # [1.0.0-beta.84](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.83...a11y-v1.0.0-beta.84) (2025-11-03)
10
+
11
+
12
+ ### Features
13
+
14
+ * **runner-cypress:** update dependency @badeball/cypress-cucumber-preprocessor to v23 ([4e6df46](https://github.com/e2e-test-quest/uuv/commit/4e6df46a9585674478da2679549d8c29ea33c495))
15
+
1
16
  # [1.0.0-beta.83](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.82...a11y-v1.0.0-beta.83) (2025-10-26)
2
17
 
3
18
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.83",
3
+ "version": "1.0.0-beta.85",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.84",
3
+ "version": "1.0.0-beta.86",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A javascript lib for running a11y validation based on multiple reference(RGAA, etc)",