Update getDomainParts to allow passing options to tldts.parse().

This commit is contained in:
2025-10-17 22:04:37 -04:00
parent 0cfca2c877
commit b171b5ec75
4 changed files with 105 additions and 74 deletions
+3 -3
View File
@@ -47,9 +47,9 @@
"tldts": "7.0.17"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@types/node": "24.7.2",
"tsdown": "0.15.6",
"@biomejs/biome": "2.2.6",
"@types/node": "24.8.1",
"tsdown": "0.15.7",
"typescript": "5.9.3",
"vitest": "^3.2.4"
},