Comparing version 0.1.10 to 0.1.11
@@ -11,3 +11,3 @@ { | ||
"description": "Smith is an RPC agent system for Node.JS used in architect and vfs.", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"scripts": { | ||
@@ -14,0 +14,0 @@ "test": "./test-all.sh" |
@@ -366,3 +366,3 @@ /* | ||
} | ||
fn.apply(null, message.slice(1)); | ||
fn.apply(this, message.slice(1)); | ||
}; | ||
@@ -369,0 +369,0 @@ |
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
87799
26