@wdio/firefox-profile-service 9.16.0 → 9.16.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/firefox-profile-service",
3
- "version": "9.16.0",
3
+ "version": "9.16.2",
4
4
  "description": "WebdriverIO service that lets you define your Firefox profile in your wdio.conf.js",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-firefox-profile-service",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "typeScriptVersion": "3.8.3",
40
40
  "dependencies": {
41
- "@wdio/types": "9.16.0",
41
+ "@wdio/types": "9.16.2",
42
42
  "firefox-profile": "^4.5.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "a4539d01aeee8ab9580a99321a235088d69bd17a"
47
+ "gitHead": "ff2154c00e7ba6d6e2a58e0b8e1258a20229752d"
48
48
  }