2 Commits

Author SHA1 Message Date
b6d5f61f3c 1.0.14 2023-04-19 21:51:15 +02:00
101772d8dc fix(core): update 2023-04-19 21:51:14 +02:00
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartwhois",
"version": "1.0.13",
"version": "1.0.14",
"private": false,
"description": "a package for dealing with whois requests",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartwhois',
version: '1.0.13',
version: '1.0.14',
description: 'a package for dealing with whois requests'
}

View File

@ -54,6 +54,7 @@ export class SmartWhois {
publicSuffix: tldtsData.publicSuffix,
subdomain: tldtsData.subdomain,
domainWithoutSuffix: tldtsData.domainWithoutSuffix,
isIcann: tldtsData.isIcann,
}
}