@appium/schema
Advanced tools
Comparing version 0.2.6 to 0.3.0
@@ -22,7 +22,5 @@ export namespace AppiumConfigJsonSchema { | ||
readonly address: { | ||
readonly $comment: "I think hostname covers both DNS and IPv4...could be wrong"; | ||
readonly appiumCliAliases: readonly ["a"]; | ||
readonly default: "0.0.0.0"; | ||
readonly description: "IP address to listen on"; | ||
readonly format: "hostname"; | ||
readonly description: "IPv4/IPv6 address or a hostname to listen on"; | ||
readonly title: "address config"; | ||
@@ -320,3 +318,3 @@ readonly type: "string"; | ||
}, { | ||
readonly oneOf: readonly [{ | ||
readonly anyOf: readonly [{ | ||
readonly $ref: "#/$defs/logFilterText"; | ||
@@ -323,0 +321,0 @@ }, { |
@@ -25,9 +25,8 @@ "use strict"; | ||
address: { | ||
$comment: 'I think hostname covers both DNS and IPv4...could be wrong', | ||
appiumCliAliases: ['a'], | ||
default: '0.0.0.0', | ||
description: 'IP address to listen on', | ||
format: 'hostname', | ||
description: 'IPv4/IPv6 address or a hostname to listen on', | ||
title: 'address config', | ||
type: 'string', | ||
// this should be anyOf [format: "hostname" or format: "ipv6"], but there seems to be a bug in json-schema-to-typescript preventing "ipv6" from converting to type "string"' | ||
}, | ||
@@ -323,3 +322,3 @@ 'allow-cors': { | ||
{ | ||
oneOf: [{ $ref: '#/$defs/logFilterText' }, { $ref: '#/$defs/logFilterRegex' }], | ||
anyOf: [{ $ref: '#/$defs/logFilterText' }, { $ref: '#/$defs/logFilterRegex' }], | ||
}, | ||
@@ -326,0 +325,0 @@ ], |
@@ -24,9 +24,8 @@ /** | ||
address: { | ||
$comment: 'I think hostname covers both DNS and IPv4...could be wrong', | ||
appiumCliAliases: ['a'], | ||
default: '0.0.0.0', | ||
description: 'IP address to listen on', | ||
format: 'hostname', | ||
description: 'IPv4/IPv6 address or a hostname to listen on', | ||
title: 'address config', | ||
type: 'string', | ||
// this should be anyOf [format: "hostname" or format: "ipv6"], but there seems to be a bug in json-schema-to-typescript preventing "ipv6" from converting to type "string"' | ||
}, | ||
@@ -342,3 +341,3 @@ 'allow-cors': { | ||
{ | ||
oneOf: [{$ref: '#/$defs/logFilterText'}, {$ref: '#/$defs/logFilterRegex'}], | ||
anyOf: [{$ref: '#/$defs/logFilterText'}, {$ref: '#/$defs/logFilterRegex'}], | ||
}, | ||
@@ -345,0 +344,0 @@ ], |
@@ -17,3 +17,2 @@ { | ||
"address": { | ||
"$comment": "I think hostname covers both DNS and IPv4...could be wrong", | ||
"appiumCliAliases": [ | ||
@@ -23,4 +22,3 @@ "a" | ||
"default": "0.0.0.0", | ||
"description": "IP address to listen on", | ||
"format": "hostname", | ||
"description": "IPv4/IPv6 address or a hostname to listen on", | ||
"title": "address config", | ||
@@ -344,3 +342,3 @@ "type": "string" | ||
{ | ||
"oneOf": [ | ||
"anyOf": [ | ||
{ | ||
@@ -347,0 +345,0 @@ "$ref": "#/$defs/logFilterText" |
{ | ||
"name": "@appium/schema", | ||
"version": "0.2.6", | ||
"version": "0.3.0", | ||
"description": "Appium Configuration Schema", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/json-schema": "7.0.11", | ||
"@types/json-schema": "7.0.12", | ||
"json-schema": "0.4.0", | ||
@@ -56,3 +56,3 @@ "source-map-support": "0.5.21" | ||
}, | ||
"gitHead": "872b924a97c13142bdb8bf4218a4db324f309ce4" | ||
"gitHead": "d0ebbaa0c683eeba04d9d967af2d0fde76197950" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80569
1389
+ Added@types/json-schema@7.0.12(transitive)
- Removed@types/json-schema@7.0.11(transitive)
Updated@types/json-schema@7.0.12