@0xsequence/transactions
Advanced tools
Comparing version 0.8.5 to 0.9.1
# @0xsequence/transactions | ||
## 0.9.1 | ||
### Patch Changes | ||
- - patch bump | ||
- Updated dependencies [undefined] | ||
- @0xsequence/abi@0.9.1 | ||
- @0xsequence/chaind@0.9.1 | ||
- @0xsequence/network@0.9.1 | ||
## 0.9.0 | ||
### Minor Changes | ||
- - provider transport hardening | ||
### Patch Changes | ||
- Updated dependencies [undefined] | ||
- @0xsequence/abi@0.9.0 | ||
- @0xsequence/chaind@0.9.0 | ||
- @0xsequence/network@0.9.0 | ||
## 0.8.5 | ||
@@ -4,0 +27,0 @@ |
{ | ||
"name": "@0xsequence/transactions", | ||
"version": "0.8.5", | ||
"version": "0.9.1", | ||
"description": "transactions sub-package for Sequence", | ||
@@ -17,7 +17,7 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/transactions", | ||
"dependencies": { | ||
"@0xsequence/abi": "^0.8.5", | ||
"@0xsequence/chaind": "^0.8.5", | ||
"@0xsequence/network": "^0.8.5", | ||
"@ethersproject/abi": "^5.0.10", | ||
"ethers": "^5.0.26" | ||
"@0xsequence/abi": "^0.9.1", | ||
"@0xsequence/chaind": "^0.9.1", | ||
"@0xsequence/network": "^0.9.1", | ||
"@ethersproject/abi": "^5.0.11", | ||
"ethers": "^5.0.27" | ||
}, | ||
@@ -24,0 +24,0 @@ "peerDependencies": {}, |
@@ -6,2 +6,4 @@ import { BigNumberish, BytesLike } from 'ethers' | ||
// Transaction is a Sequence transaction payload. Note, we do not include gasPrice as an option in this form, | ||
// as we expect the gasPrice to be optimally estimated by the transaction relayer. | ||
export interface Transaction { | ||
@@ -8,0 +10,0 @@ delegateCall: boolean |
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
34769
793
+ Added@0xsequence/abi@0.9.6(transitive)
+ Added@0xsequence/chaind@0.9.6(transitive)
+ Added@0xsequence/network@0.9.6(transitive)
+ Added@0xsequence/utils@0.9.6(transitive)
+ Added@ethersproject/abstract-signer@5.0.12(transitive)
- Removed@0xsequence/abi@0.8.5(transitive)
- Removed@0xsequence/chaind@0.8.5(transitive)
- Removed@0xsequence/network@0.8.5(transitive)
- Removed@0xsequence/utils@0.8.5(transitive)
- Removed@ethersproject/abstract-signer@5.0.11(transitive)
Updated@0xsequence/abi@^0.9.1
Updated@0xsequence/chaind@^0.9.1
Updated@0xsequence/network@^0.9.1
Updated@ethersproject/abi@^5.0.11
Updatedethers@^5.0.27