Comparing version 0.0.1 to 0.0.2
@@ -107,3 +107,3 @@ // Generated by CoffeeScript 1.10.0 | ||
if (indexOf.call(signatures[name], varname) < 0) { | ||
throw Error("Unexpected parameter: " + name); | ||
throw Error("Unexpected parameter: " + varname); | ||
} | ||
@@ -110,0 +110,0 @@ } |
{ | ||
"name": "evocatio", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ # evocatio | ||
fns.dispatch("whoami", {}); // "nobody" | ||
fns.dispatch("namespace.async.operation", {arg: null, more: false}); | ||
fns.dispatch("namespace.async.operation", {arg: null, more: false}); // promise | ||
``` | ||
@@ -21,0 +21,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
5745