@wdio/protocols 8.24.9 → 8.29.7

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.
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- '/session/:sessionId/file': {
2
+ '/session/:sessionId/se/file': {
3
3
  POST: {
4
4
  command: string;
5
5
  description: string;
@@ -1,5 +1,5 @@
1
1
  export default {
2
- '/session/:sessionId/file': {
2
+ '/session/:sessionId/se/file': {
3
3
  POST: {
4
4
  command: 'file',
5
5
  description: 'Upload a file to remote machine on which the browser is running.',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "8.24.9",
3
+ "version": "8.29.7",
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",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "f102df577324d7e09a2e6607888d775b8245afea"
30
+ "gitHead": "1c7195268663df56856494c69d7bd655c834a368"
31
31
  }