@uuv/runner-commons 1.3.0 → 1.3.2

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,17 @@
1
+ ## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.1...runner-commons-v1.3.2) (2023-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))
7
+
8
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.0...runner-commons-v1.3.1) (2023-05-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d))
14
+ * **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3))
1
15
 
2
16
  # Change Log
3
17
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <p align="center">
3
3
  <a href="https://e2e-test-quest.github.io/uuv/">
4
4
  <picture>
5
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
5
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
6
6
  </picture>
7
7
  </a>
8
8
  </p>
@@ -31,7 +31,7 @@ Make test writing fast, understandable by any human understanding English or Fre
31
31
  <br />
32
32
  </p>
33
33
 
34
- ## What is UUV commons?
34
+ ## What is @uuv/commons ?
35
35
 
36
36
  <p align="center">
37
37
 
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.3.2](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.1...runner-commons-v1.3.2) (2023-05-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-playwright:** update @cucumber/cucumber dep version, [#93](https://github.com/e2e-test-quest/uuv/issues/93) ([a891a70](https://github.com/e2e-test-quest/uuv/commit/a891a70daad1cb5d7d34f25097a31d89f92b92c6))
7
+
8
+ ## [1.3.1](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v1.3.0...runner-commons-v1.3.1) (2023-05-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **runner-commons:** fix npm documentation, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([ba7394c](https://github.com/e2e-test-quest/uuv/commit/ba7394cd755e350fd5a5964aed26435e5979e77d))
14
+ * **runner-commons:** modify keyword for npmjs, [#87](https://github.com/e2e-test-quest/uuv/issues/87) ([392c4d0](https://github.com/e2e-test-quest/uuv/commit/392c4d0337179dae2c2a96c26dc2cc32e0ad87b3))
1
15
 
2
16
  # Change Log
3
17
  All notable changes to this project will be documented in this file.
package/dist/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <p align="center">
3
3
  <a href="https://e2e-test-quest.github.io/uuv/">
4
4
  <picture>
5
- <img alt="UUV Logo" src="../docs/static/img/uuv.png">
5
+ <img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
6
6
  </picture>
7
7
  </a>
8
8
  </p>
@@ -31,7 +31,7 @@ Make test writing fast, understandable by any human understanding English or Fre
31
31
  <br />
32
32
  </p>
33
33
 
34
- ## What is UUV commons?
34
+ ## What is @uuv/commons ?
35
35
 
36
36
  <p align="center">
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
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",
@@ -10,12 +10,17 @@
10
10
  "url": "https://github.com/e2e-test-quest/uuv"
11
11
  },
12
12
  "homepage": "https://e2e-test-quest.github.io/uuv/",
13
- "keywords": ["uuv", "UUV", "accessibilité", "accessibility", "a11y"],
13
+ "keywords": [
14
+ "uuv",
15
+ "UUV",
16
+ "accessibilite",
17
+ "accessibility",
18
+ "a11y"
19
+ ],
14
20
  "scripts": {
15
21
  "package": "npm pack --pack-destination=\"../../dist/packages\"",
16
22
  "lint": "npx eslint . --ext .js,.ts,.feature --fix",
17
23
  "test": "jest"
18
-
19
24
  },
20
25
  "devDependencies": {
21
26
  "@typescript-eslint/eslint-plugin": "5.59.1",