Comparing version 17.4.2 to 17.4.3
@@ -260,3 +260,3 @@ 'use strict'; | ||
if (options) { | ||
Common.assertOptions(options, ['allowUnicode', 'maxDomainSegments', 'minDomainSegments', 'tlds']); | ||
Common.assertOptions(options, ['allowFullyQualified', 'allowUnicode', 'maxDomainSegments', 'minDomainSegments', 'tlds']); | ||
} | ||
@@ -280,3 +280,3 @@ | ||
Common.assertOptions(options, ['allowUnicode', 'ignoreLength', 'maxDomainSegments', 'minDomainSegments', 'multiple', 'separator', 'tlds']); | ||
Common.assertOptions(options, ['allowFullyQualified', 'allowUnicode', 'ignoreLength', 'maxDomainSegments', 'minDomainSegments', 'multiple', 'separator', 'tlds']); | ||
Assert(options.multiple === undefined || typeof options.multiple === 'boolean', 'multiple option must be an boolean'); | ||
@@ -637,3 +637,3 @@ | ||
if (options.domain) { | ||
Common.assertOptions(options.domain, ['allowUnicode', 'maxDomainSegments', 'minDomainSegments', 'tlds']); | ||
Common.assertOptions(options.domain, ['allowFullyQualified', 'allowUnicode', 'maxDomainSegments', 'minDomainSegments', 'tlds']); | ||
} | ||
@@ -640,0 +640,0 @@ |
{ | ||
"name": "joi", | ||
"description": "Object schema validation", | ||
"version": "17.4.2", | ||
"version": "17.4.3", | ||
"repository": "git://github.com/sideway/joi", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"@hapi/topo": "^5.0.0", | ||
"@sideway/address": "^4.1.0", | ||
"@sideway/address": "^4.1.3", | ||
"@sideway/formula": "^3.0.0", | ||
@@ -23,0 +23,0 @@ "@sideway/pinpoint": "^2.0.0" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
516304
9585
Updated@sideway/address@^4.1.3