Comparing version 0.0.15 to 0.0.16
@@ -665,2 +665,2 @@ 'use strict'; | ||
module.exports = EthApi;/* Wed Jun 1 13:25:16 UTC 2016 */ | ||
module.exports = EthApi;/* Wed Jun 1 14:45:12 UTC 2016 */ |
{ | ||
"name": "ethapi-js", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "jsnext:main": "lib/index.js", |
@@ -68,3 +68,3 @@ # ethapi-js | ||
.newFilter({...}) | ||
.then((filterId) => getFilterChanges(filterId)) | ||
.then((filterId) => ethapi.eth.getFilterChanges(filterId)) | ||
.then((changes) => { | ||
@@ -71,0 +71,0 @@ console.log(changes); |
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
70672