@nuxt/modules 0.6.0-f03652 → 0.6.0-f237c9
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/modules.json +4 -22
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -5749,39 +5749,21 @@
|
|
|
5749
5749
|
{
|
|
5750
5750
|
"name": "sitemap",
|
|
5751
5751
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5752
|
-
"repo": "nuxt-modules/sitemap
|
|
5752
|
+
"repo": "nuxt-modules/sitemap",
|
|
5753
5753
|
"npm": "@nuxtjs/sitemap",
|
|
5754
5754
|
"icon": "simple-sitemap.svg",
|
|
5755
5755
|
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5756
5756
|
"website": "https://nuxtseo.com/",
|
|
5757
5757
|
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5758
5758
|
"category": "SEO",
|
|
5759
|
-
"type": "
|
|
5759
|
+
"type": "community",
|
|
5760
5760
|
"maintainers": [
|
|
5761
5761
|
{
|
|
5762
5762
|
"name": "Harlan Wilton",
|
|
5763
5763
|
"github": "harlan-zw",
|
|
5764
5764
|
"twitter": "harlan_zw",
|
|
5765
5765
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5766
|
-
}
|
|
5767
|
-
],
|
|
5768
|
-
"compatibility": {
|
|
5769
|
-
"nuxt": "^3.0.0",
|
|
5770
|
-
"requires": {}
|
|
5771
|
-
}
|
|
5772
|
-
},
|
|
5773
|
-
{
|
|
5774
|
-
"name": "sitemap",
|
|
5775
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
5776
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5777
|
-
"npm": "@nuxtjs/sitemap",
|
|
5778
|
-
"icon": "",
|
|
5779
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5780
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5781
|
-
"learn_more": "",
|
|
5782
|
-
"category": "SEO",
|
|
5783
|
-
"type": "community",
|
|
5784
|
-
"maintainers": [
|
|
5766
|
+
},
|
|
5785
5767
|
{
|
|
5786
5768
|
"name": "Nicolas PENNEC",
|
|
5787
5769
|
"github": "NicoPennec",
|
|
@@ -5789,7 +5771,7 @@
|
|
|
5789
5771
|
}
|
|
5790
5772
|
],
|
|
5791
5773
|
"compatibility": {
|
|
5792
|
-
"nuxt": "^
|
|
5774
|
+
"nuxt": "^3.0.0",
|
|
5793
5775
|
"requires": {}
|
|
5794
5776
|
}
|
|
5795
5777
|
},
|