@dkx/http-server
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -1,2 +0,2 @@ | ||
export { Middleware, NextMiddlewareFunction } from './middleware'; | ||
export { Middleware, NextMiddlewareFunction, RequestState } from './middleware'; | ||
export { MiddlewareStack } from './middleware-stack'; | ||
@@ -3,0 +3,0 @@ export { Server } from './server'; |
{ | ||
"name": "@dkx/http-server", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Minimalistic HTTP server", | ||
@@ -5,0 +5,0 @@ "repository": "git@gitlab.com:dkx/http/server.git", |
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
27633