fix(core): update
This commit is contained in:
parent
1732a2ab3e
commit
c33ee3f52c
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartwhois',
|
name: '@pushrocks/smartwhois',
|
||||||
version: '1.0.9',
|
version: '1.0.10',
|
||||||
description: 'a package for dealing with whois requests'
|
description: 'a package for dealing with whois requests'
|
||||||
}
|
}
|
||||||
|
@ -68,8 +68,8 @@ export class SmartWhois {
|
|||||||
return {
|
return {
|
||||||
httpStatus: httpResult.statusCode,
|
httpStatus: httpResult.statusCode,
|
||||||
httpsStatus: httpsResult.statusCode,
|
httpsStatus: httpsResult.statusCode,
|
||||||
httpContentType: httpResult.headers['content-type'],
|
httpHeaders: httpResult.headers,
|
||||||
httpsContentType: httpsResult.headers['content-type'],
|
httpsHeaders: httpsResult.headers,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user