chaosrouter
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -43,3 +43,3 @@ | ||
dict.iteritems(function(k,v) { | ||
methodlib.prototype[k] = v; | ||
methodlib[k] = v; | ||
}); | ||
@@ -49,3 +49,3 @@ } | ||
dict.iteritems(function(k,v) { | ||
validationlib.prototype[k] = v; | ||
validationlib[k] = v; | ||
}); | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "chaosrouter", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ERROR: No README data found!", | ||
@@ -19,5 +19,5 @@ "main": "chaosrouter.js", | ||
"dependencies": { | ||
"restruct-data": "^0.1.0" | ||
"restruct-data": "^0.1.1" | ||
}, | ||
"devDependencies": {} | ||
} |
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
7165
Updatedrestruct-data@^0.1.1