Comparing version 0.3.3 to 0.3.4
@@ -34,9 +34,12 @@ // Generated by CoffeeScript 1.10.0 | ||
Object.keys(modules).map(function(key) { | ||
var mod, path; | ||
var fullPath, mod, registeredPath; | ||
mod = modules[key]; | ||
path = getPath(mod); | ||
registeredPath = getPath(mod); | ||
fullPath = normalize(findPath(base, registeredPath, childCallers)); | ||
return out.push({ | ||
key: key, | ||
path: normalize(findPath(base, path, childCallers)), | ||
isLocal: isLocal(path) | ||
path: fullPath, | ||
registeredPath: registeredPath, | ||
isLocal: isLocal(registeredPath), | ||
module: mod | ||
}); | ||
@@ -43,0 +46,0 @@ }); |
{ | ||
"name": "amend", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -5,0 +5,0 @@ "main": "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
38742
624