vite-plugin-pages-sitemap
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -62,22 +62,5 @@ /** | ||
type UserOptions = Partial<Options>; | ||
interface ResolvedOptions extends Options { | ||
} | ||
declare function generateSitemap(options: UserOptions): void; | ||
declare function getSitemapLinks(options: ResolvedOptions): { | ||
url: string; | ||
changefreq: string; | ||
priority: number; | ||
lastmod: Date; | ||
}[]; | ||
declare function flatRoutes(routes: any[]): { | ||
component?: string | undefined; | ||
path: string; | ||
}[]; | ||
declare function getDestPath(dest: string): string; | ||
declare function getResolvedPath(filename: string, extension: string, dest: string): string; | ||
declare function writeXmlFile(resolvedPath: string, str: string, options: ResolvedOptions): void; | ||
declare function writeRobotFile(resolvedPath: string, options: ResolvedOptions): void; | ||
declare function getFinalSitemapPath(options: ResolvedOptions): string; | ||
export { generateSitemap as default, flatRoutes, getDestPath, getFinalSitemapPath, getResolvedPath, getSitemapLinks, writeRobotFile, writeXmlFile }; | ||
export { generateSitemap as default }; |
{ | ||
"name": "vite-plugin-pages-sitemap", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "vite-plugin-pages based sitemap generator", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
305547
8148