@lwr-js/base-template-engine
Advanced tools
Comparing version 0.0.1-alpha1 to 0.0.1-alpha10
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.templateEngine = exports.templateMiddleware = void 0; | ||
const micro_template_1 = __importDefault(require("./micro-template")); | ||
@@ -8,0 +9,0 @@ exports.templateEngine = micro_template_1.default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.render = exports.registerEngine = void 0; | ||
const index_1 = require("./engine/index"); | ||
@@ -4,0 +5,0 @@ function registerEngine(app, config) { |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.0.1-alpha1", | ||
"version": "0.0.1-alpha10", | ||
"types": "build/index.d.ts", | ||
@@ -18,3 +18,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "dd777b859f64c0f5a326161b839776abd8232d4d" | ||
"gitHead": "783abb1276c099a478c5dc13f3964cb2c52fdbf7" | ||
} |
4194
90