Comparing version 1.1.4 to 1.1.5
@@ -101,7 +101,7 @@ 'use strict'; | ||
_context3.next = 2; | ||
return beforeRun.bind(this)(); | ||
return beforeRun.bind(_extends({}, this, services[service]))(); | ||
case 2: | ||
_context3.next = 4; | ||
return services[service][action].bind(this)(args); | ||
return services[service][action].bind(_extends({}, this, services[service]))(args); | ||
@@ -111,3 +111,3 @@ case 4: | ||
_context3.next = 7; | ||
return afterRun.bind(this)(); | ||
return afterRun.bind(_extends({}, this, services[service]))(); | ||
@@ -114,0 +114,0 @@ case 7: |
{ | ||
"name": "jrus", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"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
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
67095