Comparing version 4.0.8 to 4.1.0
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
/** | ||
@@ -2,0 +4,0 @@ * restana Web Framework implementation |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const methods = require('./methods') | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const apm = require('./apm-base') | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
/** | ||
@@ -2,0 +4,0 @@ * Supported HTTP methods |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const apm = require('./apm-base') | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
/** | ||
@@ -2,0 +4,0 @@ * find-my-way router factory |
@@ -0,1 +1,3 @@ | ||
'use strict' | ||
const CONTENT_TYPE_HEADER = 'content-type' | ||
@@ -2,0 +4,0 @@ |
@@ -0,3 +1,5 @@ | ||
'use strict' | ||
if (process.env.NODE_ENV !== 'production') { | ||
console.log('\u001b[32mLove restana? Take 30 seconds to share your happiness:\u001b[22m\u001b[39m\n > \u001b[96m\u001b[1mhttps://goo.gl/forms/qlBwrf5raqfQwteH3\u001b[0m\n') | ||
} |
{ | ||
"name": "restana", | ||
"version": "4.0.8", | ||
"version": "4.1.0", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -51,3 +51,3 @@ "main": "index.js", | ||
"fastify": "^2.12.0", | ||
"http-cache-middleware": "^1.2.5", | ||
"http-cache-middleware": "^1.3.0", | ||
"koa": "^2.11.0", | ||
@@ -54,0 +54,0 @@ "koa-router": "^7.4.0", |
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
21517
306