tldts-icann
Advanced tools
Comparing version 6.1.12 to 6.1.13
{ | ||
"name": "tldts-icann", | ||
"version": "6.1.12", | ||
"version": "6.1.13", | ||
"description": "Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.", | ||
@@ -51,3 +51,3 @@ "author": { | ||
"prepack": "yarn run bundle", | ||
"test": "nyc mocha --config ../../.mocharc.js" | ||
"test": "nyc mocha --config ../../.mocharc.cjs" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"@types/node": "^20.2.3", | ||
"chai": "^4.2.0", | ||
"chai": "^4.4.1", | ||
"mocha": "^10.1.0", | ||
@@ -68,7 +68,7 @@ "nyc": "^15.0.1", | ||
"rollup-plugin-sourcemaps": "^0.6.1", | ||
"tldts-tests": "^6.1.12", | ||
"tldts-tests": "^6.1.13", | ||
"typescript": "^5.0.4" | ||
}, | ||
"dependencies": { | ||
"tldts-core": "^6.1.12" | ||
"tldts-core": "^6.1.13" | ||
}, | ||
@@ -90,3 +90,3 @@ "keywords": [ | ||
], | ||
"gitHead": "afd57838e78d8096c918d28b289556ecf1223012" | ||
"gitHead": "217d0b6c4b302e6b02ebd5af805ca16277ace757" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2194215
Updatedtldts-core@^6.1.13