@uuv/dictionary 0.10.0 → 0.12.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,21 @@
1
+ # [0.12.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.11.0...dictionary-v0.12.0) (2026-03-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * **runner-commons:** update dependency figlet to v1.11.0 ([9ef9e82](https://github.com/e2e-test-quest/uuv/commit/9ef9e821f340f50a5471ebe9b986c823956a5d1e))
7
+ * **runner-cypress:** update dependency cypress to v15.12.0 ([05efa53](https://github.com/e2e-test-quest/uuv/commit/05efa5391684165efa222b1f773df080e7b22be7))
8
+ * **runner-playwright:** update dependency @cucumber/cucumber to v12.7.0 ([ee4ef96](https://github.com/e2e-test-quest/uuv/commit/ee4ef9627e620587a64f8db76dbbea0acc0f82e6))
9
+ * **runner-playwright:** update dependency playwright-bdd to v8.5.0 ([7003f59](https://github.com/e2e-test-quest/uuv/commit/7003f5933a4478cfcf0c880cc9182432bd388490))
10
+
11
+ # [0.11.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.10.0...dictionary-v0.11.0) (2026-03-15)
12
+
13
+
14
+ ### Features
15
+
16
+ * **a11y:** add context parameter for wcag checker ([8d5fd08](https://github.com/e2e-test-quest/uuv/commit/8d5fd08b218d3641f404a00d518912a63ee17e28))
17
+ * **runner-cypress:** replace webpack by esbuild ([1a690ec](https://github.com/e2e-test-quest/uuv/commit/1a690ec7db65b62200405370c7b072620aaa9dfd))
18
+
1
19
  # [0.10.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.9.0...dictionary-v0.10.0) (2026-03-08)
2
20
 
3
21
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # [0.11.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.10.0...dictionary-v0.11.0) (2026-03-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * **a11y:** add context parameter for wcag checker ([8d5fd08](https://github.com/e2e-test-quest/uuv/commit/8d5fd08b218d3641f404a00d518912a63ee17e28))
7
+ * **runner-cypress:** replace webpack by esbuild ([1a690ec](https://github.com/e2e-test-quest/uuv/commit/1a690ec7db65b62200405370c7b072620aaa9dfd))
8
+
9
+ # [0.10.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.9.0...dictionary-v0.10.0) (2026-03-08)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([ff51aab](https://github.com/e2e-test-quest/uuv/commit/ff51aabadce6d0dc5e1b054472a43d1a14142ec3))
15
+ * **runner-playwright:** update dependency chokidar to v4.0.3 ([330ce8f](https://github.com/e2e-test-quest/uuv/commit/330ce8f99c8c84699cc5251159e980cb4318a277))
16
+ * **runner-playwright:** update dependency webpack to v5.105.4 ([ba8a2cf](https://github.com/e2e-test-quest/uuv/commit/ba8a2cfe2114e7e36301125b0d76a2ab1d63002d))
17
+
18
+
19
+ ### Features
20
+
21
+ * **assistant-ai:** initialize @uuv/assistant-ai, [#1222](https://github.com/e2e-test-quest/uuv/issues/1222) ([60a0090](https://github.com/e2e-test-quest/uuv/commit/60a0090ad865f5e667614b84582c1808b49137ea))
22
+
1
23
  # [0.9.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.8.0...dictionary-v0.9.0) (2026-03-02)
2
24
 
3
25
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.9.0",
3
+ "version": "0.11.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",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "exports": {
41
41
  ".": {
42
+ "types": "./dist/index.d.ts",
42
43
  "import": "./dist/index.js",
43
- "require": "./dist/index.js",
44
- "types": "./dist/index.d.ts"
44
+ "require": "./dist/index.js"
45
45
  }
46
46
  },
47
47
  "funding": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/dictionary",
3
- "version": "0.10.0",
3
+ "version": "0.12.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",
@@ -39,9 +39,9 @@
39
39
  },
40
40
  "exports": {
41
41
  ".": {
42
+ "types": "./dist/index.d.ts",
42
43
  "import": "./dist/index.js",
43
- "require": "./dist/index.js",
44
- "types": "./dist/index.d.ts"
44
+ "require": "./dist/index.js"
45
45
  }
46
46
  },
47
47
  "funding": {