@appium/execute-driver-plugin 3.0.30 → 3.0.31

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,6 +1,6 @@
1
1
  export const W3C_ELEMENT_KEY: "element-6066-11e4-a52e-4f735466cecf";
2
2
  export const MJSONWP_ELEMENT_KEY: "ELEMENT";
3
- export type AttachOptions = import('webdriverio').AttachOptions;
3
+ export type AttachOptions = import("webdriverio").AttachOptions;
4
4
  export type DriverScriptMessageEvent = {
5
5
  /**
6
6
  * - the driver options
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../lib/plugin.js"],"names":[],"mappings":"AAUA;IACE;;;;;;;;;;MAOG;IAqG8E,8dAKvE;CAoCX;2BAhKwB,eAAe"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../../lib/plugin.js"],"names":[],"mappings":"AAUA;IACE;;;;;;;;;;MAOG;;CA8IJ;2BAhKwB,eAAe"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/execute-driver-plugin",
3
- "version": "3.0.30",
3
+ "version": "3.0.31",
4
4
  "description": "Plugin for batching and executing driver commands with Appiums",
5
5
  "keywords": [
6
6
  "automation",
@@ -43,7 +43,7 @@
43
43
  "lodash": "4.17.21",
44
44
  "source-map-support": "0.5.21",
45
45
  "vm2": "3.9.19",
46
- "webdriverio": "8.38.2"
46
+ "webdriverio": "8.39.0"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "appium": "^2.0.0-beta.35"
@@ -59,5 +59,5 @@
59
59
  "pluginName": "execute-driver",
60
60
  "mainClass": "ExecuteDriverPlugin"
61
61
  },
62
- "gitHead": "339acd345fafa1292c8d286261553fcc6b440e46"
62
+ "gitHead": "e8a838417a75464ebb8ce08584311f39afdd67bd"
63
63
  }