num-client
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -98,3 +98,3 @@ "use strict"; | ||
var DNS_REQUEST_TIMEOUT_MS = 500; | ||
var ajv = new ajv_1.default({ allowUnionTypes: true }); | ||
var ajv = new ajv_1.default({ strict: false }); | ||
ajv_formats_1.default(ajv); | ||
@@ -101,0 +101,0 @@ var DEFAULT_RESOLVERS = [new dnsclient_1.DoHResolver('Cloudflare', 'https://cloudflare-dns.com/dns-query'), new dnsclient_1.DoHResolver('Google', 'https://dns.google.com/resolve')]; |
@@ -11,4 +11,5 @@ "use strict"; | ||
lookupgenerators_1.setenvDomainLookups('test'); | ||
var numUri = _1.parseNumUri('num://avivainvestors.com:3'); | ||
var numUri = _1.parseNumUri('num://boozeandu.co.uk:2'); | ||
var client = client_1.createClient(); | ||
client.setenv('test'); | ||
loglevel_1.default.setLevel('debug'); | ||
@@ -15,0 +16,0 @@ var ctx = client.createContext(numUri); |
{ | ||
"name": "num-client", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "A NUM Protocol Client in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
517234
2880