@uuv/a11y 1.0.0-beta.87 → 1.0.0-beta.89

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,22 @@
1
+ # [1.0.0-beta.89](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.88...a11y-v1.0.0-beta.89) (2026-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
7
+
8
+
9
+ ### Features
10
+
11
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
12
+
13
+ # [1.0.0-beta.88](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.87...a11y-v1.0.0-beta.88) (2025-12-07)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **mcp-server:** add mcp prompts in mcp-server npm package and temp remove valueToType arg ([c5dd4f3](https://github.com/e2e-test-quest/uuv/commit/c5dd4f344f00d43068057a3dfa03a1fc7239eef9))
19
+
1
20
  # [1.0.0-beta.87](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.86...a11y-v1.0.0-beta.87) (2025-11-30)
2
21
 
3
22
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [1.0.0-beta.88](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.87...a11y-v1.0.0-beta.88) (2025-12-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **mcp-server:** add mcp prompts in mcp-server npm package and temp remove valueToType arg ([c5dd4f3](https://github.com/e2e-test-quest/uuv/commit/c5dd4f344f00d43068057a3dfa03a1fc7239eef9))
7
+
8
+ # [1.0.0-beta.87](https://github.com/e2e-test-quest/uuv/compare/a11y-v1.0.0-beta.86...a11y-v1.0.0-beta.87) (2025-11-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7.0.2 ([1e2abab](https://github.com/e2e-test-quest/uuv/commit/1e2abab644d26e6b6fd65a00c8d6edd4cdbd2fb6))
14
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([0e11d27](https://github.com/e2e-test-quest/uuv/commit/0e11d27808d47d77ae982b8874492c98c0afdb76))
15
+
16
+
17
+ ### Features
18
+
19
+ * **mcp-server:** introduce unit-test for mcp-server and domSelector for generate_expect_elem, [#1164](https://github.com/e2e-test-quest/uuv/issues/1164) ([a1aabb3](https://github.com/e2e-test-quest/uuv/commit/a1aabb359ee780905cbbdf8d07248b59965208ca))
20
+ * **runner-cypress:** update dependency cypress to v15.7.0 ([36f50df](https://github.com/e2e-test-quest/uuv/commit/36f50dfebe23be556ade0c3e7ed5a53d9214bd9a))
21
+
1
22
  # [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
23
 
3
24
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/a11y",
3
- "version": "1.0.0-beta.86",
3
+ "version": "1.0.0-beta.88",
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.87",
3
+ "version": "1.0.0-beta.89",
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)",