@scvo/router
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -234,3 +234,3 @@ "use strict"; | ||
options = options.hasOwnProperty('hash') ? options.hash : options; | ||
console.log('Arguments:', util.inspect(options, false, null)); | ||
console.log('Arguments:', util.inspect(options, false, 3)); | ||
var partial = Helpers.handlebars.partials[partialName]; | ||
@@ -237,0 +237,0 @@ var template = Helpers.handlebars.compile(partial); |
{ | ||
"name": "@scvo/router", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "A moderately oppinionated web application framework based around mapping routes to tasks and then rendering with handlebars", | ||
@@ -5,0 +5,0 @@ "main": "./build/index", |
@@ -257,3 +257,3 @@ import * as dot from 'dot-object'; | ||
options = options.hasOwnProperty('hash') ? options.hash : options; | ||
console.log('Arguments:', util.inspect(options, false, null)); | ||
console.log('Arguments:', util.inspect(options, false, 3)); | ||
const partial = Helpers.handlebars.partials[partialName]; | ||
@@ -260,0 +260,0 @@ const template = Helpers.handlebars.compile(partial); |
Sorry, the diff of this file is not supported yet
333415