@nuxtjs/sitemap 8.2.2 → 8.2.3
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/module.json +1 -1
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Nuxt Sitemap is a module for generating best-practice XML sitemaps that are consumed by the robots crawling your site.
|
|
9
9
|
|
|
10
|
-
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
|
|
10
|
+
New to XML sitemaps or SEO? Check out the [Controlling Web Crawlers](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers) guide to learn more about why you might
|
|
11
11
|
need these.
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/sitemap",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.2.
|
|
4
|
+
"version": "8.2.3",
|
|
5
5
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -55,48 +55,48 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@nuxt/kit": "^4.
|
|
58
|
+
"@nuxt/kit": "^4.5.0",
|
|
59
59
|
"consola": "^3.4.2",
|
|
60
60
|
"defu": "^6.1.7",
|
|
61
|
-
"fast-xml-parser": "^5.
|
|
61
|
+
"fast-xml-parser": "^5.10.1",
|
|
62
62
|
"nuxt-site-config": "^4.1.1",
|
|
63
|
-
"nuxtseo-shared": "^5.3.
|
|
63
|
+
"nuxtseo-shared": "^5.3.2",
|
|
64
64
|
"ofetch": "^1.5.1",
|
|
65
65
|
"pathe": "^2.0.3",
|
|
66
66
|
"pkg-types": "^2.3.1",
|
|
67
67
|
"radix3": "^1.1.2",
|
|
68
68
|
"ufo": "^1.6.4",
|
|
69
|
-
"ultrahtml": "^1.
|
|
69
|
+
"ultrahtml": "^1.7.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@antfu/eslint-config": "^9.1.0",
|
|
73
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
74
|
-
"@nuxt/content": "^3.
|
|
73
|
+
"@arethetypeswrong/cli": "^0.18.5",
|
|
74
|
+
"@nuxt/content": "^3.15.0",
|
|
75
75
|
"@nuxt/devtools-kit": "4.0.0-alpha.7",
|
|
76
76
|
"@nuxt/module-builder": "^1.0.2",
|
|
77
77
|
"@nuxt/test-utils": "^4.0.3",
|
|
78
|
-
"@nuxt/ui": "^4.
|
|
79
|
-
"@nuxtjs/i18n": "^10.4.
|
|
80
|
-
"@nuxtjs/robots": "^6.1.
|
|
78
|
+
"@nuxt/ui": "^4.10.0",
|
|
79
|
+
"@nuxtjs/i18n": "^10.4.1",
|
|
80
|
+
"@nuxtjs/robots": "^6.1.2",
|
|
81
81
|
"@vue/test-utils": "^2.4.11",
|
|
82
82
|
"better-sqlite3": "^12.11.1",
|
|
83
83
|
"bumpp": "^11.1.0",
|
|
84
|
-
"eslint": "^10.
|
|
84
|
+
"eslint": "^10.7.0",
|
|
85
85
|
"eslint-plugin-harlanzw": "^0.17.0",
|
|
86
|
-
"execa": "^
|
|
86
|
+
"execa": "^10.0.0",
|
|
87
87
|
"happy-dom": "^20.10.6",
|
|
88
|
-
"nuxt": "^4.
|
|
89
|
-
"nuxt-i18n-micro": "^3.
|
|
90
|
-
"nuxtseo-layer-devtools": "^5.3.
|
|
88
|
+
"nuxt": "^4.5.0",
|
|
89
|
+
"nuxt-i18n-micro": "^3.21.4",
|
|
90
|
+
"nuxtseo-layer-devtools": "^5.3.2",
|
|
91
91
|
"semver": "^7.8.5",
|
|
92
92
|
"sirv": "^3.0.2",
|
|
93
|
-
"std-env": "^4.
|
|
93
|
+
"std-env": "^4.2.0",
|
|
94
94
|
"typescript": "^6.0.3",
|
|
95
95
|
"unbuild": "^3.6.1",
|
|
96
|
-
"vitest": "^4.1.
|
|
97
|
-
"vue-tsc": "^3.3.
|
|
96
|
+
"vitest": "^4.1.10",
|
|
97
|
+
"vue-tsc": "^3.3.7",
|
|
98
98
|
"zod": "^4.4.3",
|
|
99
|
-
"@nuxtjs/sitemap": "8.2.
|
|
99
|
+
"@nuxtjs/sitemap": "8.2.3"
|
|
100
100
|
},
|
|
101
101
|
"scripts": {
|
|
102
102
|
"lint": "eslint .",
|