@wdio/firefox-profile-service 7.16.3 → 7.16.13

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 +2 -12
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,19 +7,9 @@ To find all possible options just open [about:config](about:config) in your Fire
7
7
 
8
8
  ## Installation
9
9
 
10
- The easiest way is to keep `@wdio/firefox-profile-service` as a devDependency in your `package.json`.
11
-
12
- ```json
13
- {
14
- "devDependencies": {
15
- "@wdio/firefox-profile-service": "^6.1.14"
16
- }
17
- }
18
- ```
19
-
20
- You can simple do it by:
10
+ The easiest way is to keep `@wdio/firefox-profile-service` as a devDependency in your `package.json`, via:
21
11
 
22
- ```bash
12
+ ```sh
23
13
  npm install @wdio/firefox-profile-service --save-dev
24
14
  ```
25
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/firefox-profile-service",
3
- "version": "7.16.3",
3
+ "version": "7.16.13",
4
4
  "description": "WebdriverIO service that lets you define your Firefox profile in your wdio.conf.js",
5
5
  "author": "Christian Bromann <christian@saucelabs.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-firefox-profile-service",
@@ -29,7 +29,7 @@
29
29
  "url": "https://github.com/webdriverio/webdriverio/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@wdio/types": "7.16.3",
32
+ "@wdio/types": "7.16.13",
33
33
  "firefox-profile": "^4.0.0"
34
34
  },
35
35
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "types": "./build/index.d.ts",
42
- "gitHead": "23e2af933060e829f03d7518089c377571c654e3"
42
+ "gitHead": "a0079123fa5207523e8386e6e5100df0bf2f84ef"
43
43
  }