tldts-icann
Advanced tools
Comparing version 6.1.28 to 6.1.29
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = suffixLookup; | ||
const tldts_core_1 = require("tldts-core"); | ||
@@ -56,3 +57,2 @@ const trie_1 = require("./data/trie"); | ||
} | ||
exports.default = suffixLookup; | ||
//# sourceMappingURL=suffix-trie.js.map |
{ | ||
"name": "tldts-icann", | ||
"version": "6.1.28", | ||
"version": "6.1.29", | ||
"description": "Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.", | ||
@@ -66,7 +66,7 @@ "author": { | ||
"rollup-plugin-sourcemaps": "^0.6.1", | ||
"tldts-tests": "^6.1.28", | ||
"tldts-tests": "^6.1.29", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"tldts-core": "^6.1.28" | ||
"tldts-core": "^6.1.29" | ||
}, | ||
@@ -88,3 +88,3 @@ "keywords": [ | ||
], | ||
"gitHead": "d5ac5fa9ebcc003c13a9de9a97978d516fd03e40" | ||
"gitHead": "1e3e1f6ac581f790c8d6728f4ecdc452189fafb8" | ||
} |
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 not supported yet
2178499
Updatedtldts-core@^6.1.29