@nuxtjs/sitemap 6.0.0 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,7 +17,7 @@ Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. Previously
17
17
  <tbody>
18
18
  <td align="center">
19
19
  <img width="800" height="0" /><br>
20
- <i>Status:</i> <a href="https://github.com/nuxt-modules/sitemap/releases/tag/v5.0.0">v5 Released 🎉</a></b> <br>
20
+ <i>Status:</i> <a href="https://github.com/nuxt-modules/sitemap/releases/tag/v6.0.0">v6 Released 🎉</a></b> <br>
21
21
  <sup> Please report any issues 🐛</sup><br>
22
22
  <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>
23
23
  <img width="800" height="0" />
@@ -271,4 +271,4 @@
271
271
  <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-500.DLxoKTOy.css">
272
272
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/rU0AX43l.js">
273
273
  <script type="module" src="/__sitemap__/devtools/_nuxt/B4WdFlrw.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"serverRendered":1},false]</script>
274
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"cba555e1-40e9-4bf5-b289-2d70e1fff2a4",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
274
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"63752b41-6753-49e4-88fa-727e43456940",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -271,4 +271,4 @@
271
271
  <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-500.DLxoKTOy.css">
272
272
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/rU0AX43l.js">
273
273
  <script type="module" src="/__sitemap__/devtools/_nuxt/B4WdFlrw.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"serverRendered":1},false]</script>
274
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"cba555e1-40e9-4bf5-b289-2d70e1fff2a4",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
274
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"63752b41-6753-49e4-88fa-727e43456940",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
@@ -1 +1 @@
1
- {"id":"cba555e1-40e9-4bf5-b289-2d70e1fff2a4","timestamp":1725266454281}
1
+ {"id":"63752b41-6753-49e4-88fa-727e43456940","timestamp":1725361646144}
@@ -0,0 +1 @@
1
+ {"id":"63752b41-6753-49e4-88fa-727e43456940","timestamp":1725361646144,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
@@ -271,4 +271,4 @@
271
271
  <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-500.DLxoKTOy.css">
272
272
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/rU0AX43l.js">
273
273
  <script type="module" src="/__sitemap__/devtools/_nuxt/B4WdFlrw.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"serverRendered":1},false]</script>
274
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"cba555e1-40e9-4bf5-b289-2d70e1fff2a4",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
274
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"63752b41-6753-49e4-88fa-727e43456940",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
package/dist/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "bridge": false
6
6
  },
7
7
  "configKey": "sitemap",
8
- "version": "6.0.0-beta.5",
8
+ "version": "6.0.0",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "0.8.3",
11
11
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -881,7 +881,7 @@ declare module 'vue-router' {
881
881
  sitemaps[sitemapName] = defu(
882
882
  {
883
883
  sitemapName,
884
- _route: withBase(`sitemap/${sitemapName}.xml`, nuxt.options.app.baseURL || "/"),
884
+ _route: withBase(joinURL(config.sitemapsPathPrefix, `${sitemapName}.xml`), nuxt.options.app.baseURL || "/"),
885
885
  _hasSourceChunk: typeof definition.urls !== "undefined" || definition.sources?.length || !!definition.dynamicUrlsApiEndpoint
886
886
  },
887
887
  { ...definition, urls: void 0, sources: void 0 },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/sitemap",
3
3
  "type": "module",
4
- "version": "6.0.0",
4
+ "version": "6.0.1",
5
5
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -1 +0,0 @@
1
- {"id":"cba555e1-40e9-4bf5-b289-2d70e1fff2a4","timestamp":1725266454281,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}