@wdio/protocols 9.12.5 → 9.13.0

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/build/index.js CHANGED
@@ -5610,7 +5610,7 @@ var selenium_default = {
5610
5610
  }
5611
5611
  },
5612
5612
  "/grid/api/proxy": {
5613
- GET: {
5613
+ POST: {
5614
5614
  isHubCommand: true,
5615
5615
  command: "gridProxyDetails",
5616
5616
  description: "Get proxy details.",
@@ -85,7 +85,7 @@ declare const _default: {
85
85
  };
86
86
  };
87
87
  '/grid/api/proxy': {
88
- GET: {
88
+ POST: {
89
89
  isHubCommand: boolean;
90
90
  command: string;
91
91
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "9.12.5",
3
+ "version": "9.13.0",
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": "795e4525599909356d02ef0788c1ece7a7d85ecf"
32
+ "gitHead": "8eb40a63ea043e3d6c292087b28a8ad4949484b0"
33
33
  }