@wdio/appium-service 8.8.2 → 8.8.4

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/utils.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import type { ArgValue, KeyValueArgs } from './types.js';
2
2
  /**
3
3
  * Resolves the given path into a absolute path and appends the default filename as fallback when the provided path is a directory.
4
- * @param {String} filePath relative file or directory path
5
- * @param {String} defaultFilename default file name when filePath is a directory
4
+ * @param {string} filePath relative file or directory path
5
+ * @param {string} defaultFilename default file name when filePath is a directory
6
6
  * @return {String} absolute file path
7
7
  */
8
8
  export declare function getFilePath(filePath: string, defaultFilename: string): string;
package/build/utils.js CHANGED
@@ -3,8 +3,8 @@ import { paramCase } from 'param-case';
3
3
  const FILE_EXTENSION_REGEX = /\.[0-9a-z]+$/i;
4
4
  /**
5
5
  * Resolves the given path into a absolute path and appends the default filename as fallback when the provided path is a directory.
6
- * @param {String} filePath relative file or directory path
7
- * @param {String} defaultFilename default file name when filePath is a directory
6
+ * @param {string} filePath relative file or directory path
7
+ * @param {string} defaultFilename default file name when filePath is a directory
8
8
  * @return {String} absolute file path
9
9
  */
10
10
  export function getFilePath(filePath, defaultFilename) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/appium-service",
3
- "version": "8.8.2",
3
+ "version": "8.8.4",
4
4
  "description": "A WebdriverIO service to start & stop Appium Server",
5
5
  "author": "Morten Bjerg Gregersen <morten@mogee.dk>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-appium-service",
@@ -33,15 +33,15 @@
33
33
  },
34
34
  "typeScriptVersion": "3.8.3",
35
35
  "dependencies": {
36
- "@wdio/config": "8.8.0",
36
+ "@wdio/config": "8.8.4",
37
37
  "@wdio/logger": "8.6.6",
38
- "@wdio/types": "8.8.0",
38
+ "@wdio/types": "8.8.4",
39
39
  "import-meta-resolve": "^2.1.0",
40
40
  "param-case": "^3.0.4",
41
- "webdriverio": "8.8.2"
41
+ "webdriverio": "8.8.4"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "6afeb0448e0e627f1cdc8e081caa2c67fde7b2db"
46
+ "gitHead": "e88a296000de70344fbf19d0d63a54cb1a617427"
47
47
  }