@nuxt/modules 0.5.0-253dd7 → 0.5.0-2801a7

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 +106 -17
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -896,7 +896,7 @@
896
896
  }
897
897
  ],
898
898
  "compatibility": {
899
- "nuxt": "^2.0.0",
899
+ "nuxt": "^2.0.0 || ^3.0.0",
900
900
  "requires": {}
901
901
  }
902
902
  },
@@ -918,7 +918,7 @@
918
918
  }
919
919
  ],
920
920
  "compatibility": {
921
- "nuxt": "^2.0.0",
921
+ "nuxt": "^2.0.0 || ^3.0.0",
922
922
  "requires": {}
923
923
  }
924
924
  },
@@ -2057,12 +2057,12 @@
2057
2057
  "type": "3rd-party",
2058
2058
  "maintainers": [
2059
2059
  {
2060
- "name": "patrickcate",
2060
+ "name": "Patrick Cate",
2061
2061
  "github": "patrickcate"
2062
2062
  }
2063
2063
  ],
2064
2064
  "compatibility": {
2065
- "nuxt": "^2.0.0",
2065
+ "nuxt": "^2.0.0 || ^3.0.0",
2066
2066
  "requires": {}
2067
2067
  }
2068
2068
  },
@@ -2665,6 +2665,50 @@
2665
2665
  "requires": {}
2666
2666
  }
2667
2667
  },
2668
+ {
2669
+ "name": "nuxt-auth",
2670
+ "description": "",
2671
+ "repo": "sidebase/nuxt-auth",
2672
+ "npm": "@sidebase/nuxt-auth",
2673
+ "icon": "",
2674
+ "github": "https://github.com/sidebase/nuxt-auth",
2675
+ "website": "https://github.com/sidebase/nuxt-auth",
2676
+ "learn_more": "",
2677
+ "category": "Devtools",
2678
+ "type": "3rd-party",
2679
+ "maintainers": [
2680
+ {
2681
+ "name": "sidebase",
2682
+ "github": "sidebase"
2683
+ }
2684
+ ],
2685
+ "compatibility": {
2686
+ "nuxt": "^2.0.0",
2687
+ "requires": {}
2688
+ }
2689
+ },
2690
+ {
2691
+ "name": "nuxt-graphql-playground",
2692
+ "description": "",
2693
+ "repo": "pinpon-dev/nuxt-graphql-playground",
2694
+ "npm": "@pin-pon/nuxt-graphql-playground",
2695
+ "icon": "",
2696
+ "github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2697
+ "website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
2698
+ "learn_more": "",
2699
+ "category": "Devtools",
2700
+ "type": "3rd-party",
2701
+ "maintainers": [
2702
+ {
2703
+ "name": "pinpon-dev",
2704
+ "github": "pinpon-dev"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^2.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2668
2712
  {
2669
2713
  "name": "nuxt-hue",
2670
2714
  "description": "Enlighten your Nuxt experience",
@@ -2736,14 +2780,14 @@
2736
2780
  {
2737
2781
  "name": "plausible",
2738
2782
  "description": "Nuxt 3 module to natively integrate Plausible analytics",
2739
- "repo": "johannschopplich/nuxt-plausible",
2740
- "npm": "nuxt-plausible",
2783
+ "repo": "nuxt-modules/plausible",
2784
+ "npm": "@nuxtjs/plausible",
2741
2785
  "icon": "plausible.png",
2742
- "github": "https://github.com/johannschopplich/nuxt-plausible",
2743
- "website": "https://github.com/johannschopplich/nuxt-plausible",
2786
+ "github": "https://github.com/nuxt-modules/plausible",
2787
+ "website": "https://github.com/nuxt-modules/plausible",
2744
2788
  "learn_more": "https://plausible.io/",
2745
2789
  "category": "Analytics",
2746
- "type": "3rd-party",
2790
+ "type": "community",
2747
2791
  "maintainers": [
2748
2792
  {
2749
2793
  "name": "Johann Schopplich",
@@ -2830,6 +2874,28 @@
2830
2874
  "requires": {}
2831
2875
  }
2832
2876
  },
2877
+ {
2878
+ "name": "nuxt-storm",
2879
+ "description": "WebStorm & PHPStorm support for NuxtJS components",
2880
+ "repo": "fumeapp/nuxt-storm",
2881
+ "npm": "nuxt-storm",
2882
+ "icon": "nuxt-storm.png",
2883
+ "github": "https://github.com/fumeapp/nuxt-storm",
2884
+ "website": "https://github.com/fumeapp/nuxt-storm",
2885
+ "learn_more": "https://github.com/fumeapp/nuxt-storm",
2886
+ "category": "Devtools",
2887
+ "type": "3rd-party",
2888
+ "maintainers": [
2889
+ {
2890
+ "name": "fumeapp",
2891
+ "github": "fumeapp"
2892
+ }
2893
+ ],
2894
+ "compatibility": {
2895
+ "nuxt": "^2.0.0",
2896
+ "requires": {}
2897
+ }
2898
+ },
2833
2899
  {
2834
2900
  "name": "nuxt-svgo",
2835
2901
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -3130,18 +3196,18 @@
3130
3196
  {
3131
3197
  "name": "plausible",
3132
3198
  "description": "Nuxt 3 module to natively integrate Plausible analytics",
3133
- "repo": "johannschopplich/nuxt-plausible",
3134
- "npm": "nuxt-plausible",
3199
+ "repo": "nuxt-modules/plausible",
3200
+ "npm": "@nuxtjs/plausible",
3135
3201
  "icon": "",
3136
- "github": "https://github.com/johannschopplich/nuxt-plausible",
3137
- "website": "https://github.com/johannschopplich/nuxt-plausible",
3202
+ "github": "https://github.com/nuxt-modules/plausible",
3203
+ "website": "https://github.com/nuxt-modules/plausible",
3138
3204
  "learn_more": "",
3139
3205
  "category": "Devtools",
3140
- "type": "3rd-party",
3206
+ "type": "community",
3141
3207
  "maintainers": [
3142
3208
  {
3143
- "name": "johannschopplich",
3144
- "github": "johannschopplich"
3209
+ "name": "nuxt-modules",
3210
+ "github": "nuxt-modules"
3145
3211
  }
3146
3212
  ],
3147
3213
  "compatibility": {
@@ -3741,6 +3807,29 @@
3741
3807
  "requires": {}
3742
3808
  }
3743
3809
  },
3810
+ {
3811
+ "name": "nuxt-auth",
3812
+ "description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
3813
+ "repo": "sidebase/nuxt-auth",
3814
+ "npm": "@sidebase/nuxt-auth",
3815
+ "icon": "sidebase-auth.png",
3816
+ "github": "https://github.com/sidebase/nuxt-auth",
3817
+ "website": "https://github.com/sidebase/nuxt-auth",
3818
+ "learn_more": "https://github.com/sidebase",
3819
+ "category": "Security",
3820
+ "type": "3rd-party",
3821
+ "maintainers": [
3822
+ {
3823
+ "name": "sidebase",
3824
+ "github": "sidebase",
3825
+ "twitter": "sidebase_io"
3826
+ }
3827
+ ],
3828
+ "compatibility": {
3829
+ "nuxt": "^3.0.0",
3830
+ "requires": {}
3831
+ }
3832
+ },
3744
3833
  {
3745
3834
  "name": "simple-line-icons",
3746
3835
  "description": "Nuxt module to add simple-line-icons ",
@@ -4447,7 +4536,7 @@
4447
4536
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
4448
4537
  "repo": "victorgarciaesgi/nuxt-typed-router",
4449
4538
  "npm": "nuxt-typed-router",
4450
- "icon": "vue.png",
4539
+ "icon": "typed-router.png",
4451
4540
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4452
4541
  "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4453
4542
  "learn_more": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-253dd7",
3
+ "version": "0.5.0-2801a7",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }