@cleandns/whois-rdap 1.0.37 → 1.0.40

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.
@@ -783,6 +783,7 @@ export const port43servers = {
783
783
  ms: "whois.nic.ms",
784
784
  mt: null,
785
785
  mu: "whois.nic.mu",
786
+ "*.mu": "whois.nic.mu",
786
787
  mv: null,
787
788
  mw: "whois.nic.mw",
788
789
  mx: "whois.mx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleandns/whois-rdap",
3
- "version": "1.0.37",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -835,6 +835,7 @@ export const port43servers: Record<string, any> = {
835
835
  ms: "whois.nic.ms",
836
836
  mt: null,
837
837
  mu: "whois.nic.mu",
838
+ "*.mu": "whois.nic.mu",
838
839
  mv: null,
839
840
  mw: "whois.nic.mw",
840
841
  mx: "whois.mx",