From 7a8086b58c8723e4b63fff5b678a00c7c318a496 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 19 Apr 2023 18:49:06 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 45c0923..43adafa 100644 --- a/test/test.ts +++ b/test/test.ts @@ -22,6 +22,10 @@ tap.test('should get whois info for domain', async () => { const whoisInfo = await testSmartWhois.getWhoisForDomain('task.vc'); console.log(whoisInfo); }); +tap.test('should get whois info for domain', async () => { + const whoisInfo = await testSmartWhois.getWhoisForDomain('https://lossless.com'); + console.log(whoisInfo); +}); tap.test('should get whois info for domain', async () => { const whoisInfo = await testSmartWhois.getWhoisForDomain('https://coffee.link/understanding-gen-z/'); diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ce294ba..48fd957 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartwhois', - version: '1.0.10', + version: '1.0.11', description: 'a package for dealing with whois requests' }