@0xsequence/network
Advanced tools
Comparing version 0.8.5 to 0.9.1
# @0xsequence/network | ||
## 0.9.1 | ||
### Patch Changes | ||
- - patch bump | ||
- Updated dependencies [undefined] | ||
- @0xsequence/utils@0.9.1 | ||
## 0.9.0 | ||
### Minor Changes | ||
- - provider transport hardening | ||
### Patch Changes | ||
- Updated dependencies [undefined] | ||
- @0xsequence/utils@0.9.0 | ||
## 0.8.5 | ||
@@ -4,0 +23,0 @@ |
{ | ||
"name": "@0xsequence/network", | ||
"version": "0.8.5", | ||
"version": "0.9.1", | ||
"description": "network sub-package for Sequence", | ||
@@ -16,5 +16,5 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/network", | ||
"dependencies": { | ||
"@0xsequence/utils": "^0.8.5", | ||
"@ethersproject/providers": "^5.0.19", | ||
"ethers": "^5.0.26" | ||
"@0xsequence/utils": "^0.9.1", | ||
"@ethersproject/providers": "^5.0.20", | ||
"ethers": "^5.0.27" | ||
}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": {}, |
@@ -1,2 +0,1 @@ | ||
import { Web3Provider as EthersWeb3Provider, Networkish } from '@ethersproject/providers' | ||
import { JsonRpcHandlerFunc, JsonRpcRequest, JsonRpcResponseCallback, JsonRpcHandler, JsonRpcMiddleware, JsonRpcMiddlewareHandler } from './types' | ||
@@ -3,0 +2,0 @@ |
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
112905
18031
28
4
164
2984
+ Added@0xsequence/utils@0.9.6(transitive)
+ Added@ethersproject/abstract-signer@5.0.12(transitive)
+ Addedbn.js@4.12.0(transitive)
- Removed@0xsequence/utils@0.8.5(transitive)
- Removed@ethersproject/abstract-signer@5.0.11(transitive)
- Removedbn.js@4.12.1(transitive)
Updated@0xsequence/utils@^0.9.1
Updatedethers@^5.0.27