Comparing version 2.2.3 to 2.2.4
@@ -25,7 +25,7 @@ /// <reference types="node" /> | ||
parsedUrl: Url.Url; | ||
params: {}; | ||
query: {}; | ||
params: OptionalObject; | ||
query: OptionalObject; | ||
data: OptionalObject; | ||
body: OptionalObject; | ||
files: {}; | ||
files: OptionalObject; | ||
method: string; | ||
@@ -32,0 +32,0 @@ statusCode: number; |
{ | ||
"name": "grandjs", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "A backend framework for solid web apps based on node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,7 +28,7 @@ /** | ||
parsedUrl: Url.Url | ||
params: {} | ||
query: {} | ||
params: OptionalObject | ||
query: OptionalObject | ||
data: OptionalObject | ||
body: OptionalObject | ||
files: {} | ||
files: OptionalObject | ||
method: string | ||
@@ -35,0 +35,0 @@ statusCode: number |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227603