@wdio/allure-reporter 7.16.3 → 7.16.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ The easiest way is to keep `@wdio/allure-reporter` as a devDependency in your `p
19
19
 
20
20
  You can simple do it by:
21
21
 
22
- ```bash
22
+ ```sh
23
23
  npm install @wdio/allure-reporter --save-dev
24
24
  ```
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/allure-reporter",
3
- "version": "7.16.3",
3
+ "version": "7.16.6",
4
4
  "description": "A WebdriverIO reporter plugin to create Allure Test Reports",
5
5
  "author": "Boris Osipov <osipov.boris@gmail.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-allure-reporter",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "23e2af933060e829f03d7518089c377571c654e3"
40
+ "gitHead": "3c4691df750c120c1b05d168d1b50bf047512892"
41
41
  }