@nuxtjs/sitemap 7.4.7 → 7.4.9
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 +1 -1
- package/dist/client/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/Cu_iTDKX.js +157 -0
- package/dist/client/_nuxt/QpeyiL4d.js +1 -0
- package/dist/client/_nuxt/SKYDSeR3.js +1 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/bafd23ec-aaa0-4756-a4c4-11462568906c.json +1 -0
- package/dist/client/_nuxt/{entry.D5V0t8Hh.css → entry.Ci1pP-eR.css} +1 -1
- package/dist/client/_nuxt/error-404.CqOOUcXJ.css +1 -0
- package/dist/client/_nuxt/error-500.jRvomCfk.css +1 -0
- package/dist/client/index.html +1 -1
- package/dist/client/sitemap.xml +1 -1
- package/dist/content.d.mts +36 -37
- package/dist/content.d.ts +36 -37
- package/dist/content.mjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +202 -149
- package/dist/runtime/server/plugins/compression.d.ts +1 -1
- package/dist/runtime/server/plugins/nuxt-content-v2.d.ts +1 -1
- package/dist/runtime/server/plugins/warm-up.d.ts +1 -1
- package/dist/runtime/server/routes/__sitemap__/debug.d.ts +5 -0
- package/dist/runtime/server/routes/__sitemap__/debug.js +5 -3
- package/dist/runtime/server/sitemap/builder/sitemap.js +6 -1
- package/dist/runtime/server/sitemap/urlset/sources.js +20 -4
- package/dist/runtime/types.d.ts +2 -2
- package/dist/shared/{sitemap.DR3_6qqU.mjs → sitemap.Bj0OAEtK.mjs} +12 -1
- package/dist/utils.d.mts +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/utils.mjs +1 -1
- package/package.json +34 -26
- package/virtual.d.ts +4 -0
- package/dist/client/_nuxt/CVMmb_pX.js +0 -1
- package/dist/client/_nuxt/Uwg2rjhu.js +0 -172
- package/dist/client/_nuxt/builds/meta/d2f0f6ff-dbbc-45cd-bac8-0f24a0d6c572.json +0 -1
- package/dist/client/_nuxt/error-404.BXx3NK2Z.css +0 -1
- package/dist/client/_nuxt/error-500.BYrbHUTO.css +0 -1
- package/dist/client/_nuxt/rHMUQZkV.js +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/sitemap",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.4.
|
|
4
|
+
"version": "7.4.9",
|
|
5
5
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -48,44 +48,52 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@nuxt/devtools-kit": "^
|
|
52
|
-
"@nuxt/kit": "^4.1
|
|
51
|
+
"@nuxt/devtools-kit": "^3.1.1",
|
|
52
|
+
"@nuxt/kit": "^4.2.1",
|
|
53
53
|
"chalk": "^5.6.2",
|
|
54
54
|
"defu": "^6.1.4",
|
|
55
|
-
"fast-xml-parser": "^5.2
|
|
55
|
+
"fast-xml-parser": "^5.3.2",
|
|
56
56
|
"h3-compression": "^0.3.2",
|
|
57
|
-
"nuxt-site-config": "^3.2.
|
|
58
|
-
"ofetch": "^1.
|
|
57
|
+
"nuxt-site-config": "^3.2.11",
|
|
58
|
+
"ofetch": "^1.5.1",
|
|
59
59
|
"pathe": "^2.0.3",
|
|
60
60
|
"pkg-types": "^2.3.0",
|
|
61
61
|
"radix3": "^1.1.2",
|
|
62
|
-
"semver": "^7.7.
|
|
62
|
+
"semver": "^7.7.3",
|
|
63
63
|
"sirv": "^3.0.2",
|
|
64
|
-
"std-env": "^3.
|
|
64
|
+
"std-env": "^3.10.0",
|
|
65
65
|
"ufo": "^1.6.1",
|
|
66
66
|
"ultrahtml": "^1.6.0"
|
|
67
67
|
},
|
|
68
|
+
"peerDependencies": {
|
|
69
|
+
"zod": "^3.0.0 || ^4.0.0"
|
|
70
|
+
},
|
|
71
|
+
"peerDependenciesMeta": {
|
|
72
|
+
"zod": {
|
|
73
|
+
"optional": true
|
|
74
|
+
}
|
|
75
|
+
},
|
|
68
76
|
"devDependencies": {
|
|
69
77
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
70
|
-
"@nuxt/content": "^3.
|
|
71
|
-
"@nuxt/eslint-config": "^1.
|
|
78
|
+
"@nuxt/content": "^3.9.0",
|
|
79
|
+
"@nuxt/eslint-config": "^1.11.0",
|
|
72
80
|
"@nuxt/module-builder": "^1.0.2",
|
|
73
|
-
"@nuxt/test-utils": "^3.
|
|
74
|
-
"@nuxt/ui": "^
|
|
75
|
-
"@nuxtjs/i18n": "^10.1
|
|
76
|
-
"@nuxtjs/robots": "^5.
|
|
77
|
-
"better-sqlite3": "^12.
|
|
78
|
-
"bumpp": "^10.2
|
|
79
|
-
"eslint": "^9.
|
|
80
|
-
"eslint-plugin-n": "^17.23.
|
|
81
|
-
"execa": "^9.6.
|
|
82
|
-
"happy-dom": "^
|
|
83
|
-
"nuxt": "^4.1
|
|
84
|
-
"nuxt-i18n-micro": "^
|
|
85
|
-
"typescript": "^5.9.
|
|
86
|
-
"vitest": "^3
|
|
87
|
-
"vue-tsc": "^3.
|
|
88
|
-
"@nuxtjs/sitemap": "7.4.
|
|
81
|
+
"@nuxt/test-utils": "^3.21.0",
|
|
82
|
+
"@nuxt/ui": "^4.2.1",
|
|
83
|
+
"@nuxtjs/i18n": "^10.2.1",
|
|
84
|
+
"@nuxtjs/robots": "^5.6.1",
|
|
85
|
+
"better-sqlite3": "^12.5.0",
|
|
86
|
+
"bumpp": "^10.3.2",
|
|
87
|
+
"eslint": "^9.39.1",
|
|
88
|
+
"eslint-plugin-n": "^17.23.1",
|
|
89
|
+
"execa": "^9.6.1",
|
|
90
|
+
"happy-dom": "^20.0.11",
|
|
91
|
+
"nuxt": "^4.2.1",
|
|
92
|
+
"nuxt-i18n-micro": "^2.13.0",
|
|
93
|
+
"typescript": "^5.9.3",
|
|
94
|
+
"vitest": "^3",
|
|
95
|
+
"vue-tsc": "^3.1.6",
|
|
96
|
+
"@nuxtjs/sitemap": "7.4.9"
|
|
89
97
|
},
|
|
90
98
|
"scripts": {
|
|
91
99
|
"lint": "eslint .",
|
package/virtual.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
declare module '#sitemap-virtual/read-sources.mjs' {
|
|
2
|
+
export function readSourcesFromFilesystem(filename: string): Promise<any | null>
|
|
3
|
+
}
|
|
4
|
+
|
|
1
5
|
declare module '#sitemap-virtual/global-sources.mjs' {
|
|
2
6
|
import type { SitemapSourceBase, SitemapSourceResolved } from '#sitemap/types'
|
|
3
7
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,u as a,c as i,o as u,a as t,t as n,b as c,w as l,d,e as f}from"#entry";const p={class:"antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"},m={class:"max-w-520px text-center"},h=["textContent"],b=["textContent"],g=["textContent"],x={class:"flex items-center justify-center w-full"},y={__name:"error-404",props:{appName:{type:String,default:"Nuxt"},statusCode:{type:Number,default:404},statusMessage:{type:String,default:"Page not found"},description:{type:String,default:"Sorry, the page you are looking for could not be found."},backHome:{type:String,default:"Go back home"}},setup(e){const r=e;return a({title:`${r.statusCode} - ${r.statusMessage} | ${r.appName}`,script:[{innerHTML:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver(e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)}).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1,h2{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}h1,h2,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(k,w)=>{const o=f;return u(),i("div",p,[t("div",m,[t("h1",{class:"font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]",textContent:n(e.statusCode)},null,8,h),t("h2",{class:"font-semibold mb-2 sm:text-3xl text-2xl",textContent:n(e.statusMessage)},null,8,b),t("p",{class:"mb-4 px-2 text-[#64748B] text-md",textContent:n(e.description)},null,8,g),t("div",x,[c(o,{to:"/",class:"font-medium hover:text-[#00DC82] text-sm underline underline-offset-3"},{default:l(()=>[d(n(e.backHome),1)]),_:1})])])])}}},C=s(y,[["__scopeId","data-v-70be6602"]]);export{C as default};
|