@uuv/dictionary 0.1.1 → 0.2.1

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,24 @@
1
+ ## [0.2.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.2.0...dictionary-v0.2.1) (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
+ # [0.2.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.1...dictionary-v0.2.0) (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
  ## [0.1.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.0...dictionary-v0.1.1) (2025-11-20)
2
23
 
3
24
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [0.2.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.1...dictionary-v0.2.0) (2025-11-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v7.0.2 ([1e2abab](https://github.com/e2e-test-quest/uuv/commit/1e2abab644d26e6b6fd65a00c8d6edd4cdbd2fb6))
7
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([0e11d27](https://github.com/e2e-test-quest/uuv/commit/0e11d27808d47d77ae982b8874492c98c0afdb76))
8
+
9
+
10
+ ### Features
11
+
12
+ * **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))
13
+ * **runner-cypress:** update dependency cypress to v15.7.0 ([36f50df](https://github.com/e2e-test-quest/uuv/commit/36f50dfebe23be556ade0c3e7ed5a53d9214bd9a))
14
+
15
+ ## [0.1.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.0...dictionary-v0.1.1) (2025-11-20)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **assistant:** set dom-accessibility-api dependency as runtime dependency ([8f6588e](https://github.com/e2e-test-quest/uuv/commit/8f6588e71bdb5fccee1e4fe8047038853e76e13a))
21
+
1
22
  # [0.1.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.0.1...dictionary-v0.1.0) (2025-11-19)
2
23
 
3
24
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV built-in set of cucumber sentences to write e2e tests",
6
6
  "type": "commonjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV built-in set of cucumber sentences to write e2e tests",
6
6
  "type": "commonjs",