@nuxtjs/sitemap 5.2.0 → 5.2.2

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.
Files changed (94) hide show
  1. package/dist/client/200.html +24 -25
  2. package/dist/client/404.html +24 -25
  3. package/dist/client/_nuxt/{hm-j440x.js → BC6uB4eG.js} +1 -1
  4. package/dist/client/_nuxt/BGZ4JUW7.js +31 -0
  5. package/dist/client/_nuxt/BJn7Ek5W.js +1 -0
  6. package/dist/client/_nuxt/BT6Hj2kT.js +1 -0
  7. package/dist/client/_nuxt/{o5b8QYQO.js → Bfj2ThZ4.js} +1 -1
  8. package/dist/client/_nuxt/{D6NljDpC.js → BigF1UXR.js} +1 -1
  9. package/dist/client/_nuxt/Bj0fF4lQ.js +1 -0
  10. package/dist/client/_nuxt/{DGMFlOLs.js → BmSZh3NL.js} +1 -1
  11. package/dist/client/_nuxt/BnWyG0Yo.js +1 -0
  12. package/dist/client/_nuxt/BvCdDh2R.js +1 -0
  13. package/dist/client/_nuxt/{wwwLBkz3.js → CL-qhHZf.js} +1 -1
  14. package/dist/client/_nuxt/CZ99H4LZ.js +1 -0
  15. package/dist/client/_nuxt/{B5NHDIr7.js → Cp2HGa90.js} +2 -2
  16. package/dist/client/_nuxt/DAP_O-zg.js +1 -0
  17. package/dist/client/_nuxt/{B4ACM-c0.js → DCjyzNN-.js} +1 -1
  18. package/dist/client/_nuxt/{DKlGn9uv.js → DGEpfOTx.js} +1 -1
  19. package/dist/client/_nuxt/DOHBU7tp.js +1 -0
  20. package/dist/client/_nuxt/Dd6f7Z5P.js +1 -0
  21. package/dist/client/_nuxt/Icon.BhjmZGan.css +1 -0
  22. package/dist/client/_nuxt/IconCSS.BPON9v2Q.css +1 -0
  23. package/dist/client/_nuxt/builds/latest.json +1 -1
  24. package/dist/client/_nuxt/builds/meta/db4ce94a-4eca-43d4-b5fb-da1dfa0d2a79.json +1 -0
  25. package/dist/client/_nuxt/entry.CmimZAHN.css +1 -0
  26. package/dist/client/_nuxt/error-404.C7lYlUVC.css +1 -0
  27. package/dist/client/_nuxt/error-500.f8GAwExH.css +1 -0
  28. package/dist/client/_nuxt/{BcF9sHHc.js → o8H-iTt6.js} +2 -2
  29. package/dist/client/_nuxt/xtV5iK4E.js +1 -0
  30. package/dist/client/_nuxt/{P5f3PASf.js → zhgf4ixb.js} +1 -1
  31. package/dist/client/index.html +24 -25
  32. package/dist/module.d.mts +1 -332
  33. package/dist/module.d.ts +1 -332
  34. package/dist/module.json +6 -2
  35. package/dist/module.mjs +6 -96
  36. package/dist/runtime/nitro/composables/asSitemapUrl.d.ts +1 -1
  37. package/dist/runtime/nitro/composables/defineSitemapEventHandler.d.ts +1 -1
  38. package/dist/runtime/nitro/middleware/{[sitemap]-sitemap.xml.mjs → [sitemap]-sitemap.xml.js} +2 -2
  39. package/dist/runtime/nitro/plugins/{nuxt-content.mjs → nuxt-content.js} +1 -1
  40. package/dist/runtime/nitro/plugins/{warm-up.mjs → warm-up.js} +1 -1
  41. package/dist/runtime/nitro/routes/__sitemap__/debug.d.ts +2 -2
  42. package/dist/runtime/nitro/routes/__sitemap__/{debug.mjs → debug.js} +2 -2
  43. package/dist/runtime/nitro/routes/{sitemap.xml.mjs → sitemap.xml.js} +2 -2
  44. package/dist/runtime/nitro/routes/{sitemap.xsl.mjs → sitemap.xsl.js} +1 -1
  45. package/dist/runtime/nitro/routes/{sitemap_index.xml.mjs → sitemap_index.xml.js} +2 -2
  46. package/dist/runtime/nitro/sitemap/builder/sitemap-index.d.ts +1 -1
  47. package/dist/runtime/nitro/sitemap/builder/{sitemap-index.mjs → sitemap-index.js} +6 -6
  48. package/dist/runtime/nitro/sitemap/builder/sitemap.d.ts +1 -1
  49. package/dist/runtime/nitro/sitemap/builder/{sitemap.mjs → sitemap.js} +8 -8
  50. package/dist/runtime/nitro/sitemap/builder/xml.d.ts +1 -1
  51. package/dist/runtime/nitro/sitemap/nitro.d.ts +1 -1
  52. package/dist/runtime/nitro/sitemap/{nitro.mjs → nitro.js} +2 -2
  53. package/dist/runtime/nitro/sitemap/urlset/filter.d.ts +1 -1
  54. package/dist/runtime/nitro/sitemap/urlset/{filter.mjs → filter.js} +1 -1
  55. package/dist/runtime/nitro/sitemap/urlset/i18n.d.ts +1 -1
  56. package/dist/runtime/nitro/sitemap/urlset/{i18n.mjs → i18n.js} +1 -1
  57. package/dist/runtime/nitro/sitemap/urlset/normalise.d.ts +1 -1
  58. package/dist/runtime/nitro/sitemap/urlset/{normalise.mjs → normalise.js} +1 -1
  59. package/dist/runtime/nitro/sitemap/urlset/sort.d.ts +1 -1
  60. package/dist/runtime/nitro/sitemap/urlset/sources.d.ts +1 -1
  61. package/dist/runtime/nitro/utils.d.ts +2 -2
  62. package/dist/runtime/nitro/{utils.mjs → utils.js} +2 -2
  63. package/dist/runtime/utils-pure.d.ts +1 -1
  64. package/dist/types.d.mts +2 -9
  65. package/dist/types.d.ts +2 -9
  66. package/package.json +15 -15
  67. package/dist/client/_nuxt/4id9yZy9.js +0 -1
  68. package/dist/client/_nuxt/5gXNyPeq.js +0 -1
  69. package/dist/client/_nuxt/B6ZnTe72.js +0 -1
  70. package/dist/client/_nuxt/BAMIS8DD.js +0 -1
  71. package/dist/client/_nuxt/BLD-YeUO.js +0 -36
  72. package/dist/client/_nuxt/Bsp1M94H.js +0 -1
  73. package/dist/client/_nuxt/Bx89rGXK.js +0 -1
  74. package/dist/client/_nuxt/C9UBdavN.js +0 -1
  75. package/dist/client/_nuxt/D8ltPvRq.js +0 -1
  76. package/dist/client/_nuxt/Db2-y2xY.js +0 -1
  77. package/dist/client/_nuxt/Dz2Ca8U2.js +0 -1
  78. package/dist/client/_nuxt/Icon.CBNAyDNE.css +0 -1
  79. package/dist/client/_nuxt/IconCSS.BjWhc-VD.css +0 -1
  80. package/dist/client/_nuxt/builds/meta/eed887b5-8cf6-4ae2-9094-c95111b61a41.json +0 -1
  81. package/dist/client/_nuxt/entry.BFped8KZ.css +0 -1
  82. package/dist/client/_nuxt/error-404.BRldFSII.css +0 -1
  83. package/dist/client/_nuxt/error-500.D8yw_IbC.css +0 -1
  84. /package/dist/runtime/nitro/composables/{asSitemapUrl.mjs → asSitemapUrl.js} +0 -0
  85. /package/dist/runtime/nitro/composables/{defineSitemapEventHandler.mjs → defineSitemapEventHandler.js} +0 -0
  86. /package/dist/runtime/nitro/composables/{getPathRobotConfigPolyfill.mjs → getPathRobotConfigPolyfill.js} +0 -0
  87. /package/dist/runtime/nitro/{kit.mjs → kit.js} +0 -0
  88. /package/dist/runtime/nitro/plugins/{compression.mjs → compression.js} +0 -0
  89. /package/dist/runtime/nitro/routes/__sitemap__/{nuxt-content-urls.mjs → nuxt-content-urls.js} +0 -0
  90. /package/dist/runtime/nitro/sitemap/builder/{xml.mjs → xml.js} +0 -0
  91. /package/dist/runtime/nitro/sitemap/urlset/{sort.mjs → sort.js} +0 -0
  92. /package/dist/runtime/nitro/sitemap/urlset/{sources.mjs → sources.js} +0 -0
  93. /package/dist/runtime/{types.mjs → types.js} +0 -0
  94. /package/dist/runtime/{utils-pure.mjs → utils-pure.js} +0 -0
@@ -1,4 +1,4 @@
1
- import t from"./CbViG2Xw.js";import e from"./CbYhyuC0.js";import i from"./DeVv6D4_.js";import n from"./ClXEvkw9.js";import a from"./BVGdgKAv.js";import s from"./B9S9BZZh.js";import m from"./Dwo2i-71.js";import d from"./BXfENWL6.js";import g from"./CarfVElc.js";import u from"./Cthz8VOO.js";import l from"./DbK06e1c.js";import o from"./beD-FUib.js";import c from"./CsYA0RN7.js";import r from"./CJQrLysU.js";import x from"./C5gCGmDW.js";import p from"./BPiaQZfK.js";import h from"./BF6G6X0H.js";import k from"./Bg0wAK5a.js";import b from"./RCJZWN-0.js";import w from"./BOnd8D4O.js";import f from"./DvyTQcux.js";import y from"./DNR26wTC.js";import C from"./BAMIS8DD.js";import N from"./wChcbJ1V.js";import E from"./DhFF74a2.js";import $ from"./Dch3xQiY.js";import j from"./DYI1rfmx.js";import R from"./Du6_OKDb.js";import T from"./DHmGyzbM.js";import O from"./Dez-Qvcc.js";import G from"./BeX7Iu5M.js";import A from"./D384ylkT.js";import v from"./9ZOzOPqN.js";import I from"./DwuVtWc2.js";import L from"./D_T9yQUo.js";import M from"./DGxQkqYo.js";import S from"./vMsNTMhM.js";import D from"./BZfs-ost.js";import U from"./DC8MraHL.js";import H from"./DISxKEhY.js";import V from"./Djqq6n-7.js";import Y from"./DZLoTQm4.js";import q from"./DUdlC5k_.js";import _ from"./BdfWgkoX.js";import P from"./DS9ZWoKD.js";import B from"./BaNxgKSR.js";import W from"./o5b8QYQO.js";import z from"./BaedD2tq.js";import K from"./CupVZNk8.js";import"./DouzTJIq.js";import"./CMDmr8et.js";import"./DSrLtGYv.js";import"./Db2-y2xY.js";import"./nclm9rTJ.js";import"./DAGYewaG.js";const Z=Object.freeze({displayName:"Wikitext",name:"wikitext",patterns:[{include:"#wikitext"},{include:"text.html.basic"}],repository:{wikitext:{patterns:[{include:"#signature"},{include:"#redirect"},{include:"#magic-words"},{include:"#argument"},{include:"#template"},{include:"#convert"},{include:"#list"},{include:"#table"},{include:"#font-style"},{include:"#internal-link"},{include:"#external-link"},{include:"#heading"},{include:"#break"},{include:"#wikixml"},{include:"#extension-comments"}],repository:{argument:{begin:"({{{)",end:"(}}})",name:"variable.parameter.wikitext",patterns:[{captures:{1:{name:"variable.other.wikitext"},2:{name:"keyword.operator.wikitext"}},match:"(?:^|\\G)([^#:\\|\\[\\]\\{\\}\\|]*)(\\|)"},{include:"$self"}]},break:{match:"^-{4,}",name:"markup.changed.wikitext"},convert:{begin:"(-\\{(?!\\{))([a-zA-Z](\\|))?",captures:{1:{name:"punctuation.definition.tag.template.wikitext"},2:{name:"entity.name.function.type.wikitext"},3:{name:"keyword.operator.wikitext"}},end:"(\\}-)",patterns:[{include:"$self"},{captures:{1:{name:"entity.name.tag.language.wikitext"},2:{name:"punctuation.separator.key-value.wikitext"},3:{name:"string.unquoted.text.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.terminator.rule.wikitext"}},match:"(?:([a-zA-Z\\-]*)(:))?(.*?)(?:(;)|(?=\\}-))"}]},"extension-comments":{begin:"(<%--)\\s*(\\[)([A-Z_]*)(\\])",beginCaptures:{1:{name:"punctuation.definition.comment.extension.wikitext"},2:{name:"punctuation.definition.tag.extension.wikitext"},3:{name:"storage.type.extension.wikitext"},4:{name:"punctuation.definition.tag.extension.wikitext"}},end:"(\\[)([A-Z_]*)(\\])\\s*(--%>)",endCaptures:{1:{name:"punctuation.definition.tag.extension.wikitext"},2:{name:"storage.type.extension.wikitext"},3:{name:"punctuation.definition.tag.extension.wikitext"},4:{name:"punctuation.definition.comment.extension.wikitext"}},name:"comment.block.documentation.special.extension.wikitext",patterns:[{captures:{0:{name:"meta.object.member.extension.wikitext"},1:{name:"meta.object-literal.key.extension.wikitext"},2:{name:"punctuation.separator.dictionary.key-value.extension.wikitext"},3:{name:"punctuation.definition.string.begin.extension.wikitext"},4:{name:"string.quoted.other.extension.wikitext"},5:{name:"punctuation.definition.string.end.extension.wikitext"}},match:"(\\w*)\\s*(=)\\s*(#)(.*?)(#)"}]},"external-link":{patterns:[{captures:{1:{name:"punctuation.definition.tag.link.external.wikitext"},2:{name:"entity.name.tag.url.wikitext"},3:{name:"string.other.link.external.title.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.definition.tag.link.external.wikitext"}},match:"(\\[)((?:(?:(?:http(?:s)?)|(?:ftp(?:s)?)):\\/\\/)[\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\.~:\\/?#%@!\\$&'\\(\\)\\*\\+,;=.]+)\\s*?([^\\]]*)(\\])",name:"meta.link.external.wikitext"},{captures:{1:{name:"punctuation.definition.tag.link.external.wikitext"},2:{name:"invalid.illegal.bad-url.wikitext"},3:{name:"string.other.link.external.title.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.definition.tag.link.external.wikitext"}},match:"(\\[)([\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\.~:\\/?#%@!\\$&'\\(\\)\\*\\+,;=.]+)\\s*?([^\\]]*)(\\])",name:"invalid.illegal.bad-link.wikitext"}]},"font-style":{patterns:[{include:"#bold"},{include:"#italic"}],repository:{bold:{begin:"(''')",end:"(''')|$",name:"markup.bold.wikitext",patterns:[{include:"#italic"},{include:"$self"}]},italic:{begin:"('')",end:"((?=[^'])|(?=''))''((?=[^'])|(?=''))|$",name:"markup.italic.wikitext",patterns:[{include:"#bold"},{include:"$self"}]}}},heading:{captures:{2:{name:"string.quoted.other.heading.wikitext",patterns:[{include:"$self"}]}},match:"^(={1,6})\\s*(.+?)\\s*(\\1)$",name:"markup.heading.wikitext"},"internal-link":{TODO:"SINGLE LINE",begin:"(\\[\\[)(([^#:\\|\\[\\]\\{\\}]*:)*)?([^\\|\\[\\]]*)?",captures:{1:{name:"punctuation.definition.tag.link.internal.wikitext"},2:{name:"entity.name.tag.namespace.wikitext"},4:{name:"entity.other.attribute-name.wikitext"}},end:"(\\]\\])",name:"string.quoted.internal-link.wikitext",patterns:[{include:"$self"},{captures:{1:{name:"keyword.operator.wikitext"},5:{name:"entity.other.attribute-name.localname.wikitext"}},match:"(\\|)|(?:\\s*)(?:([-\\w.]+)((:)))?([-\\w.:]+)\\s*(=)"}]},list:{name:"markup.list.wikitext",patterns:[{captures:{1:{name:"punctuation.definition.list.begin.markdown.wikitext"}},match:"^([#*;:]+)"}]},"magic-words":{patterns:[{include:"#behavior-switches"},{include:"#outdated-behavior-switches"},{include:"#variables"}],repository:{"behavior-switches":{match:`(?x) # turn on extended mode
1
+ import t from"./CbViG2Xw.js";import e from"./CbYhyuC0.js";import i from"./DeVv6D4_.js";import n from"./ClXEvkw9.js";import a from"./BVGdgKAv.js";import s from"./B9S9BZZh.js";import m from"./Dwo2i-71.js";import d from"./BXfENWL6.js";import g from"./CarfVElc.js";import u from"./Cthz8VOO.js";import l from"./DbK06e1c.js";import o from"./beD-FUib.js";import c from"./CsYA0RN7.js";import r from"./CJQrLysU.js";import x from"./C5gCGmDW.js";import p from"./BPiaQZfK.js";import h from"./BF6G6X0H.js";import k from"./Bg0wAK5a.js";import b from"./RCJZWN-0.js";import w from"./BOnd8D4O.js";import f from"./DvyTQcux.js";import y from"./DNR26wTC.js";import C from"./BJn7Ek5W.js";import N from"./wChcbJ1V.js";import E from"./DhFF74a2.js";import $ from"./Dch3xQiY.js";import j from"./DYI1rfmx.js";import R from"./Du6_OKDb.js";import T from"./DHmGyzbM.js";import O from"./Dez-Qvcc.js";import G from"./BeX7Iu5M.js";import A from"./D384ylkT.js";import v from"./9ZOzOPqN.js";import I from"./DwuVtWc2.js";import L from"./D_T9yQUo.js";import M from"./DGxQkqYo.js";import S from"./vMsNTMhM.js";import D from"./BZfs-ost.js";import U from"./DC8MraHL.js";import H from"./DISxKEhY.js";import V from"./Djqq6n-7.js";import Y from"./DZLoTQm4.js";import q from"./DUdlC5k_.js";import _ from"./BdfWgkoX.js";import P from"./DS9ZWoKD.js";import B from"./BaNxgKSR.js";import W from"./Bfj2ThZ4.js";import z from"./BaedD2tq.js";import K from"./CupVZNk8.js";import"./DouzTJIq.js";import"./CMDmr8et.js";import"./DSrLtGYv.js";import"./Bj0fF4lQ.js";import"./nclm9rTJ.js";import"./DAGYewaG.js";const Z=Object.freeze({displayName:"Wikitext",name:"wikitext",patterns:[{include:"#wikitext"},{include:"text.html.basic"}],repository:{wikitext:{patterns:[{include:"#signature"},{include:"#redirect"},{include:"#magic-words"},{include:"#argument"},{include:"#template"},{include:"#convert"},{include:"#list"},{include:"#table"},{include:"#font-style"},{include:"#internal-link"},{include:"#external-link"},{include:"#heading"},{include:"#break"},{include:"#wikixml"},{include:"#extension-comments"}],repository:{argument:{begin:"({{{)",end:"(}}})",name:"variable.parameter.wikitext",patterns:[{captures:{1:{name:"variable.other.wikitext"},2:{name:"keyword.operator.wikitext"}},match:"(?:^|\\G)([^#:\\|\\[\\]\\{\\}\\|]*)(\\|)"},{include:"$self"}]},break:{match:"^-{4,}",name:"markup.changed.wikitext"},convert:{begin:"(-\\{(?!\\{))([a-zA-Z](\\|))?",captures:{1:{name:"punctuation.definition.tag.template.wikitext"},2:{name:"entity.name.function.type.wikitext"},3:{name:"keyword.operator.wikitext"}},end:"(\\}-)",patterns:[{include:"$self"},{captures:{1:{name:"entity.name.tag.language.wikitext"},2:{name:"punctuation.separator.key-value.wikitext"},3:{name:"string.unquoted.text.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.terminator.rule.wikitext"}},match:"(?:([a-zA-Z\\-]*)(:))?(.*?)(?:(;)|(?=\\}-))"}]},"extension-comments":{begin:"(<%--)\\s*(\\[)([A-Z_]*)(\\])",beginCaptures:{1:{name:"punctuation.definition.comment.extension.wikitext"},2:{name:"punctuation.definition.tag.extension.wikitext"},3:{name:"storage.type.extension.wikitext"},4:{name:"punctuation.definition.tag.extension.wikitext"}},end:"(\\[)([A-Z_]*)(\\])\\s*(--%>)",endCaptures:{1:{name:"punctuation.definition.tag.extension.wikitext"},2:{name:"storage.type.extension.wikitext"},3:{name:"punctuation.definition.tag.extension.wikitext"},4:{name:"punctuation.definition.comment.extension.wikitext"}},name:"comment.block.documentation.special.extension.wikitext",patterns:[{captures:{0:{name:"meta.object.member.extension.wikitext"},1:{name:"meta.object-literal.key.extension.wikitext"},2:{name:"punctuation.separator.dictionary.key-value.extension.wikitext"},3:{name:"punctuation.definition.string.begin.extension.wikitext"},4:{name:"string.quoted.other.extension.wikitext"},5:{name:"punctuation.definition.string.end.extension.wikitext"}},match:"(\\w*)\\s*(=)\\s*(#)(.*?)(#)"}]},"external-link":{patterns:[{captures:{1:{name:"punctuation.definition.tag.link.external.wikitext"},2:{name:"entity.name.tag.url.wikitext"},3:{name:"string.other.link.external.title.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.definition.tag.link.external.wikitext"}},match:"(\\[)((?:(?:(?:http(?:s)?)|(?:ftp(?:s)?)):\\/\\/)[\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\.~:\\/?#%@!\\$&'\\(\\)\\*\\+,;=.]+)\\s*?([^\\]]*)(\\])",name:"meta.link.external.wikitext"},{captures:{1:{name:"punctuation.definition.tag.link.external.wikitext"},2:{name:"invalid.illegal.bad-url.wikitext"},3:{name:"string.other.link.external.title.wikitext",patterns:[{include:"$self"}]},4:{name:"punctuation.definition.tag.link.external.wikitext"}},match:"(\\[)([\\w.-]+(?:\\.[\\w\\.-]+)+[\\w\\-\\.~:\\/?#%@!\\$&'\\(\\)\\*\\+,;=.]+)\\s*?([^\\]]*)(\\])",name:"invalid.illegal.bad-link.wikitext"}]},"font-style":{patterns:[{include:"#bold"},{include:"#italic"}],repository:{bold:{begin:"(''')",end:"(''')|$",name:"markup.bold.wikitext",patterns:[{include:"#italic"},{include:"$self"}]},italic:{begin:"('')",end:"((?=[^'])|(?=''))''((?=[^'])|(?=''))|$",name:"markup.italic.wikitext",patterns:[{include:"#bold"},{include:"$self"}]}}},heading:{captures:{2:{name:"string.quoted.other.heading.wikitext",patterns:[{include:"$self"}]}},match:"^(={1,6})\\s*(.+?)\\s*(\\1)$",name:"markup.heading.wikitext"},"internal-link":{TODO:"SINGLE LINE",begin:"(\\[\\[)(([^#:\\|\\[\\]\\{\\}]*:)*)?([^\\|\\[\\]]*)?",captures:{1:{name:"punctuation.definition.tag.link.internal.wikitext"},2:{name:"entity.name.tag.namespace.wikitext"},4:{name:"entity.other.attribute-name.wikitext"}},end:"(\\]\\])",name:"string.quoted.internal-link.wikitext",patterns:[{include:"$self"},{captures:{1:{name:"keyword.operator.wikitext"},5:{name:"entity.other.attribute-name.localname.wikitext"}},match:"(\\|)|(?:\\s*)(?:([-\\w.]+)((:)))?([-\\w.:]+)\\s*(=)"}]},list:{name:"markup.list.wikitext",patterns:[{captures:{1:{name:"punctuation.definition.list.begin.markdown.wikitext"}},match:"^([#*;:]+)"}]},"magic-words":{patterns:[{include:"#behavior-switches"},{include:"#outdated-behavior-switches"},{include:"#variables"}],repository:{"behavior-switches":{match:`(?x) # turn on extended mode
2
2
  (?i) # ignore case
3
3
  (__) # start: __
4
4
  (
@@ -1,9 +1,9 @@
1
- <!DOCTYPE html><html><head><meta charset="utf-8">
1
+ <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
- <link rel="stylesheet" href="/__sitemap__/devtools/_nuxt/entry.BFped8KZ.css">
4
- <link rel="modulepreload" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BLD-YeUO.js">
3
+ <link rel="stylesheet" href="/__sitemap__/devtools/_nuxt/entry.CmimZAHN.css">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BGZ4JUW7.js">
5
5
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DXFkqnOI.js">
6
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/D6NljDpC.js">
6
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BigF1UXR.js">
7
7
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CowR2XfX.js">
8
8
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/COIrKlfF.js">
9
9
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CbViG2Xw.js">
@@ -19,7 +19,7 @@
19
19
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CupVZNk8.js">
20
20
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B4yE-MfL.js">
21
21
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CG4fK2Nq.js">
22
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DGMFlOLs.js">
22
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BmSZh3NL.js">
23
23
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/C5gCGmDW.js">
24
24
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B2DkETJQ.js">
25
25
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/RCJZWN-0.js">
@@ -34,7 +34,7 @@
34
34
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BaNxgKSR.js">
35
35
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/RE3ujT-k.js">
36
36
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DS9ZWoKD.js">
37
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BAMIS8DD.js">
37
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BJn7Ek5W.js">
38
38
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/wChcbJ1V.js">
39
39
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DAGYewaG.js">
40
40
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CsyrCbsw.js">
@@ -100,7 +100,7 @@
100
100
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DjTlIhuc.js">
101
101
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DAVo6uMX.js">
102
102
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/JgH_6NEN.js">
103
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Dz2Ca8U2.js">
103
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Dd6f7Z5P.js">
104
104
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bbv8ARUV.js">
105
105
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CQUCfALx.js">
106
106
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/nclm9rTJ.js">
@@ -125,9 +125,9 @@
125
125
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BUpeXbsf.js">
126
126
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/C9d3aiqh.js">
127
127
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Dble9ECP.js">
128
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DKlGn9uv.js">
129
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/o5b8QYQO.js">
130
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Db2-y2xY.js">
128
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DGEpfOTx.js">
129
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bfj2ThZ4.js">
130
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bj0fF4lQ.js">
131
131
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Dg0DGYq4.js">
132
132
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Ksn5IXup.js">
133
133
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DdacRhvC.js">
@@ -137,7 +137,7 @@
137
137
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CBPJd_fO.js">
138
138
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Dkb1Nx48.js">
139
139
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/-7WWnkdy.js">
140
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/C9UBdavN.js">
140
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DOHBU7tp.js">
141
141
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B9CT-1u6.js">
142
142
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DBxHOdLe.js">
143
143
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DR5YgmI2.js">
@@ -145,7 +145,7 @@
145
145
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B7rNE5kf.js">
146
146
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CrgTADc5.js">
147
147
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BWKJ1FCf.js">
148
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B6ZnTe72.js">
148
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BvCdDh2R.js">
149
149
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Cthz8VOO.js">
150
150
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BbJj1K1w.js">
151
151
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/HrnDn_2Q.js">
@@ -160,7 +160,7 @@
160
160
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BwXNTs7T.js">
161
161
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/MS3qTAOR.js">
162
162
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/FJDVp-XM.js">
163
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B5NHDIr7.js">
163
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Cp2HGa90.js">
164
164
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/D384ylkT.js">
165
165
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Lpdzc9s2.js">
166
166
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CrhH3_Og.js">
@@ -188,7 +188,7 @@
188
188
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DBeuZS66.js">
189
189
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DnLUQrgA.js">
190
190
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BacI6-DX.js">
191
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bx89rGXK.js">
191
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DAP_O-zg.js">
192
192
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/I4qd5QHW.js">
193
193
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/C2TBxDwV.js">
194
194
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CO5hpdkB.js">
@@ -196,17 +196,17 @@
196
196
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DVfdqzEq.js">
197
197
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/QZ3jNtnE.js">
198
198
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BLluXI4E.js">
199
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BcF9sHHc.js">
200
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B4ACM-c0.js">
199
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/o8H-iTt6.js">
200
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/DCjyzNN-.js">
201
201
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/o-cPXEvd.js">
202
202
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Cicx_DS6.js">
203
203
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/D3VXSfF0.js">
204
204
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BZz1Hhek.js">
205
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/P5f3PASf.js">
205
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/zhgf4ixb.js">
206
206
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CJQrLysU.js">
207
207
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BICIrM8O.js">
208
208
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B1nm99XP.js">
209
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bsp1M94H.js">
209
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/xtV5iK4E.js">
210
210
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CsTmP73Z.js">
211
211
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/YxQm0tCS.js">
212
212
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BaWyeHV_.js">
@@ -253,10 +253,9 @@
253
253
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/B3g-KkBK.js">
254
254
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Bxkoe-BC.js">
255
255
  <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/Br6ll-O0.js">
256
- <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-404.BRldFSII.css">
257
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/hm-j440x.js">
258
- <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-500.D8yw_IbC.css">
259
- <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/wwwLBkz3.js">
260
- <script type="module" src="/__sitemap__/devtools/_nuxt/BLD-YeUO.js" crossorigin></script><script>"use strict";(()=>{const a=window,e=document.documentElement,c=window.localStorage,d=["dark","light"],n=c&&c.getItem&&c.getItem("nuxt-color-mode")||"system";let l=n==="system"?f():n;const i=e.getAttribute("data-color-mode-forced");i&&(l=i),r(l),a["__NUXT_COLOR_MODE__"]={preference:n,value:l,getColorScheme:f,addColorScheme:r,removeColorScheme:u};function r(o){const t=""+o+"",s="";e.classList?e.classList.add(t):e.className+=" "+t,s&&e.setAttribute("data-"+s,o)}function u(o){const t=""+o+"",s="";e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp(t,"g"),""),s&&e.removeAttribute("data-"+s)}function m(o){return a.matchMedia("(prefers-color-scheme"+o+")")}function f(){if(a.matchMedia&&m("").media!=="not all"){for(const o of d)if(m(":"+o).matches)return o}return"light"}})();
261
- </script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"_errors":1,"serverRendered":2,"data":3,"state":4,"once":5},{},false,{},{},["Set"]]</script>
262
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
256
+ <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-404.C7lYlUVC.css">
257
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/BC6uB4eG.js">
258
+ <link rel="prefetch" as="style" href="/__sitemap__/devtools/_nuxt/error-500.f8GAwExH.css">
259
+ <link rel="prefetch" as="script" crossorigin href="/__sitemap__/devtools/_nuxt/CL-qhHZf.js">
260
+ <script type="module" src="/__sitemap__/devtools/_nuxt/BGZ4JUW7.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" id="__NUXT_DATA__" data-ssr="false">[{"serverRendered":1},false]</script>
261
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__sitemap__/devtools",buildId:"db4ce94a-4eca-43d4-b5fb-da1dfa0d2a79",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
package/dist/module.d.mts CHANGED
@@ -1,336 +1,5 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
- import { FetchOptions } from 'ofetch';
3
-
4
- interface ModuleOptions$1 extends SitemapDefinition {
5
- /**
6
- * Whether the sitemap.xml should be generated.
7
- *
8
- * @default true
9
- */
10
- enabled: boolean;
11
- /**
12
- * Enables debug logs and a debug endpoint.
13
- *
14
- * @default false
15
- */
16
- debug: boolean;
17
- /**
18
- * Should lastmod be automatically added to the sitemap.
19
- *
20
- * Warning: This may not be following best practices for sitemaps.
21
- *
22
- * @see https://nuxtseo.com/sitemap/guides/best-practices.
23
- * @default false
24
- */
25
- autoLastmod: boolean;
26
- /**
27
- * Should pages be automatically added to the sitemap.
28
- *
29
- * @default true
30
- * @deprecated If set to false, use `excludeAppSources: ['pages', 'route-rules', 'prerender']` instead. Otherwise, remove this.
31
- */
32
- inferStaticPagesAsRoutes: boolean;
33
- /**
34
- * Sources to exclude from the sitemap.
35
- */
36
- excludeAppSources: true | (AppSourceContext[]);
37
- /**
38
- * Multiple sitemap support for large sites.
39
- *
40
- * @default false
41
- */
42
- sitemaps?: boolean | MultiSitemapsInput;
43
- /**
44
- * Sitemaps to append to the sitemap index.
45
- *
46
- * This will only do anything when using multiple sitemaps.
47
- */
48
- appendSitemaps?: (string | SitemapIndexEntry)[];
49
- /**
50
- * Path to the xsl that styles sitemap.xml.
51
- *
52
- * Set to `false` to disable styling.
53
- *
54
- * @default /__sitemap__/style.xsl
55
- */
56
- xsl: string | false;
57
- /**
58
- * Toggle the tips displayed in the xsl.
59
- *
60
- * @default true
61
- */
62
- xslTips: boolean;
63
- /**
64
- * Customised the columns displayed in the xsl.
65
- *
66
- * @default [{ label: 'URL', width: '50%', select: 'string' }, { label: 'Last Modified', width: '25%', select: 'lastmod' }, { label: 'Change Frequency', width: '25%', select: 'changefreq' }]
67
- */
68
- xslColumns?: {
69
- label: string;
70
- width: `${string}%`;
71
- select?: string;
72
- }[];
73
- /**
74
- * When prerendering, should images be automatically be discovered and added to the sitemap.
75
- *
76
- * @default true
77
- */
78
- discoverImages: boolean;
79
- /**
80
- * When chunking the sitemaps into multiple files, how many entries should each file contain.
81
- *
82
- * Set to `false` to disabling chunking completely.
83
- *
84
- * @default 1000
85
- */
86
- defaultSitemapsChunkSize: number | false;
87
- /**
88
- * Modify the cache behavior.
89
- *
90
- * Passing a boolean will enable or disable the runtime cache with the default options.
91
- *
92
- * Providing a record will allow you to configure the runtime cache fully.
93
- *
94
- * @default true
95
- * @see https://nitro.unjs.io/guide/storage#mountpoints
96
- * @example { driver: 'redis', host: 'localhost', port: 6379, password: 'password' }
97
- */
98
- runtimeCacheStorage: boolean | (Record<string, any> & {
99
- driver: string;
100
- });
101
- /**
102
- * Automatically add alternative links to the sitemap based on a prefix list.
103
- * Is used by @nuxtjs/i18n to automatically add alternative links to the sitemap.
104
- */
105
- autoI18n?: boolean | AutoI18nConfig;
106
- /**
107
- * Enable when your nuxt/content files match your pages. This will automatically add sitemap content to the sitemap.
108
- *
109
- * This is similar behavior to using `nuxt/content` with `documentDriven: true`.
110
- */
111
- strictNuxtContentPaths: boolean;
112
- /**
113
- * Should the sitemap.xml display credits for the module.
114
- *
115
- * @default true
116
- */
117
- credits: boolean;
118
- /**
119
- * How long, in milliseconds, should the sitemap be cached for.
120
- *
121
- * @default 1 hour
122
- *
123
- * @deprecated use cacheMaxAgeSeconds
124
- */
125
- cacheTtl?: number | false;
126
- /**
127
- * How long, in seconds, should the sitemap be cached for.
128
- *
129
- * @default 600
130
- */
131
- cacheMaxAgeSeconds: number | false;
132
- /**
133
- * Should the entries be sorted by loc.
134
- *
135
- * @default true
136
- */
137
- sortEntries: boolean;
138
- /**
139
- * Warm up the sitemap route(s) cache when Nitro starts.
140
- *
141
- * May be implemented by default in a future minor version.
142
- *
143
- * @experimental Will be enabled by default in v5 (if stable)
144
- */
145
- experimentalWarmUp?: boolean;
146
- /**
147
- * Send the Sitemap as a compressed stream supporting gzip, brolti, etc.
148
- *
149
- * @experimental Will be enabled by default in v5 (if stable)
150
- */
151
- experimentalCompression?: boolean;
152
- }
153
- interface IndexSitemapRemotes {
154
- index?: (string | SitemapIndexEntry)[];
155
- }
156
- interface MultiSitemapEntry {
157
- [key: string]: Partial<SitemapDefinition>;
158
- }
159
- type MultiSitemapsInput = Partial<MultiSitemapEntry> & Partial<IndexSitemapRemotes>;
160
- type MaybeFunction<T> = T | (() => T);
161
- type MaybePromise<T> = T | Promise<T>;
162
- type SitemapUrlInput = SitemapUrl | string;
163
- interface SitemapSourceBase {
164
- context: {
165
- name: string;
166
- description?: string;
167
- tips?: string[];
168
- };
169
- fetch?: string | [string, FetchOptions];
170
- urls?: SitemapUrlInput[];
171
- sourceType?: 'app' | 'user';
172
- }
173
- interface SitemapSourceResolved extends Omit<SitemapSourceBase, 'urls'> {
174
- urls: SitemapUrlInput[];
175
- error?: any;
176
- timeTakenMs?: number;
177
- }
178
- type AppSourceContext = 'nuxt:pages' | 'nuxt:prerender' | 'nuxt:route-rules' | '@nuxtjs/i18n:pages' | '@nuxt/content:document-driven';
179
- type SitemapSourceInput = string | [string, FetchOptions] | SitemapSourceBase | SitemapSourceResolved;
180
- type NormalisedLocales = {
181
- code: string;
182
- iso?: string;
183
- domain?: string;
184
- }[];
185
- interface AutoI18nConfig {
186
- differentDomains?: boolean;
187
- locales: NormalisedLocales;
188
- defaultLocale: string;
189
- strategy: 'prefix' | 'prefix_except_default' | 'prefix_and_default' | 'no_prefix';
190
- }
191
- interface SitemapIndexEntry {
192
- sitemap: string;
193
- lastmod?: string;
194
- }
195
- type FilterInput = (string | RegExp | {
196
- regex: string;
197
- });
198
- interface SitemapDefinition {
199
- /**
200
- * A collection include patterns for filtering which URLs end up in the sitemap.
201
- */
202
- include?: FilterInput[];
203
- /**
204
- * A collection exclude patterns for filtering which URLs end up in the sitemap.
205
- */
206
- exclude?: FilterInput[];
207
- /**
208
- * Should the sitemap be generated using global sources.
209
- *
210
- * This is enabled by default when using a single sitemap. Otherwise, it will be opt-in.
211
- */
212
- includeAppSources?: boolean;
213
- /**
214
- * The root sitemap name.
215
- * Only works when multiple sitemaps option `sitemaps` isn't used.
216
- *
217
- * @default `sitemap.xml`
218
- */
219
- sitemapName: string;
220
- /**
221
- * A resolvable collection of URLs to include in the sitemap.
222
- *
223
- * Will be resolved when the sitemap is generated.
224
- */
225
- urls?: MaybeFunction<MaybePromise<SitemapUrlInput[]>>;
226
- /**
227
- * Default options for all URLs in the sitemap.
228
- */
229
- defaults?: Omit<SitemapUrl, 'loc'>;
230
- /**
231
- * Additional sources of URLs to include in the sitemap.
232
- */
233
- sources?: SitemapSourceInput[];
234
- /**
235
- * The endpoint to fetch dynamic URLs from.
236
- *
237
- * @deprecated use `sources`
238
- */
239
- dynamicUrlsApiEndpoint?: string | false;
240
- /**
241
- * @internal
242
- */
243
- _route?: string;
244
- }
245
- type Changefreq = 'always' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'never';
246
- interface SitemapUrl {
247
- loc: string;
248
- lastmod?: string | Date;
249
- changefreq?: Changefreq;
250
- priority?: 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | 1;
251
- alternatives?: Array<AlternativeEntry>;
252
- news?: GoogleNewsEntry;
253
- images?: Array<ImageEntry>;
254
- videos?: Array<VideoEntry>;
255
- _i18nTransform?: boolean;
256
- _sitemap?: string;
257
- /**
258
- * @deprecated use `loc`
259
- */
260
- url?: string;
261
- }
262
- interface AlternativeEntry {
263
- hreflang: string;
264
- href: string | URL;
265
- }
266
- interface GoogleNewsEntry {
267
- /**
268
- * The title of the news article.
269
- * @example "Companies A, B in Merger Talks"
270
- */
271
- title: string;
272
- /**
273
- * The article publication date in W3C format. Specify the original date and time when the article was first
274
- * published on your site. Don't specify the time when you added the article to your sitemap.
275
- * @example "2008-12-23"
276
- */
277
- publication_date: Date | string;
278
- publication: {
279
- /**
280
- * The <news:name> tag is the name of the news publication.
281
- * It must exactly match the name as it appears on your articles on news.google.com, omitting anything in parentheses.
282
- * @example "The Example Times"
283
- */
284
- name: string;
285
- /**
286
- * The <news:language> tag is the language of your publication. Use an ISO 639 language code (two or three letters).
287
- * @example en
288
- */
289
- language: string;
290
- };
291
- }
292
- interface ImageEntry {
293
- loc: string | URL;
294
- caption?: string;
295
- geoLocation?: string;
296
- title?: string;
297
- license?: string | URL;
298
- }
299
- interface VideoEntry {
300
- title: string;
301
- thumbnail_loc: string | URL;
302
- description: string;
303
- content_loc?: string | URL;
304
- player_loc?: string | URL;
305
- duration?: number;
306
- expiration_date?: Date | string;
307
- rating?: number;
308
- view_count?: number;
309
- publication_date?: Date | string;
310
- family_friendly?: 'yes' | 'no' | boolean;
311
- restriction?: Restriction;
312
- platform?: Platform;
313
- price?: ({
314
- price?: number | string;
315
- currency?: string;
316
- type?: 'rent' | 'purchase' | 'package' | 'subscription';
317
- })[];
318
- requires_subscription?: 'yes' | 'no' | boolean;
319
- uploader?: {
320
- uploader: string;
321
- info?: string | URL;
322
- };
323
- live?: 'yes' | 'no' | boolean;
324
- tag?: string | string[];
325
- }
326
- interface Restriction {
327
- relationship: 'allow' | 'deny';
328
- restriction: string;
329
- }
330
- interface Platform {
331
- relationship: 'allow' | 'deny';
332
- platform: string;
333
- }
2
+ import { ModuleOptions as ModuleOptions$1 } from '../dist/runtime/types.js';
334
3
 
335
4
  interface ModuleOptions extends ModuleOptions$1 {
336
5
  }