@uuv/dictionary 0.10.0 → 0.11.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 +8 -0
- package/dist/CHANGELOG.md +14 -0
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
# [0.10.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.9.0...dictionary-v0.10.0) (2026-03-08)
|
|
2
10
|
|
|
3
11
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [0.10.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.9.0...dictionary-v0.10.0) (2026-03-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **runner-playwright:** update dependency chokidar to v4.0.3 ([ff51aab](https://github.com/e2e-test-quest/uuv/commit/ff51aabadce6d0dc5e1b054472a43d1a14142ec3))
|
|
7
|
+
* **runner-playwright:** update dependency chokidar to v4.0.3 ([330ce8f](https://github.com/e2e-test-quest/uuv/commit/330ce8f99c8c84699cc5251159e980cb4318a277))
|
|
8
|
+
* **runner-playwright:** update dependency webpack to v5.105.4 ([ba8a2cf](https://github.com/e2e-test-quest/uuv/commit/ba8a2cfe2114e7e36301125b0d76a2ab1d63002d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **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))
|
|
14
|
+
|
|
1
15
|
# [0.9.0](https://github.com/e2e-test-quest/uuv/compare/dictionary-v0.8.0...dictionary-v0.9.0) (2026-03-02)
|
|
2
16
|
|
|
3
17
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/dictionary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.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.
|
|
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": {
|