@appium/types 0.11.1 → 0.12.0

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.
@@ -4,7 +4,7 @@
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
6
  /**
7
- * IP address to listen on
7
+ * IPv4/IPv6 address or a hostname to listen on
8
8
  */
9
9
  export type AddressConfig = string;
10
10
  /**
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  /**
9
- * IP address to listen on
9
+ * IPv4/IPv6 address or a hostname to listen on
10
10
  */
11
11
  export type AddressConfig = string;
12
12
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/types",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "description": "Various type declarations used across Appium",
5
5
  "keywords": [
6
6
  "automation",
@@ -38,12 +38,12 @@
38
38
  "test:types": "tsd"
39
39
  },
40
40
  "dependencies": {
41
- "@appium/schema": "^0.2.6",
41
+ "@appium/schema": "^0.3.0",
42
42
  "@appium/tsconfig": "^0.3.0",
43
43
  "@types/express": "4.17.17",
44
44
  "@types/npmlog": "4.1.4",
45
45
  "@types/ws": "8.5.4",
46
- "type-fest": "3.10.0"
46
+ "type-fest": "3.11.1"
47
47
  },
48
48
  "engines": {
49
49
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -52,7 +52,7 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "6b245534c213f3b8d6405515aee1e89133295098",
55
+ "gitHead": "d0ebbaa0c683eeba04d9d967af2d0fde76197950",
56
56
  "typedoc": {
57
57
  "entryPoint": "./lib/index.ts"
58
58
  }