@unstoppabledomains/resolution
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -92,3 +92,3 @@ "use strict"; | ||
(domain.indexOf('.') > 0 && | ||
/^.{1,}\.(crypto)$/.test(domain) && | ||
!/^.*\.(eth|luxe|xyz|kred|addr\.reverse|zil)$/.test(domain) && | ||
domain.split('.').every(function (v) { return !!v.length; }))); | ||
@@ -95,0 +95,0 @@ }; |
{ | ||
"name": "@unstoppabledomains/resolution", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"description": "Domain Resolution for blockchain domains", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -1,3 +0,1 @@ | ||
## 1.18.0 | ||
* Use Infura Ethereum Provider by default | ||
## 1.17.0 | ||
@@ -4,0 +2,0 @@ * Add support for TLOS |
{ | ||
"name": "@unstoppabledomains/resolution", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "Domain Resolution for blockchain domains", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
371592