conflux-web-core-method
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -488,3 +488,3 @@ 'use strict'; | ||
_classCallCheck(this, GetTransactionCountMethod); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'eth_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'cfx_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
} | ||
@@ -491,0 +491,0 @@ _createClass(GetTransactionCountMethod, [{ |
@@ -628,3 +628,3 @@ import EventEmitter from 'eventemitter3'; | ||
_classCallCheck(this, GetTransactionCountMethod); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'eth_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'cfx_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
} | ||
@@ -631,0 +631,0 @@ _createClass(GetTransactionCountMethod, [{ |
@@ -486,3 +486,3 @@ (function (global, factory) { | ||
_classCallCheck(this, GetTransactionCountMethod); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'eth_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
return _possibleConstructorReturn(this, _getPrototypeOf(GetTransactionCountMethod).call(this, 'cfx_getTransactionCount', 2, utils, formatters, moduleInstance)); | ||
} | ||
@@ -489,0 +489,0 @@ _createClass(GetTransactionCountMethod, [{ |
{ | ||
"name": "conflux-web-core-method", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"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.8", | ||
"conflux-web-core-subscriptions": "0.1.9", | ||
"eventemitter3": "3.1.0", | ||
@@ -27,7 +27,7 @@ "lodash": "^4.17.11", | ||
"devDependencies": { | ||
"conflux-web-core": "0.1.8", | ||
"conflux-web-core-helpers": "0.1.8", | ||
"conflux-web-core": "0.1.9", | ||
"conflux-web-core-helpers": "0.1.9", | ||
"conflux-web-core-subscriptions": "*", | ||
"conflux-web-providers": "0.1.8", | ||
"conflux-web-utils": "0.1.8", | ||
"conflux-web-providers": "0.1.9", | ||
"conflux-web-utils": "0.1.9", | ||
"definitelytyped-header-parser": "^1.0.1", | ||
@@ -40,3 +40,3 @@ "dtslint": "0.4.2" | ||
], | ||
"gitHead": "26831bf4e04e9239136f2183c2f641bcd86fa249" | ||
"gitHead": "9242beb8d963d8788f6356ae343b64f98b5cc468" | ||
} |
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.9(transitive)
- Removedconflux-web-core-subscriptions@0.1.8(transitive)