Comparing version 1.1.2 to 1.1.3
@@ -388,3 +388,3 @@ 'use strict'; | ||
value: function mount(map) { | ||
Object.assign(this.mount, map); | ||
Object.assign(this.mounts, map); | ||
return this; | ||
@@ -391,0 +391,0 @@ } |
{ | ||
"name": "jrus", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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
66319