+9
-9
| { | ||
| "name": "tldts", | ||
| "version": "7.0.21", | ||
| "version": "7.0.22", | ||
| "description": "Library to work against complex domain names, subdomains and URIs.", | ||
@@ -58,16 +58,16 @@ "author": { | ||
| "@rollup/plugin-typescript": "^12.3.0", | ||
| "@types/chai": "^4.3.20", | ||
| "@types/chai": "^5.2.3", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^24.10.9", | ||
| "chai": "^4.5.0", | ||
| "@types/node": "^25.1.0", | ||
| "chai": "^6.2.2", | ||
| "mocha": "^11.7.5", | ||
| "nyc": "^17.1.0", | ||
| "rimraf": "^5.0.10", | ||
| "rimraf": "^6.1.2", | ||
| "rollup": "^4.57.1", | ||
| "rollup-plugin-sourcemaps2": "^0.5.4", | ||
| "tldts-tests": "^7.0.21", | ||
| "typescript": "^5.5.4" | ||
| "tldts-tests": "^7.0.22", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "dependencies": { | ||
| "tldts-core": "^7.0.21" | ||
| "tldts-core": "^7.0.22" | ||
| }, | ||
@@ -89,3 +89,3 @@ "keywords": [ | ||
| ], | ||
| "gitHead": "1dd6d39f1b2bc9dc69c17dcc5d3d2fe6151f066a" | ||
| "gitHead": "695909c999534ac13fb497465ac566bb63b16c8f" | ||
| } |
@@ -46,3 +46,3 @@ import { | ||
| const succ: { [label: string]: ITrie } = node[1]; | ||
| const succ: Record<string, ITrie> = node[1]; | ||
| node = Object.prototype.hasOwnProperty.call(succ, parts[index]!) | ||
@@ -49,0 +49,0 @@ ? succ[parts[index]!] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3077056
0.32%Updated