@cleandns/whois-rdap 1.0.35 → 1.0.36

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.
@@ -602,6 +602,7 @@ export const port43servers = {
602
602
  af: "whois.nic.af",
603
603
  ag: "whois.nic.ag",
604
604
  ai: "whois.nic.ai",
605
+ "*.ai": "whois.nic.ai",
605
606
  al: null,
606
607
  am: "whois.amnic.net",
607
608
  an: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleandns/whois-rdap",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -654,6 +654,7 @@ export const port43servers: Record<string, any> = {
654
654
  af: "whois.nic.af",
655
655
  ag: "whois.nic.ag",
656
656
  ai: "whois.nic.ai",
657
+ "*.ai": "whois.nic.ai",
657
658
  al: null,
658
659
  am: "whois.amnic.net",
659
660
  an: null,