@0xsequence/replacer
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -20,6 +20,6 @@ 'use strict'; | ||
constructor(provider, solver, window = 1000) { | ||
this.pending = new Map(); | ||
this.provider = provider; | ||
this.solver = solver; | ||
this.window = window; | ||
this.pending = new Map(); | ||
} | ||
@@ -107,2 +107,3 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -118,3 +119,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway); | ||
}; | ||
this.gateway = gateway; | ||
} | ||
@@ -121,0 +121,0 @@ } |
@@ -20,6 +20,6 @@ 'use strict'; | ||
constructor(provider, solver, window = 1000) { | ||
this.pending = new Map(); | ||
this.provider = provider; | ||
this.solver = solver; | ||
this.window = window; | ||
this.pending = new Map(); | ||
} | ||
@@ -107,2 +107,3 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -118,3 +119,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway); | ||
}; | ||
this.gateway = gateway; | ||
} | ||
@@ -121,0 +121,0 @@ } |
@@ -16,6 +16,6 @@ import { ethers } from 'ethers'; | ||
constructor(provider, solver, window = 1000) { | ||
this.pending = new Map(); | ||
this.provider = provider; | ||
this.solver = solver; | ||
this.window = window; | ||
this.pending = new Map(); | ||
} | ||
@@ -103,2 +103,3 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -114,3 +115,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway); | ||
}; | ||
this.gateway = gateway; | ||
} | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "@0xsequence/replacer", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "EIP-5719 client implementation", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/replacer", | ||
"dependencies": { | ||
"@0xsequence/abi": "1.5.0", | ||
"@0xsequence/core": "1.5.0" | ||
"@0xsequence/abi": "1.6.0", | ||
"@0xsequence/core": "1.6.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "peerDependencies": { |
+ Added@0xsequence/abi@1.6.0(transitive)
+ Added@0xsequence/core@1.6.0(transitive)
- Removed@0xsequence/abi@1.5.0(transitive)
- Removed@0xsequence/core@1.5.0(transitive)
Updated@0xsequence/abi@1.6.0
Updated@0xsequence/core@1.6.0