template-engine
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -8,2 +8,5 @@ var Class = require("core").Class; | ||
var HealthCheckMethod = require("dl").jsonrpc.HealthCheckMethod; | ||
var GetFunctionListMethod = require("dl").jsonrpc.GetFunctionListMethod; | ||
var RenderMethod = require("./RenderMethod.js").RenderMethod; | ||
@@ -96,2 +99,5 @@ var QueryMethod = require("./QueryMethod.js").QueryMethod; | ||
this.addMethod('resource', ResourceMethod); | ||
this.addMethod('_healthcheck', HealthCheckMethod); | ||
this.addMethod('_getfunctionlist', GetFunctionListMethod); | ||
}; | ||
@@ -98,0 +104,0 @@ |
{ | ||
"name": "template-engine", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Engine that renders templates of any kind", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
7556445
357
39528