@0xsequence/indexer
Advanced tools
Comparing version 0.30.0 to 0.31.0
# @0xsequence/indexer | ||
## 0.31.0 | ||
### Minor Changes | ||
- - upgrading to ethers v5.5 | ||
## 0.30.0 | ||
@@ -4,0 +10,0 @@ |
@@ -243,3 +243,3 @@ 'use strict'; | ||
constructor(hostname, jwtAuth) { | ||
super(hostname, fetch__default['default']); | ||
super(hostname, fetch__default["default"]); | ||
this.jwtAuth = jwtAuth; | ||
@@ -258,3 +258,3 @@ | ||
init.headers = _extends({}, init.headers, headers); | ||
return fetch__default['default'](input, init); | ||
return fetch__default["default"](input, init); | ||
}; | ||
@@ -261,0 +261,0 @@ |
@@ -243,3 +243,3 @@ 'use strict'; | ||
constructor(hostname, jwtAuth) { | ||
super(hostname, fetch__default['default']); | ||
super(hostname, fetch__default["default"]); | ||
this.jwtAuth = jwtAuth; | ||
@@ -258,3 +258,3 @@ | ||
init.headers = _extends({}, init.headers, headers); | ||
return fetch__default['default'](input, init); | ||
return fetch__default["default"](input, init); | ||
}; | ||
@@ -261,0 +261,0 @@ |
{ | ||
"name": "@0xsequence/indexer", | ||
"version": "0.30.0", | ||
"version": "0.31.0", | ||
"description": "indexer sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/indexer", |
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
42438