@factor/plugin-sitemap
Advanced tools
Comparing version 1.1.5 to 1.1.20
@@ -75,2 +75,4 @@ import { createGzip } from "zlib" | ||
async (request: Request, response: Response): Promise<void> => { | ||
response.header("Content-Type", "application/xml") | ||
response.header("Content-Encoding", "gzip") | ||
// if we have a cached entry send it | ||
@@ -77,0 +79,0 @@ if (sitemap) { |
{ | ||
"name": "@factor/plugin-sitemap", | ||
"description": "This plugin generates a sitemap by crawling your Factor app.", | ||
"version": "1.1.5", | ||
"version": "1.1.20", | ||
"license": "GPL-2.0", | ||
@@ -18,3 +18,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4aa17725c1698aac14bca37151f5d0cbee3b27ae", | ||
"gitHead": "8c878567d13c8a0b04247c6b38012a882b99eae2", | ||
"keywords": [ | ||
@@ -21,0 +21,0 @@ "factor", |
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
23531
94