Skip to content

Commit

Permalink
Update TLDs to version 2024032200
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Anthony committed Mar 22, 2024
1 parent 9c66f33 commit 1588ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hapi/tlds",
"description": "TLDS list for domain validation",
"version": "1.0.2",
"version": "1.0.3",
"repository": "git://github.com/hapijs/tlds",
"main": "./dist/index.js",
"module": "./esm/index.js",
Expand Down
17 changes: 1 addition & 16 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://data.iana.org/TLD/tlds-alpha-by-domain.txt
// # Version 2023091200, Last Updated Tue Sep 12 07:07:01 2023 UTC
// # Version 2024032200, Last Updated Fri Mar 22 07:07:01 2024 UTC

const TLDS: string[] = [
'AAA',
Expand Down Expand Up @@ -99,7 +99,6 @@ const TLDS: string[] = [
'BABY',
'BAIDU',
'BANAMEX',
'BANANAREPUBLIC',
'BAND',
'BANK',
'BAR',
Expand Down Expand Up @@ -216,7 +215,6 @@ const TLDS: string[] = [
'CBA',
'CBN',
'CBRE',
'CBS',
'CC',
'CD',
'CENTER',
Expand Down Expand Up @@ -245,7 +243,6 @@ const TLDS: string[] = [
'CITI',
'CITIC',
'CITY',
'CITYEATS',
'CK',
'CL',
'CLAIMS',
Expand All @@ -266,7 +263,6 @@ const TLDS: string[] = [
'COLLEGE',
'COLOGNE',
'COM',
'COMCAST',
'COMMBANK',
'COMMUNITY',
'COMPANY',
Expand Down Expand Up @@ -384,7 +380,6 @@ const TLDS: string[] = [
'ESQ',
'ESTATE',
'ET',
'ETISALAT',
'EU',
'EUROVISION',
'EUS',
Expand Down Expand Up @@ -447,7 +442,6 @@ const TLDS: string[] = [
'FRESENIUS',
'FRL',
'FROGANS',
'FRONTDOOR',
'FRONTIER',
'FTR',
'FUJITSU',
Expand Down Expand Up @@ -519,7 +513,6 @@ const TLDS: string[] = [
'GS',
'GT',
'GU',
'GUARDIAN',
'GUCCI',
'GUGE',
'GUIDE',
Expand Down Expand Up @@ -648,7 +641,6 @@ const TLDS: string[] = [
'KIA',
'KIDS',
'KIM',
'KINDER',
'KINDLE',
'KITCHEN',
'KIWI',
Expand Down Expand Up @@ -863,7 +855,6 @@ const TLDS: string[] = [
'OKINAWA',
'OLAYAN',
'OLAYANGROUP',
'OLDNAVY',
'OLLO',
'OM',
'OMEGA',
Expand Down Expand Up @@ -990,7 +981,6 @@ const TLDS: string[] = [
'RIO',
'RIP',
'RO',
'ROCHER',
'ROCKS',
'RODEO',
'ROGERS',
Expand Down Expand Up @@ -1025,7 +1015,6 @@ const TLDS: string[] = [
'SBI',
'SBS',
'SC',
'SCA',
'SCB',
'SCHAEFFLER',
'SCHMIDT',
Expand Down Expand Up @@ -1063,7 +1052,6 @@ const TLDS: string[] = [
'SHOPPING',
'SHOUJI',
'SHOW',
'SHOWTIME',
'SI',
'SILK',
'SINA',
Expand Down Expand Up @@ -1244,7 +1232,6 @@ const TLDS: string[] = [
'VLAANDEREN',
'VN',
'VODKA',
'VOLKSWAGEN',
'VOLVO',
'VOTE',
'VOTING',
Expand Down Expand Up @@ -1288,7 +1275,6 @@ const TLDS: string[] = [
'WTF',
'XBOX',
'XEROX',
'XFINITY',
'XIHUAN',
'XIN',
'XN--11B4C3D',
Expand Down Expand Up @@ -1379,7 +1365,6 @@ const TLDS: string[] = [
'XN--MGBA3A3EJT',
'XN--MGBA3A4F16A',
'XN--MGBA7C0BBN0A',
'XN--MGBAAKC7DVF',
'XN--MGBAAM7A8H',
'XN--MGBAB2BD',
'XN--MGBAH1A3HJKRD',
Expand Down

0 comments on commit 1588ad2

Please sign in to comment.