conflux-web-core-method
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -789,3 +789,3 @@ 'use strict'; | ||
_classCallCheck(this, GetBalanceMethod); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetBalanceMethod).call(this, 'eth_getBalance', 2, utils, formatters, moduleInstance)); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetBalanceMethod).call(this, 'cfx_getBalance', 2, utils, formatters, moduleInstance)); | ||
} | ||
@@ -792,0 +792,0 @@ _createClass(GetBalanceMethod, [{ |
@@ -477,3 +477,3 @@ import EventEmitter from 'eventemitter3'; | ||
constructor(utils, formatters, moduleInstance) { | ||
super('eth_getBalance', 2, utils, formatters, moduleInstance); | ||
super('cfx_getBalance', 2, utils, formatters, moduleInstance); | ||
} | ||
@@ -480,0 +480,0 @@ beforeExecution(moduleInstance) { |
@@ -787,3 +787,3 @@ (function (global, factory) { | ||
_classCallCheck(this, GetBalanceMethod); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetBalanceMethod).call(this, 'eth_getBalance', 2, utils, formatters, moduleInstance)); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetBalanceMethod).call(this, 'cfx_getBalance', 2, utils, formatters, moduleInstance)); | ||
} | ||
@@ -790,0 +790,0 @@ _createClass(GetBalanceMethod, [{ |
{ | ||
"name": "conflux-web-core-method", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Handles the JSON-RPC methods. This package is also internally used by ConfluxWeb.", | ||
@@ -20,3 +20,3 @@ "repository": "https://github.com/Conflux-Chain/ConfluxWeb/tree/master/packages/conflux-web-core-method", | ||
"@babel/runtime": "^7.3.1", | ||
"conflux-web-core-subscriptions": "0.1.1", | ||
"conflux-web-core-subscriptions": "0.1.4", | ||
"eventemitter3": "3.1.0", | ||
@@ -27,7 +27,7 @@ "lodash": "^4.17.11", | ||
"devDependencies": { | ||
"conflux-web-core": "0.1.3", | ||
"conflux-web-core": "0.1.4", | ||
"conflux-web-core-helpers": "0.1.1", | ||
"conflux-web-core-subscriptions": "*", | ||
"conflux-web-providers": "0.1.1", | ||
"conflux-web-utils": "0.1.1", | ||
"conflux-web-providers": "0.1.4", | ||
"conflux-web-utils": "0.1.4", | ||
"definitelytyped-header-parser": "^1.0.1", | ||
@@ -40,3 +40,3 @@ "dtslint": "0.4.2" | ||
], | ||
"gitHead": "de2ae4f0c5a2b3af698f8c4d6508004abb030fb4" | ||
"gitHead": "45b6ef4fae0492d6e23bf983b89e3929dfdde8af" | ||
} |
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
+ Addedconflux-web-core-subscriptions@0.1.4(transitive)
- Removedconflux-web-core-subscriptions@0.1.1(transitive)