@factor/plugin-sitemap
Advanced tools
Comparing version 1.1.20 to 1.1.22
@@ -6,2 +6,3 @@ import { createGzip } from "zlib" | ||
import { currentUrl } from "@factor/api/url" | ||
import { setting } from "@factor/api/settings" | ||
import { Request, Response } from "express" | ||
@@ -53,3 +54,3 @@ import { RouteConfig } from "vue-router" | ||
const posts = await getModel("post").find( | ||
{ permalink: { $ne: null }, status: "published" }, | ||
{ permalink: { $ne: null }, status: "published", source: setting("package.name") }, | ||
"permalink postType", | ||
@@ -56,0 +57,0 @@ { limit: 2000 } |
{ | ||
"name": "@factor/plugin-sitemap", | ||
"description": "This plugin generates a sitemap by crawling your Factor app.", | ||
"version": "1.1.20", | ||
"version": "1.1.22", | ||
"license": "GPL-2.0", | ||
@@ -18,3 +18,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "8c878567d13c8a0b04247c6b38012a882b99eae2", | ||
"gitHead": "9f0b300d972823377385f40610b49daf1a8f1cac", | ||
"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
23611
95