@adonisjs/http-server
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -13,2 +13,3 @@ /** | ||
constructor(application: ApplicationContract); | ||
static needsApplication: boolean; | ||
/** | ||
@@ -15,0 +16,0 @@ * Validate server config to ensure we start with sane defaults |
@@ -90,1 +90,2 @@ "use strict"; | ||
exports.default = HttpServerProvider; | ||
HttpServerProvider.needsApplication = true; |
{ | ||
"name": "@adonisjs/http-server", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "AdonisJS HTTP server with support packed with Routing and Cookies", | ||
@@ -38,10 +38,10 @@ "main": "build/providers/HttpServerProvider.js", | ||
"devDependencies": { | ||
"@adonisjs/application": "^3.0.10", | ||
"@adonisjs/encryption": "^3.0.1", | ||
"@adonisjs/application": "^3.0.15", | ||
"@adonisjs/encryption": "^3.0.3", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
"@adonisjs/require-ts": "^1.0.0", | ||
"@adonisjs/require-ts": "^1.0.4", | ||
"@poppinss/dev-utils": "^1.0.10", | ||
"@types/cookie": "^0.4.0", | ||
"@types/ms": "^0.7.31", | ||
"@types/node": "^14.11.2", | ||
"@types/node": "^14.11.8", | ||
"@types/pluralize": "0.0.29", | ||
@@ -56,7 +56,7 @@ "@types/proxy-addr": "^2.0.0", | ||
"doctoc": "^1.4.0", | ||
"eslint": "^7.10.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-adonis": "^1.0.15", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"fastify": "^3.5.0", | ||
"fastify": "^3.5.1", | ||
"github-label-sync": "^2.0.0", | ||
@@ -66,3 +66,3 @@ "http-status-codes": "^2.1.4", | ||
"japa": "^3.1.1", | ||
"mrm": "^2.5.1", | ||
"mrm": "^2.5.2", | ||
"np": "^6.5.0", | ||
@@ -69,0 +69,0 @@ "npm-audit-html": "^1.4.3", |
303120
8825