web3-core-helpers
Advanced tools
Comparing version 1.9.0 to 1.10.0-rc.0
@@ -142,3 +142,3 @@ /* | ||
} | ||
['gasPrice', 'gas', 'value', 'maxPriorityFeePerGas', 'maxFeePerGas', 'nonce'].filter(function (key) { | ||
['gasPrice', 'gas', 'value', 'maxPriorityFeePerGas', 'maxFeePerGas', 'nonce', 'type'].filter(function (key) { | ||
return options[key] !== undefined; | ||
@@ -145,0 +145,0 @@ }).forEach(function (key) { |
{ | ||
"name": "web3-core-helpers", | ||
"version": "1.9.0", | ||
"version": "1.10.0-rc.0", | ||
"description": "Web3 core tools helper for sub packages. This is an internal package.", | ||
@@ -17,4 +17,4 @@ "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers", | ||
"dependencies": { | ||
"web3-eth-iban": "1.9.0", | ||
"web3-utils": "1.9.0" | ||
"web3-eth-iban": "1.10.0-rc.0", | ||
"web3-utils": "1.10.0-rc.0" | ||
}, | ||
@@ -26,3 +26,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "db5f505e06fb0b41eeda1378057f6a7187efa244" | ||
"gitHead": "3ed053faace1bcc66d3bb152690c155e754ca6d4" | ||
} |
@@ -165,3 +165,3 @@ /* | ||
['gasPrice', 'gas', 'value', 'maxPriorityFeePerGas', 'maxFeePerGas', 'nonce'].filter(function (key) { | ||
['gasPrice', 'gas', 'value', 'maxPriorityFeePerGas', 'maxFeePerGas', 'nonce', 'type'].filter(function (key) { | ||
return options[key] !== undefined; | ||
@@ -168,0 +168,0 @@ }).forEach(function (key) { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
60935
2
+ Addedweb3-eth-iban@1.10.0-rc.0(transitive)
+ Addedweb3-utils@1.10.0-rc.0(transitive)
- Removedweb3-eth-iban@1.9.0(transitive)
- Removedweb3-utils@1.9.0(transitive)
Updatedweb3-eth-iban@1.10.0-rc.0
Updatedweb3-utils@1.10.0-rc.0