@wdio/protocols 9.30.1 → 9.31.1

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/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -6158,7 +6158,7 @@ var saucelabs_default = {
6158
6158
  {
6159
6159
  name: "metrics",
6160
6160
  type: "string[]",
6161
- description: "Name of metrics you want to assert agains the baseline.",
6161
+ description: "Name of metrics you want to assert against the baseline.",
6162
6162
  required: false
6163
6163
  }
6164
6164
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "9.30.1",
3
+ "version": "9.31.1",
4
4
  "description": "Utility package providing information about automation protocols",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "2ea7c6945a5ec1fa0edd89fe7d3f821dc29201d8"
32
+ "gitHead": "c766850846f7ac91cd6cd1d2cd979fbb8a6e8daf"
33
33
  }