Comparing version 4.0.0-beta.11 to 4.0.0-beta.12
@@ -92,3 +92,4 @@ var __extends = (this && this.__extends) || (function () { | ||
function pageParams(req) { | ||
var params = Object.create(null, { | ||
var params = Object.create(null); | ||
Object.assign(params, { | ||
url: req.url, | ||
@@ -95,0 +96,0 @@ body: req.body, |
{ | ||
"name": "derby", | ||
"description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.", | ||
"version": "4.0.0-beta.11", | ||
"version": "4.0.0-beta.12", | ||
"homepage": "http://derbyjs.com/", | ||
@@ -6,0 +6,0 @@ "repository": { |
411735
9965