Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b6d5f61f3c | |||
101772d8dc |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartwhois",
|
"name": "@pushrocks/smartwhois",
|
||||||
"version": "1.0.13",
|
"version": "1.0.14",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a package for dealing with whois requests",
|
"description": "a package for dealing with whois requests",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartwhois',
|
name: '@pushrocks/smartwhois',
|
||||||
version: '1.0.13',
|
version: '1.0.14',
|
||||||
description: 'a package for dealing with whois requests'
|
description: 'a package for dealing with whois requests'
|
||||||
}
|
}
|
||||||
|
@ -54,6 +54,7 @@ export class SmartWhois {
|
|||||||
publicSuffix: tldtsData.publicSuffix,
|
publicSuffix: tldtsData.publicSuffix,
|
||||||
subdomain: tldtsData.subdomain,
|
subdomain: tldtsData.subdomain,
|
||||||
domainWithoutSuffix: tldtsData.domainWithoutSuffix,
|
domainWithoutSuffix: tldtsData.domainWithoutSuffix,
|
||||||
|
isIcann: tldtsData.isIcann,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user