@nuxtjs/sitemap
Advanced tools
Comparing version 6.1.5 to 7.0.0
@@ -1,1 +0,1 @@ | ||
{"id":"59f1df8e-28a2-4da6-b095-d68cf9f73bd0","timestamp":1730812981728} | ||
{"id":"4de03bd7-f548-4d8c-9f3d-0a871f615df9","timestamp":1732467310648} |
@@ -8,3 +8,3 @@ { | ||
"configKey": "sitemap", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"builder": { | ||
@@ -11,0 +11,0 @@ "@nuxt/module-builder": "0.8.4", |
@@ -34,9 +34,2 @@ import type { FetchOptions } from 'ofetch'; | ||
/** | ||
* Should pages be automatically added to the sitemap. | ||
* | ||
* @default true | ||
* @deprecated If set to false, use `excludeAppSources: ['pages', 'route-rules', 'prerender']` instead. Otherwise, remove this. | ||
*/ | ||
inferStaticPagesAsRoutes: boolean; | ||
/** | ||
* Sources to exclude from the sitemap. | ||
@@ -139,10 +132,2 @@ */ | ||
/** | ||
* How long, in milliseconds, should the sitemap be cached for. | ||
* | ||
* @default 1 hour | ||
* | ||
* @deprecated use cacheMaxAgeSeconds | ||
*/ | ||
cacheTtl?: number | false; | ||
/** | ||
* How long, in seconds, should the sitemap be cached for. | ||
@@ -312,8 +297,2 @@ * | ||
/** | ||
* The endpoint to fetch dynamic URLs from. | ||
* | ||
* @deprecated use `sources` | ||
*/ | ||
dynamicUrlsApiEndpoint?: string | false; | ||
/** | ||
* @internal | ||
@@ -346,6 +325,2 @@ */ | ||
_sitemap?: string; | ||
/** | ||
* @deprecated use `loc` | ||
*/ | ||
url?: string; | ||
} | ||
@@ -352,0 +327,0 @@ export interface AlternativeEntry { |
{ | ||
"name": "@nuxtjs/sitemap", | ||
"type": "module", | ||
"version": "6.1.5", | ||
"version": "7.0.0", | ||
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.", | ||
@@ -38,9 +38,8 @@ "author": { | ||
"dependencies": { | ||
"@nuxt/devtools-kit": "^1.6.0", | ||
"@nuxt/kit": "^3.14.0", | ||
"@nuxt/devtools-kit": "^1.6.1", | ||
"@nuxt/kit": "^3.14.1592", | ||
"chalk": "^5.3.0", | ||
"defu": "^6.1.4", | ||
"h3-compression": "^0.3.2", | ||
"nuxt-site-config": "^2.2.21", | ||
"nuxt-site-config-kit": "^2.2.21", | ||
"nuxt-site-config": "^3.0.4", | ||
"ofetch": "^1.4.1", | ||
@@ -52,3 +51,2 @@ "pathe": "^1.1.2", | ||
"sirv": "^3.0.0", | ||
"site-config-stack": "^2.2.21", | ||
"ufo": "^1.5.4" | ||
@@ -58,20 +56,21 @@ }, | ||
"@nuxt/content": "^2.13.4", | ||
"@nuxt/eslint-config": "^0.6.1", | ||
"@nuxt/eslint-config": "^0.7.1", | ||
"@nuxt/module-builder": "0.8.4", | ||
"@nuxt/test-utils": "^3.14.4", | ||
"@nuxt/ui": "^2.18.7", | ||
"@nuxtjs/i18n": "9.0.0", | ||
"@nuxtjs/robots": "4.1.11", | ||
"@nuxt/ui": "^2.19.2", | ||
"@nuxtjs/i18n": "9.1.0", | ||
"@nuxtjs/robots": "5.0.0", | ||
"bumpp": "^9.8.1", | ||
"eslint": "9.14.0", | ||
"eslint-plugin-n": "^17.12.0", | ||
"eslint": "9.15.0", | ||
"eslint-plugin-n": "^17.14.0", | ||
"execa": "^9.5.1", | ||
"nuxt": "^3.14.0", | ||
"nuxt-i18n-micro": "^1.31.6", | ||
"nuxt": "^3.14.1592", | ||
"nuxt-i18n-micro": "^1.33.0", | ||
"typescript": "5.6.3", | ||
"vitest": "^2.1.4" | ||
"vitest": "^2.1.5" | ||
}, | ||
"resolutions": { | ||
"postcss": "8.4.47", | ||
"vue": "3.5.6" | ||
"typescript": "5.6.3", | ||
"vue": "3.5.13" | ||
}, | ||
@@ -78,0 +77,0 @@ "build": { |
@@ -1,15 +0,13 @@ | ||
<h1 align='center'>@nuxtjs/sitemap</h1> | ||
<h1>@nuxtjs/sitemap</h1> | ||
<p align="center"> | ||
<a href='https://github.com/nuxt-modules/sitemap/actions/workflows/test.yml'> | ||
</a> | ||
<a href="https://www.npmjs.com/package/@nuxtjs/sitemap" target="__blank"><img src="https://img.shields.io/npm/v/@nuxtjs/sitemap?style=flat&colorA=002438&colorB=28CF8D" alt="NPM version"></a> | ||
<a href="https://www.npmjs.com/package/@nuxtjs/sitemap" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@nuxtjs/sitemap?flat&colorA=002438&colorB=28CF8D"></a> | ||
<a href="https://github.com/nuxt-modules/sitemap" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/nuxt-modules/sitemap?flat&colorA=002438&colorB=28CF8D"></a> | ||
</p> | ||
[![npm version][npm-version-src]][npm-version-href] | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
[![License][license-src]][license-href] | ||
[![Nuxt][nuxt-src]][nuxt-href] | ||
<p align="center"> | ||
Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. Previously <i>nuxt-simple-sitemap</i>. | ||
</p> | ||
Nuxt Sitemap is a module for generating best-practice XML sitemaps that are consumed by the robots crawling your site. | ||
New to XML sitemaps or SEO? Check out the [Controlling Web Crawlers](https://nuxtseo.com/learn/controlling-crawlers) guide to learn more about why you might | ||
need these. | ||
<p align="center"> | ||
@@ -19,7 +17,3 @@ <table> | ||
<td align="center"> | ||
<img width="800" height="0" /><br> | ||
<i>Status:</i> <a href="https://github.com/nuxt-modules/sitemap/releases/tag/v6.0.0">v6 Released 🎉</a></b> <br> | ||
<sup> Please report any issues 🐛</sup><br> | ||
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br> | ||
<img width="800" height="0" /> | ||
</td> | ||
@@ -41,4 +35,2 @@ </tbody> | ||
💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com). | ||
💡 Using Nuxt 2? Use the [nuxt-community/sitemap-module](https://github.com/nuxt-community/sitemap-module) docs. | ||
@@ -52,7 +44,9 @@ | ||
# Documentation | ||
💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com). | ||
## Documentation | ||
[📖 Read the full documentation](https://nuxtseo.com/sitemap) for more information. | ||
### StackBlitz Demos / Reproductions | ||
## Demos | ||
@@ -74,2 +68,15 @@ - [Dynamic URLs](https://stackblitz.com/edit/nuxt-starter-dyraxc?file=server%2Fapi%2F_sitemap-urls.ts) | ||
MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw) | ||
Licensed under the [MIT license](https://github.com/nuxt-modules/sitemap/blob/main/LICENSE.md). | ||
<!-- Badges --> | ||
[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/sitemap/latest.svg?style=flat&colorA=18181B&colorB=28CF8D | ||
[npm-version-href]: https://npmjs.com/package/@nuxtjs/sitemap | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxtjs/sitemap.svg?style=flat&colorA=18181B&colorB=28CF8D | ||
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/sitemap | ||
[license-src]: https://img.shields.io/github/license/nuxt-modules/sitemap.svg?style=flat&colorA=18181B&colorB=28CF8D | ||
[license-href]: https://github.com/nuxt-modules/sitemap/blob/main/LICENSE.md | ||
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js | ||
[nuxt-href]: https://nuxt.com |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9530740
13
338
79
39409
+ Addednuxt-site-config@3.0.6(transitive)
+ Addednuxt-site-config-kit@3.0.6(transitive)
+ Addedsite-config-stack@3.0.6(transitive)
- Removednuxt-site-config-kit@^2.2.21
- Removedsite-config-stack@^2.2.21
- Removednuxt-site-config@2.2.21(transitive)
- Removednuxt-site-config-kit@2.2.21(transitive)
- Removedsite-config-stack@2.2.21(transitive)
Updated@nuxt/devtools-kit@^1.6.1
Updated@nuxt/kit@^3.14.1592
Updatednuxt-site-config@^3.0.4