Comparing version 0.0.11 to 0.0.12
@@ -33,4 +33,2 @@ var fs = require('fs'); | ||
callArgs.path = apiServer + callArgs.path; // we don't want the apiServer in timer results | ||
// MAGIC ALERT: if path ends with '/', assume it gets an id from the express request :id matcher | ||
@@ -37,0 +35,0 @@ callArgs.path = callArgs.path.match(/\/$/) ? callArgs.path + req.params.id : callArgs.path; |
{ | ||
"name": "yukon", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Self-discovering component-based API-driven framework based on express", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
34886
505