@unstoppabledomains/resolution
Advanced tools
Comparing version 1.10.1 to 1.10.2
{ | ||
"name": "@unstoppabledomains/resolution", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"description": "Domain Resolution for blockchain domains", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -42,3 +42,3 @@ export declare type Dictionary<T> = { | ||
logIndex?: string; | ||
removed: boolean; | ||
removed?: boolean; | ||
topics: string[]; | ||
@@ -70,3 +70,3 @@ transactionHash?: string; | ||
transactionIndex?: number; | ||
removed: boolean; | ||
removed?: boolean; | ||
address: string; | ||
@@ -73,0 +73,0 @@ data: string; |
@@ -0,1 +1,4 @@ | ||
## 1.10.2 | ||
* hotfix regarding incompatable types with Ethers InfuraProvider | ||
## 1.10.1 | ||
@@ -2,0 +5,0 @@ * Fixed bug regarding incompatable types with Ethers InfuraProvider |
{ | ||
"name": "@unstoppabledomains/resolution", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"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
365118