Fix: workaround normalize domain

This commit is contained in:
SukkaW
2024-08-04 23:00:47 +08:00
parent b3d3052630
commit 32ef8ef7b6
6 changed files with 280 additions and 258 deletions

View File

@@ -20,14 +20,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@cliqz/adblocker": "^1.30.0",
"@cliqz/adblocker": "^1.31.1",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
"better-sqlite3": "^11.1.2",
"ci-info": "^4.0.0",
"csv-parse": "^5.5.6",
"fast-cidr-tools": "^0.2.5",
"fdir": "^6.1.1",
"fdir": "^6.2.0",
"foxact": "^0.2.36",
"mnemonist": "^0.39.8",
"path-scurry": "^1.11.1",
@@ -35,29 +35,29 @@
"punycode": "^2.3.1",
"table": "^6.8.2",
"tar-stream": "^3.1.7",
"tldts": "^6.1.34",
"tldts-experimental": "^6.1.34",
"tldts": "^6.1.37",
"tldts-experimental": "^6.1.37",
"yaml": "^2.5.0"
},
"devDependencies": {
"@eslint-sukka/node": "^6.1.6",
"@eslint-sukka/node": "^6.1.10",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.1",
"@swc/core": "^1.7.6",
"@types/async-retry": "^1.4.8",
"@types/better-sqlite3": "^7.6.11",
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/punycode": "^2.1.4",
"@types/tar-stream": "^3.1.3",
"chai": "4",
"eslint": "^9.7.0",
"eslint-config-sukka": "^6.1.6",
"eslint-formatter-sukka": "^6.1.6",
"eslint": "^9.8.0",
"eslint-config-sukka": "^6.1.10",
"eslint-formatter-sukka": "^6.1.10",
"mitata": "^0.1.11",
"mocha": "^10.7.0",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"packageManager": "pnpm@9.6.0",
"resolutions": {
"has": "npm:@nolyfill/has@latest"
}