Comparing version 1.1.0 to 1.2.0
@@ -11,4 +11,4 @@ export interface SitemapElement { | ||
} | ||
declare const createSitemap: (config: SitemapConfig) => string; | ||
declare const createSitemap: (config: SitemapConfig) => any; | ||
export default createSitemap; | ||
//# sourceMappingURL=sitemapy.d.ts.map |
{ | ||
"name": "sitemapy", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Simple utility to generate sitemaps in xml, with zero dependencies", | ||
@@ -19,3 +19,3 @@ "main": "dist/sitemapy.js", | ||
"type": "git", | ||
"url" : "https://github.com/postiess/sitemapy.git" | ||
"url": "https://github.com/postiess/sitemapy.git" | ||
}, | ||
@@ -29,3 +29,1 @@ "devDependencies": { | ||
} | ||
@@ -0,2 +1,5 @@ | ||
# Sitemapy | ||
[![Test](https://github.com/postiess/sitemapy/actions/workflows/test.yml/badge.svg)](https://github.com/postiess/sitemapy/actions/workflows/test.yml) | ||
[![tests](https://github.com/postiess/sitemapy/actions/workflows/test.yml/badge.svg)](https://github.com/postiess/sitemapy/actions/workflows/test.yml) | ||
Simple utility to generate sitemaps |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6314
5
0