Skip to content

Commit 3d4aa67

Browse files
authored
Merge pull request #19 from hapijs/fix/auto-update-tlds
Update TLDs
2 parents 659d224 + f1944fa commit 3d4aa67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tlds.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// https://data.iana.org/TLD/tlds-alpha-by-domain.txt
2-
// # Version 2026020900, Last Updated Mon Feb 9 07:07:02 2026 UTC
2+
// # Version 2026021600, Last Updated Mon Feb 16 07:07:01 2026 UTC
33

44
export const TLDS: string[] = [
55
'AAA',
@@ -1252,7 +1252,6 @@ export const TLDS: string[] = [
12521252
'WINE',
12531253
'WINNERS',
12541254
'WME',
1255-
'WOLTERSKLUWER',
12561255
'WOODSIDE',
12571256
'WORK',
12581257
'WORKS',

0 commit comments

Comments
 (0)