Comparing version 4.0.7 to 4.0.8
{ | ||
"name": "restana", | ||
"version": "4.0.7", | ||
"version": "4.0.8", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -41,6 +41,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"0http": "^2.2.2" | ||
"0http": "^2.2.3" | ||
}, | ||
"devDependencies": { | ||
"@hapi/hapi": "^18.4.0", | ||
"@hapi/hapi": "^18.4.1", | ||
"anumargak": "^2.2.0", | ||
@@ -51,4 +51,4 @@ "chai": "^4.2.0", | ||
"express-jwt": "^5.3.1", | ||
"fastify": "^2.11.0", | ||
"http-cache-middleware": "^1.2.4", | ||
"fastify": "^2.12.0", | ||
"http-cache-middleware": "^1.2.5", | ||
"koa": "^2.11.0", | ||
@@ -60,3 +60,3 @@ "koa-router": "^7.4.0", | ||
"nyc": "^15.0.0", | ||
"pem": "^1.14.3", | ||
"pem": "^1.14.4", | ||
"polka": "^0.5.2", | ||
@@ -63,0 +63,0 @@ "response-time": "^2.3.2", |
@@ -305,3 +305,3 @@ # restana | ||
// attach route naming instrumentation before registering service routes | ||
apm({ agent }.patch(service) | ||
apm({ agent }).patch(service) | ||
@@ -327,3 +327,3 @@ // register your routes or middlewares | ||
// attach route naming instrumentation before registering service routes | ||
apm({ agent }.patch(service) | ||
apm({ agent }).patch(service) | ||
@@ -330,0 +330,0 @@ // register your routes or middlewares |
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
21405
Updated0http@^2.2.3