@cleandns/whois-rdap 1.0.28 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/port43.js CHANGED
@@ -68,7 +68,7 @@ export async function port43(actor) {
68
68
  if (!response.found) {
69
69
  return response;
70
70
  }
71
- console.log(port43response);
71
+ // console.log(port43response);
72
72
  if (port43response.match(/^%*\s+(NOT FOUND|No match|NO OBJECT FOUND|No entries found|No Data Found|Domain is available for registration|No information available|Status: free)\b/im)) {
73
73
  response.found = false;
74
74
  return response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleandns/whois-rdap",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/port43.ts CHANGED
@@ -79,7 +79,7 @@ export async function port43(actor: string): Promise<WhoisResponse> {
79
79
  return response;
80
80
  }
81
81
 
82
- console.log(port43response);
82
+ // console.log(port43response);
83
83
 
84
84
  if (
85
85
  port43response.match(