appolo-express
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -35,3 +35,3 @@ import _ = require('lodash'); | ||
_.forEach(fn.prototype.__inject__, (item) => appoloDef[item.name].apply(appoloDef, item.args)) | ||
_.forEach(fn.prototype.__inject__, (item:any) => appoloDef[item.name].apply(appoloDef, item.args)) | ||
@@ -38,0 +38,0 @@ fn.prototype.__inject__ = appoloDef; |
@@ -28,3 +28,3 @@ { | ||
"main": "./index.js", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"license": "MIT", | ||
@@ -75,4 +75,4 @@ "repository": { | ||
"supertest": "^3.0.0", | ||
"typescript": "^2.4.1" | ||
"typescript": "^2.4.2" | ||
} | ||
} |
90595
37
1596