@uuv/dictionary 0.2.1 → 0.4.0

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.4.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.3.0...dictionary-v0.4.0) (2026-01-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **deps:** update dependency @modelcontextprotocol/sdk to v1.25.2 [security] ([77e3511](https://github.com/e2e-test-quest/uuv/commit/77e3511ecbf906c72dedc798fa5883109095d0e4))
7
+ * **runner-playwright:** update dependency typescript to v5.9.3 ([3b0f131](https://github.com/e2e-test-quest/uuv/commit/3b0f1314104546c382bfabb38d3bc6a72c9b2e9e))
8
+ * **runner-playwright:** update dependency webpack to v5.104.1 ([d1dd93b](https://github.com/e2e-test-quest/uuv/commit/d1dd93b3426c7e9baee15c4ad88dc294ea23c9c7))
9
+
10
+ # [0.3.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.2.1...dictionary-v0.3.0) (2026-01-01)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **runner-playwright:** update dependency playwright-bdd to v8.4.2 ([0987311](https://github.com/e2e-test-quest/uuv/commit/0987311037768474960cbb6fcadfb888af1f49e0))
16
+
17
+
18
+ ### Features
19
+
20
+ * **runner-cypress:** update dependency cypress to v15.8.1 ([b9770d8](https://github.com/e2e-test-quest/uuv/commit/b9770d8e85bea757a39c8829071959f5c05841a9))
21
+
1
22
  ## [0.2.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.2.0...dictionary-v0.2.1) (2025-12-07)
2
23
 
3
24
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [0.3.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.2.1...dictionary-v0.3.0) (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
+ ## [0.2.1](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.2.0...dictionary-v0.2.1) (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
  # [0.2.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.1.1...dictionary-v0.2.0) (2025-11-30)
2
21
 
3
22
 
package/dist/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.2.0",
3
+ "version": "0.3.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",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/e2e-test-quest/uuv"
12
+ },
9
13
  "keywords": [
10
14
  "uuv",
11
15
  "e2e",
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.2.1",
3
+ "version": "0.4.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",
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/e2e-test-quest/uuv"
12
+ },
9
13
  "keywords": [
10
14
  "uuv",
11
15
  "e2e",