Migrate from psl to tldts for public suffix detection

This commit is contained in:
2025-10-10 10:29:29 -04:00
parent a030817d27
commit bfcecc5eff
6 changed files with 86 additions and 121 deletions
+5 -6
View File
@@ -39,14 +39,13 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"psl": "1.15.0"
"tldts": "7.0.17"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@types/node": "24.5.2",
"@types/psl": "1.1.3",
"tsdown": "0.15.5",
"typescript": "5.9.2",
"@biomejs/biome": "2.2.5",
"@types/node": "24.7.1",
"tsdown": "0.15.6",
"typescript": "5.9.3",
"vitest": "^3.2.4"
},
"engines": {