Comparing version 0.0.1-52 to 0.0.1-53
@@ -5,2 +5,3 @@ "use strict"; | ||
var core_1 = require("../core"); | ||
var controller_1 = require("../controller"); | ||
var InvocationResult; | ||
@@ -18,3 +19,3 @@ (function (InvocationResult) { | ||
return [2 /*return*/, awaitedResult]; | ||
return [2 /*return*/, new core_1.ActionResult(awaitedResult)]; | ||
return [2 /*return*/, new controller_1.ApiActionResult(awaitedResult)]; | ||
} | ||
@@ -21,0 +22,0 @@ }); |
{ | ||
"name": "kamboja", | ||
"version": "0.0.1-52", | ||
"version": "0.0.1-53", | ||
"description": "MVC Framework powered by TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/source/index.js", |
156149
3652