@0xsequence/replacer
Advanced tools
Comparing version 0.0.0-20230417133433 to 0.0.0-20230504182418
@@ -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,3 +107,2 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -119,2 +118,3 @@ 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,3 +107,2 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -119,2 +118,3 @@ 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,3 +103,2 @@ async runByEIP5719(address, digest, signature) { | ||
var _this = this; | ||
this.gateway = gateway; | ||
this.uri = uri => { | ||
@@ -115,2 +114,3 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway); | ||
}; | ||
this.gateway = gateway; | ||
} | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "@0xsequence/replacer", | ||
"version": "0.0.0-20230417133433", | ||
"version": "0.0.0-20230504182418", | ||
"description": "EIP-5719 client implementation", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/replacer", | ||
"dependencies": { | ||
"@0xsequence/abi": "0.0.0-20230417133433", | ||
"@0xsequence/core": "0.0.0-20230417133433" | ||
"@0xsequence/abi": "0.0.0-20230504182418", | ||
"@0xsequence/core": "0.0.0-20230504182418" | ||
}, | ||
@@ -16,0 +16,0 @@ "peerDependencies": { |
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
+ Added@0xsequence/abi@0.0.0-20230504182418(transitive)
+ Added@0xsequence/core@0.0.0-20230504182418(transitive)
- Removed@0xsequence/abi@0.0.0-20230417133433(transitive)
- Removed@0xsequence/core@0.0.0-20230417133433(transitive)