Comparing version 1.1.6 to 1.1.7
@@ -91,7 +91,5 @@ 'use strict'; | ||
var _ref4 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3() { | ||
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { | ||
args[_key] = arguments[_key]; | ||
} | ||
var ctx, result; | ||
var ctx, | ||
result, | ||
_args3 = arguments; | ||
return regeneratorRuntime.wrap(function _callee3$(_context3) { | ||
@@ -109,3 +107,3 @@ while (1) { | ||
_context3.next = 6; | ||
return services[service][action].bind(ctx)(args); | ||
return services[service][action].bind(ctx).apply(undefined, _args3); | ||
@@ -112,0 +110,0 @@ case 6: |
{ | ||
"name": "jrus", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Jrus is a server-client communication utility package, which facilitates **seamless** remote procedure call.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
67219
810