appium 2.0.0-beta.67 → 2.0.0-beta.69

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.
@@ -7,8 +7,6 @@ export type ExtensionType = import('@appium/types').ExtensionType;
7
7
  export type DriverType = import('@appium/types').DriverType;
8
8
  export type PluginType = import('@appium/types').PluginType;
9
9
  export type Class<T> = import('@appium/types').Class<T>;
10
- import DriverCliCommand from "./driver-command";
11
- import PluginCliCommand from "./plugin-command";
12
10
  /**
13
11
  * Run a subcommand of the 'appium driver' type. Each subcommand has its own set of arguments which
14
12
  * can be represented as a JS object.
@@ -20,4 +18,6 @@ import PluginCliCommand from "./plugin-command";
20
18
  * @param {import('../extension/extension-config').ExtensionConfig<Cmd>} config - Extension config object
21
19
  */
22
20
  export function runExtensionCommand<Cmd extends import("appium/types").CliExtensionCommand, SubCmd extends import("appium/types").CliExtensionSubcommand>(args: import("appium/types").Args<Cmd, SubCmd>, config: import("../extension/extension-config").ExtensionConfig<Cmd>): Promise<any>;
21
+ import DriverCliCommand from "./driver-command";
22
+ import PluginCliCommand from "./plugin-command";
23
23
  //# sourceMappingURL=extension.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../../../lib/cli/extension.js"],"names":[],"mappings":"AAOA;;;GAKE;gFAiDW,OAAO,SAAS,UAAU,GAAG,MAAM,gBAAgB,CAAC,GAAG,OAAO,SAAS,UAAU,GAAG,MAAM,gBAAgB,CAAC,GAAG,KAAK;4BAInH,OAAO,eAAe,EAAE,aAAa;yBACrC,OAAO,eAAe,EAAE,UAAU;yBAClC,OAAO,eAAe,EAAE,UAAU;uBAKlC,OAAO,eAAe,EAAE,KAAK,CAAC,CAAC,CAAC;;;AA1D7C;;;;;;;;;GASG;AACH,8RA+BC"}
1
+ {"version":3,"file":"extension.d.ts","sourceRoot":"","sources":["../../../lib/cli/extension.js"],"names":[],"mappings":"AAOA;;;GAKE;gFAiDW,OAAO,SAAS,UAAU,GAAG,MAAM,gBAAgB,CAAC,GAAG,OAAO,SAAS,UAAU,GAAG,MAAM,gBAAgB,CAAC,GAAG,KAAK;4BAInH,OAAO,eAAe,EAAE,aAAa;yBACrC,OAAO,eAAe,EAAE,UAAU;yBAClC,OAAO,eAAe,EAAE,UAAU;uBAKlC,OAAO,eAAe,EAAE,KAAK,CAAC,CAAC,CAAC;AA1D7C;;;;;;;;;GASG;AACH,8RA+BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium",
3
- "version": "2.0.0-beta.67",
3
+ "version": "2.0.0-beta.69",
4
4
  "description": "Automation for Apps.",
5
5
  "keywords": [
6
6
  "automation",
@@ -60,11 +60,11 @@
60
60
  "test:unit": "mocha \"./test/unit/**/*.spec.js\""
61
61
  },
62
62
  "dependencies": {
63
- "@appium/base-driver": "^9.3.8",
64
- "@appium/base-plugin": "^2.2.8",
65
- "@appium/docutils": "^0.3.10",
63
+ "@appium/base-driver": "^9.3.9",
64
+ "@appium/base-plugin": "^2.2.9",
65
+ "@appium/docutils": "^0.3.12",
66
66
  "@appium/schema": "^0.2.6",
67
- "@appium/support": "^4.0.0",
67
+ "@appium/support": "^4.0.1",
68
68
  "@appium/types": "^0.11.1",
69
69
  "@sidvind/better-ajv-errors": "2.1.0",
70
70
  "@types/argparse": "2.0.10",
@@ -105,7 +105,7 @@
105
105
  "access": "public",
106
106
  "tag": "next"
107
107
  },
108
- "gitHead": "6b245534c213f3b8d6405515aee1e89133295098",
108
+ "gitHead": "2ca15818701b0af3c909dcc696dcd26ae6f50014",
109
109
  "typedoc": {
110
110
  "entryPoint": "./lib/main.js"
111
111
  }