web3-core-method
Advanced tools
Comparing version 1.0.0-beta.13 to 1.0.0-beta.14
{ | ||
"name": "web3-core-method", | ||
"version": "1.0.0-beta.13", | ||
"version": "1.0.0-beta.14", | ||
"description": "Creates the methods on the web3 modules. This is an internal package.", | ||
@@ -10,7 +10,7 @@ "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-method", | ||
"underscore": "1.8.3", | ||
"web3-core-helpers": "^1.0.0-beta.13", | ||
"web3-core-promievent": "^1.0.0-beta.13", | ||
"web3-core-subscriptions": "^1.0.0-beta.13", | ||
"web3-utils": "^1.0.0-beta.13" | ||
"web3-core-helpers": "^1.0.0-beta.14", | ||
"web3-core-promievent": "^1.0.0-beta.14", | ||
"web3-core-subscriptions": "^1.0.0-beta.14", | ||
"web3-utils": "^1.0.0-beta.14" | ||
} | ||
} |
@@ -241,3 +241,3 @@ /* | ||
// if we have a valid receipt we don't need to send a request | ||
(existingReceipt ? promiEvent.resolve(existingReceipt) : method._ethereumCall.getTransactionReceipt(result)) | ||
return (existingReceipt ? promiEvent.resolve(existingReceipt) : method._ethereumCall.getTransactionReceipt(result)) | ||
// catch error from requesting receipt | ||
@@ -244,0 +244,0 @@ .catch(function (err) { |
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
19835