@qpoint/router
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -23,3 +23,3 @@ "use strict"; | ||
function isApp(contentType) { | ||
return ['text/html', 'application/json', 'application/grpc', 'text/xml', 'application/xml'].includes(contentType); | ||
return ['text/html', 'application/json', 'application/grpc', 'text/xml', 'application/xml', 'text/plain'].includes(contentType); | ||
} | ||
@@ -26,0 +26,0 @@ function isCss(contentType) { |
{ | ||
"name": "@qpoint/router", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "Qpoint - an intelligent edge router framework", | ||
@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>", |
Sorry, the diff of this file is not supported yet
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
26900