@wdio/types 8.10.0 → 8.10.2

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.
@@ -326,7 +326,7 @@ export interface ChromeCapabilities {
326
326
  /**
327
327
  * Appium General W3C Capabilities
328
328
  *
329
- * @see https://appium.io/docs/en/writing-running-appium/caps/
329
+ * @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/
330
330
  */
331
331
  export interface AppiumCapabilities {
332
332
  /**
@@ -369,7 +369,7 @@ export interface AppiumCapabilities {
369
369
  'appium:deviceName'?: string;
370
370
  /**
371
371
  * The absolute local path or remote http URL to a .ipa file (IOS), .app folder (IOS Simulator), .apk file (Android)
372
- * or [.apks file (Android App Bundle)](https://appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
372
+ * or [.apks file (Android App Bundle)](https://appium.github.io/appium.io/docs/en/writing-running-appium/android/android-appbundle/index.html),
373
373
  * or a .zip file containing one of these.
374
374
  *
375
375
  * Appium will attempt to install this app binary on the appropriate device first.
@@ -415,7 +415,7 @@ export interface AppiumCapabilities {
415
415
  /**
416
416
  * Appium Android Only Capabilities
417
417
  *
418
- * @see https://appium.io/docs/en/writing-running-appium/caps/#android-only
418
+ * @see https://appium.github.io/appium.io/docs/en/writing-running-appium/caps/#android-only
419
419
  */
420
420
  export interface AppiumAndroidCapabilities {
421
421
  'appium:appiumVersion'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/types",
3
- "version": "8.10.0",
3
+ "version": "8.10.2",
4
4
  "description": "Utility package providing type information for a variety of WebdriverIO interfaces",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types",
@@ -30,7 +30,7 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@types/node": "^18.0.0"
33
+ "@types/node": "^20.1.0"
34
34
  },
35
- "gitHead": "f0c607340b4f31a4ae48509115335283f488e38f"
35
+ "gitHead": "fb163d506af31d0c5e5328bfee07d55a56aa0034"
36
36
  }