@nuxt/modules 0.6.0-649949 → 0.6.0-65057f

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 (2) hide show
  1. package/modules.json +75 -67
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -1137,7 +1137,7 @@
1137
1137
  "npm": "nuxt-custom-elements",
1138
1138
  "icon": "custom-elements.png",
1139
1139
  "github": "https://github.com/GrabarzUndPartner/nuxt-custom-elements",
1140
- "website": "https://nuxt-custom-elements.grabarzundpartner.dev",
1140
+ "website": "https://grabarzundpartner.github.io/nuxt-custom-elements/",
1141
1141
  "learn_more": "https://github.com/karol-f/vue-custom-element",
1142
1142
  "category": "Extensions",
1143
1143
  "type": "3rd-party",
@@ -2833,10 +2833,10 @@
2833
2833
  {
2834
2834
  "name": "inkline",
2835
2835
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2836
- "repo": "inkline/plugin",
2836
+ "repo": "inkline/inkline#main/packages/integrations/plugin",
2837
2837
  "npm": "@inkline/plugin",
2838
2838
  "icon": "inkline.svg",
2839
- "github": "https://github.com/inkline/plugin",
2839
+ "github": "https://github.com/inkline/inkline",
2840
2840
  "website": "https://inkline.io",
2841
2841
  "learn_more": "https://inkline.io/docs/installation/nuxt",
2842
2842
  "category": "UI",
@@ -3086,23 +3086,23 @@
3086
3086
  },
3087
3087
  {
3088
3088
  "name": "leaflet",
3089
- "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
3090
- "repo": "schlunsen/nuxt-leaflet",
3091
- "npm": "nuxt-leaflet",
3089
+ "description": "Leaflet integration with Nuxt",
3090
+ "repo": "nuxt-modules/leaflet",
3091
+ "npm": "@nuxtjs/leaflet",
3092
3092
  "icon": "leaflet.png",
3093
- "github": "https://github.com/schlunsen/nuxt-leaflet",
3094
- "website": "https://github.com/schlunsen/nuxt-leaflet",
3095
- "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
3093
+ "github": "https://github.com/nuxt-modules/leaflet",
3094
+ "website": "https://leaflet.nuxtjs.org/",
3095
+ "learn_more": "https://leaflet.nuxtjs.org/",
3096
3096
  "category": "Libraries",
3097
- "type": "3rd-party",
3097
+ "type": "community",
3098
3098
  "maintainers": [
3099
3099
  {
3100
- "name": "schlunsen",
3101
- "github": "schlunsen"
3100
+ "name": "Augustin MERCIER",
3101
+ "github": "Gugustinette"
3102
3102
  }
3103
3103
  ],
3104
3104
  "compatibility": {
3105
- "nuxt": "^2.0.0",
3105
+ "nuxt": "^3.0.0",
3106
3106
  "requires": {}
3107
3107
  }
3108
3108
  },
@@ -5007,7 +5007,7 @@
5007
5007
  "npm": "nuxt-zod-i18n",
5008
5008
  "icon": "nuxt-zod-i18n.svg",
5009
5009
  "github": "https://github.com/xibman/nuxt-zod-i18n",
5010
- "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
5010
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
5011
5011
  "learn_more": "",
5012
5012
  "category": "Libraries",
5013
5013
  "type": "3rd-party",
@@ -5022,6 +5022,28 @@
5022
5022
  "requires": {}
5023
5023
  }
5024
5024
  },
5025
+ {
5026
+ "name": "nuxt2-leaflet",
5027
+ "description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
5028
+ "repo": "schlunsen/nuxt-leaflet",
5029
+ "npm": "nuxt-leaflet",
5030
+ "icon": "leaflet.png",
5031
+ "github": "https://github.com/schlunsen/nuxt-leaflet",
5032
+ "website": "https://github.com/schlunsen/nuxt-leaflet",
5033
+ "learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
5034
+ "category": "Libraries",
5035
+ "type": "3rd-party",
5036
+ "maintainers": [
5037
+ {
5038
+ "name": "schlunsen",
5039
+ "github": "schlunsen"
5040
+ }
5041
+ ],
5042
+ "compatibility": {
5043
+ "nuxt": "^2.0.0",
5044
+ "requires": {}
5045
+ }
5046
+ },
5025
5047
  {
5026
5048
  "name": "nuxt2-ngrok",
5027
5049
  "description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
@@ -5072,28 +5094,6 @@
5072
5094
  "requires": {}
5073
5095
  }
5074
5096
  },
5075
- {
5076
- "name": "nuxt3-leaflet",
5077
- "description": "Leaflet integration with Nuxt",
5078
- "repo": "Gugustinette/Nuxt-Leaflet",
5079
- "npm": "@nuxtjs/leaflet",
5080
- "icon": "leaflet.png",
5081
- "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
5082
- "website": "https://gugustinette.github.io/Nuxt-Leaflet",
5083
- "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
5084
- "category": "Libraries",
5085
- "type": "3rd-party",
5086
- "maintainers": [
5087
- {
5088
- "name": "Augustin MERCIER",
5089
- "github": "Gugustinette"
5090
- }
5091
- ],
5092
- "compatibility": {
5093
- "nuxt": ">=3.0.0",
5094
- "requires": {}
5095
- }
5096
- },
5097
5097
  {
5098
5098
  "name": "nuxt7",
5099
5099
  "description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
@@ -5932,10 +5932,10 @@
5932
5932
  },
5933
5933
  {
5934
5934
  "name": "robots",
5935
- "description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
5935
+ "description": "Tame the robots crawling and indexing your Nuxt site.",
5936
5936
  "repo": "nuxt-modules/robots",
5937
5937
  "npm": "@nuxtjs/robots",
5938
- "icon": "robots.png",
5938
+ "icon": "simple-robots.svg",
5939
5939
  "github": "https://github.com/nuxt-modules/robots",
5940
5940
  "website": "https://github.com/nuxt-modules/robots",
5941
5941
  "learn_more": "",
@@ -5945,6 +5945,12 @@
5945
5945
  {
5946
5946
  "name": "Ricardo Gobbo de Souza",
5947
5947
  "github": "ricardogobbosouza"
5948
+ },
5949
+ {
5950
+ "name": "Harlan Wilton",
5951
+ "github": "harlan-zw",
5952
+ "twitter": "harlan_zw",
5953
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5948
5954
  }
5949
5955
  ],
5950
5956
  "compatibility": {
@@ -6459,30 +6465,6 @@
6459
6465
  "requires": {}
6460
6466
  }
6461
6467
  },
6462
- {
6463
- "name": "simple-robots",
6464
- "description": "Tame the robots crawling and indexing your Nuxt site.",
6465
- "repo": "harlan-zw/nuxt-simple-robots",
6466
- "npm": "nuxt-simple-robots",
6467
- "icon": "simple-robots.svg",
6468
- "github": "https://github.com/harlan-zw/nuxt-simple-robots",
6469
- "website": "https://nuxtseo.com/robots",
6470
- "learn_more": "https://nuxtseo.com/robots",
6471
- "category": "SEO",
6472
- "type": "3rd-party",
6473
- "maintainers": [
6474
- {
6475
- "name": "Harlan Wilton",
6476
- "github": "harlan-zw",
6477
- "twitter": "harlan_zw",
6478
- "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
6479
- }
6480
- ],
6481
- "compatibility": {
6482
- "nuxt": ">=3.0.0",
6483
- "requires": {}
6484
- }
6485
- },
6486
6468
  {
6487
6469
  "name": "sitemap",
6488
6470
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
@@ -6743,13 +6725,13 @@
6743
6725
  },
6744
6726
  {
6745
6727
  "name": "storybook",
6746
- "description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
6747
- "repo": "nuxt-modules/storybook",
6748
- "npm": "nuxt-storybook",
6728
+ "description": "Easily integrate Storybook in your Nuxt application to design, build, and test your UI components in isolation.",
6729
+ "repo": "nuxt-modules/storybook#main/packages/nuxt-module",
6730
+ "npm": "@nuxtjs/storybook",
6749
6731
  "icon": "storybook.png",
6750
6732
  "github": "https://github.com/nuxt-modules/storybook",
6751
6733
  "website": "https://storybook.nuxtjs.org",
6752
- "learn_more": "https://github.com/storybook-vue/storybook-nuxt",
6734
+ "learn_more": "",
6753
6735
  "category": "Devtools",
6754
6736
  "type": "community",
6755
6737
  "maintainers": [
@@ -6757,6 +6739,10 @@
6757
6739
  "name": "Chakir QATAB",
6758
6740
  "github": "chakAs3",
6759
6741
  "twitter": "ChakirQatab"
6742
+ },
6743
+ {
6744
+ "name": "Tobias Diez",
6745
+ "github": "tobiasdiez"
6760
6746
  }
6761
6747
  ],
6762
6748
  "compatibility": {
@@ -7997,7 +7983,7 @@
7997
7983
  "icon": "vue-email.svg",
7998
7984
  "github": "https://github.com/vue-email/nuxt",
7999
7985
  "website": "https://vuemail.net/",
8000
- "learn_more": "https://vuemail.net/ssr/nuxt",
7986
+ "learn_more": "https://vuemail.net/",
8001
7987
  "category": "UI",
8002
7988
  "type": "3rd-party",
8003
7989
  "maintainers": [
@@ -8517,6 +8503,28 @@
8517
8503
  "requires": {}
8518
8504
  }
8519
8505
  },
8506
+ {
8507
+ "name": "webhook-validators",
8508
+ "description": "Nuxt module that works on the edge to easily validate incoming webhooks from different services.",
8509
+ "repo": "yizack/nuxt-webhook-validators",
8510
+ "npm": "nuxt-webhook-validators",
8511
+ "icon": "webhook-validators.svg",
8512
+ "github": "https://github.com/Yizack/nuxt-webhook-validators",
8513
+ "website": "https://github.com/Yizack/nuxt-webhook-validators",
8514
+ "learn_more": "",
8515
+ "category": "Security",
8516
+ "type": "3rd-party",
8517
+ "maintainers": [
8518
+ {
8519
+ "name": "Yizack Rangel",
8520
+ "github": "yizack"
8521
+ }
8522
+ ],
8523
+ "compatibility": {
8524
+ "nuxt": ">=3.0.0",
8525
+ "requires": {}
8526
+ }
8527
+ },
8520
8528
  {
8521
8529
  "name": "webpack-optimisations",
8522
8530
  "description": "Nuxt v2 module to automatically make your builds faster.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-649949",
3
+ "version": "0.6.0-65057f",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",