@uuv/runner-commons 1.10.6 → 1.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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.11.0](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v1.10.6...runner-commons-v1.11.0) (2023-12-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* correct description of sentence, [#368](https://github.com/Orange-OpenSource/uuv/issues/368) ([3caf2f6](https://github.com/Orange-OpenSource/uuv/commit/3caf2f685aba3ada741716fd7c703e44307f5d08))
|
|
7
|
+
* **deps:** update dependency @cucumber/cucumber to v9.6.0 ([d0ac7ca](https://github.com/Orange-OpenSource/uuv/commit/d0ac7ca26b3d9d1fddd17d7cb6c7034ff640e483))
|
|
8
|
+
* **deps:** update dependency cypress-real-events to v1.11.0 ([1694807](https://github.com/Orange-OpenSource/uuv/commit/169480777dc4c87f14a2deb5c10beb9cb0e43238))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* add contraction for typing sentence, [#368](https://github.com/Orange-OpenSource/uuv/issues/368) ([a8189ed](https://github.com/Orange-OpenSource/uuv/commit/a8189edbca7f46429ce16136e4b090e4b598935c))
|
|
14
|
+
|
|
1
15
|
## [1.10.6](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v1.10.5...runner-commons-v1.10.6) (2023-12-02)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
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 common lib for uuv",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
39
39
|
"@typescript-eslint/parser": "5.62.0",
|
|
40
|
-
"eslint": "8.
|
|
40
|
+
"eslint": "8.55.0",
|
|
41
41
|
"jest": "29.7.0"
|
|
42
42
|
},
|
|
43
43
|
"files": [
|