@nuxt/modules 0.6.0-db72f9 → 0.6.0-db9483

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 +212 -11
  2. package/package.json +10 -11
package/modules.json CHANGED
@@ -669,7 +669,7 @@
669
669
  "icon": "",
670
670
  "github": "https://github.com/nuxt-community/component-cache-module",
671
671
  "website": "https://github.com/nuxt-community/component-cache-module",
672
- "learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
672
+ "learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
673
673
  "category": "Performance",
674
674
  "type": "community",
675
675
  "maintainers": [
@@ -762,6 +762,52 @@
762
762
  "requires": {}
763
763
  }
764
764
  },
765
+ {
766
+ "name": "cookie-control",
767
+ "description": "A highly configurable cookie banner for Nuxt.",
768
+ "repo": "dargmuesli/nuxt-cookie-control",
769
+ "npm": "@dargmuesli/nuxt-cookie-control",
770
+ "icon": "cookie-control.png",
771
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
772
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
773
+ "learn_more": "",
774
+ "category": "Extensions",
775
+ "type": "3rd-party",
776
+ "maintainers": [
777
+ {
778
+ "name": "dargmuesli",
779
+ "github": "dargmuesli",
780
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
781
+ }
782
+ ],
783
+ "compatibility": {
784
+ "nuxt": "^3.0.0",
785
+ "requires": {}
786
+ }
787
+ },
788
+ {
789
+ "name": "csurf",
790
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
791
+ "repo": "morgbn/nuxt-csurf",
792
+ "npm": "nuxt-csurf",
793
+ "icon": "csurf.svg",
794
+ "github": "https://github.com/morgbn/nuxt-csurf",
795
+ "website": "https://github.com/morgbn/nuxt-csurf",
796
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
797
+ "category": "Security",
798
+ "type": "3rd-party",
799
+ "maintainers": [
800
+ {
801
+ "name": "morgbn",
802
+ "github": "morgbn",
803
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
804
+ }
805
+ ],
806
+ "compatibility": {
807
+ "nuxt": "^3.0.0",
808
+ "requires": {}
809
+ }
810
+ },
765
811
  {
766
812
  "name": "custom-elements",
767
813
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -1051,11 +1097,11 @@
1051
1097
  {
1052
1098
  "name": "emotion",
1053
1099
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1054
- "repo": "nuxt-community/emotion-module",
1100
+ "repo": "nuxt-modules/emotion",
1055
1101
  "npm": "@nuxtjs/emotion",
1056
1102
  "icon": "emotion.png",
1057
- "github": "https://github.com/nuxt-community/emotion-module",
1058
- "website": "https://github.com/nuxt-community/emotion-module",
1103
+ "github": "https://github.com/nuxt-modules/emotion",
1104
+ "website": "https://github.com/nuxt-modules/emotion",
1059
1105
  "learn_more": "https://emotion.sh/",
1060
1106
  "category": "Extensions",
1061
1107
  "type": "community",
@@ -1064,10 +1110,15 @@
1064
1110
  "name": "Pooya Parsa",
1065
1111
  "github": "pi0",
1066
1112
  "twitter": "_pi0_"
1113
+ },
1114
+ {
1115
+ "name": "Jonathan Bakebwa",
1116
+ "github": "codebender828",
1117
+ "twitter": "codebender828"
1067
1118
  }
1068
1119
  ],
1069
1120
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1121
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1122
  "requires": {}
1072
1123
  }
1073
1124
  },
@@ -2757,6 +2808,35 @@
2757
2808
  "requires": {}
2758
2809
  }
2759
2810
  },
2811
+ {
2812
+ "name": "nuxt-graphql-middleware",
2813
+ "description": "Expose GraphQL queries and mutations as server API routes.",
2814
+ "repo": "dulnan/nuxt-graphql-middleware",
2815
+ "npm": "nuxt-graphql-middleware",
2816
+ "icon": "nuxt-graphql-middleware.svg",
2817
+ "github": "https://github.com/dulnan/nuxt-graphql-middleware",
2818
+ "website": "https://nuxt-graphql-middleware.dulnan.net",
2819
+ "learn_more": "",
2820
+ "category": "Request",
2821
+ "type": "3rd-party",
2822
+ "maintainers": [
2823
+ {
2824
+ "name": "dulnan",
2825
+ "github": "dulnan",
2826
+ "twitter": "dulnan",
2827
+ "avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
2828
+ },
2829
+ {
2830
+ "name": "ayalon",
2831
+ "github": "ayalon",
2832
+ "avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
2833
+ }
2834
+ ],
2835
+ "compatibility": {
2836
+ "nuxt": "^2.0.0 || ^3.0.0",
2837
+ "requires": {}
2838
+ }
2839
+ },
2760
2840
  {
2761
2841
  "name": "nuxt-graphql-playground",
2762
2842
  "description": "",
@@ -2826,6 +2906,29 @@
2826
2906
  "requires": {}
2827
2907
  }
2828
2908
  },
2909
+ {
2910
+ "name": "nuxt-loco",
2911
+ "description": "A localise.biz module to synth locale with Nuxt.js",
2912
+ "repo": "gaetansenn/nuxt-loco",
2913
+ "npm": "nuxt-loco",
2914
+ "icon": "",
2915
+ "github": "https://github.com/gaetansenn/nuxt-loco",
2916
+ "website": "https://nuxt-loco.dewib.com/",
2917
+ "learn_more": "",
2918
+ "category": "Libraries",
2919
+ "type": "3rd-party",
2920
+ "maintainers": [
2921
+ {
2922
+ "name": "Gaetan SENN",
2923
+ "github": "gaetansenn",
2924
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
2925
+ }
2926
+ ],
2927
+ "compatibility": {
2928
+ "nuxt": "^3.0.0",
2929
+ "requires": {}
2930
+ }
2931
+ },
2829
2932
  {
2830
2933
  "name": "nuxt-monaco-editor",
2831
2934
  "description": "Integrate monaco-editor with Nuxt",
@@ -3101,6 +3204,28 @@
3101
3204
  }
3102
3205
  }
3103
3206
  },
3207
+ {
3208
+ "name": "nuxt-vue3-google-signin",
3209
+ "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3210
+ "repo": "syetalabs/nuxt-vue3-google-signin",
3211
+ "npm": "nuxt-vue3-google-signin",
3212
+ "icon": "vue3-google-signin.svg",
3213
+ "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3214
+ "website": "https://vue3-google-signin.syetalabs.io",
3215
+ "learn_more": "https://vue3-google-signin.syetalabs.io",
3216
+ "category": "Libraries",
3217
+ "type": "3rd-party",
3218
+ "maintainers": [
3219
+ {
3220
+ "name": "Kasun Vithanage",
3221
+ "github": "kasvith"
3222
+ }
3223
+ ],
3224
+ "compatibility": {
3225
+ "nuxt": "^3.0.0",
3226
+ "requires": {}
3227
+ }
3228
+ },
3104
3229
  {
3105
3230
  "name": "nuxt7",
3106
3231
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3337,11 +3462,11 @@
3337
3462
  {
3338
3463
  "name": "pinia",
3339
3464
  "description": "The Vue Store that you will enjoy using",
3340
- "repo": "posva/pinia#v2/packages/nuxt",
3465
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3341
3466
  "npm": "@pinia/nuxt",
3342
3467
  "icon": "pinia.svg",
3343
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3344
- "website": "https://pinia.esm.dev/",
3468
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3469
+ "website": "https://pinia.vuejs.org/",
3345
3470
  "learn_more": "",
3346
3471
  "category": "Extensions",
3347
3472
  "type": "3rd-party",
@@ -3863,7 +3988,7 @@
3863
3988
  "name": "seo-kit",
3864
3989
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3865
3990
  "repo": "harlan-zw/nuxt-seo-kit",
3866
- "npm": "nuxt-seo-kit",
3991
+ "npm": "nuxt-seo-kit-mono",
3867
3992
  "icon": "seo-kit.svg",
3868
3993
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
3869
3994
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4790,12 +4915,12 @@
4790
4915
  },
4791
4916
  {
4792
4917
  "name": "typed-router",
4793
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4918
+ "description": "Provide autocompletion for pages route names and params",
4794
4919
  "repo": "victorgarciaesgi/nuxt-typed-router",
4795
4920
  "npm": "nuxt-typed-router",
4796
4921
  "icon": "typed-router.png",
4797
4922
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4798
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4923
+ "website": "https://nuxt-typed-router.vercel.app",
4799
4924
  "learn_more": "",
4800
4925
  "category": "Devtools",
4801
4926
  "type": "3rd-party",
@@ -5092,6 +5217,60 @@
5092
5217
  "requires": {}
5093
5218
  }
5094
5219
  },
5220
+ {
5221
+ "name": "vite-pwa-nuxt",
5222
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5223
+ "repo": "vite-pwa/nuxt",
5224
+ "npm": "@vite-pwa/nuxt",
5225
+ "icon": "vite-pwa-nuxt.svg",
5226
+ "github": "https://github.com/vite-pwa/nuxt",
5227
+ "website": "https://github.com/vite-pwa/nuxt",
5228
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5229
+ "category": "Performance",
5230
+ "type": "3rd-party",
5231
+ "maintainers": [
5232
+ {
5233
+ "name": "Joaquín Sánchez",
5234
+ "github": "userquin",
5235
+ "twitter": "userquin"
5236
+ },
5237
+ {
5238
+ "name": "Anthony Fu",
5239
+ "github": "antfu",
5240
+ "twitter": "antfu7"
5241
+ }
5242
+ ],
5243
+ "compatibility": {
5244
+ "nuxt": "^3.0.0",
5245
+ "requires": {}
5246
+ }
5247
+ },
5248
+ {
5249
+ "name": "vitest",
5250
+ "description": "Vitest integration with Nuxt",
5251
+ "repo": "danielroe/nuxt-vitest#main",
5252
+ "npm": "nuxt-vitest",
5253
+ "icon": "vitest.svg",
5254
+ "github": "https://github.com/danielroe/nuxt-vitest",
5255
+ "website": "https://github.com/danielroe/nuxt-vitest",
5256
+ "learn_more": "",
5257
+ "category": "Extensions",
5258
+ "type": "3rd-party",
5259
+ "maintainers": [
5260
+ {
5261
+ "name": "Daniel Roe",
5262
+ "github": "danielroe"
5263
+ },
5264
+ {
5265
+ "name": "Anthony Fu",
5266
+ "github": "antfu"
5267
+ }
5268
+ ],
5269
+ "compatibility": {
5270
+ "nuxt": "^3.0.0",
5271
+ "requires": {}
5272
+ }
5273
+ },
5095
5274
  {
5096
5275
  "name": "vue-macros",
5097
5276
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5253,6 +5432,28 @@
5253
5432
  "requires": {}
5254
5433
  }
5255
5434
  },
5435
+ {
5436
+ "name": "vuefire",
5437
+ "description": "Idiomatic composables for the Firebase SDK",
5438
+ "repo": "vuejs/vuefire/packages/nuxt",
5439
+ "npm": "nuxt-vuefire",
5440
+ "icon": "vuefire.svg",
5441
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5442
+ "website": "https://vuefire.vuejs.org/",
5443
+ "learn_more": "",
5444
+ "category": "Database",
5445
+ "type": "3rd-party",
5446
+ "maintainers": [
5447
+ {
5448
+ "name": "posva",
5449
+ "github": "posva"
5450
+ }
5451
+ ],
5452
+ "compatibility": {
5453
+ "nuxt": "^3.0.0",
5454
+ "requires": {}
5455
+ }
5456
+ },
5256
5457
  {
5257
5458
  "name": "vuestic",
5258
5459
  "description": "Vuestic UI module for Nuxt 3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-db72f9",
3
+ "version": "0.6.0-db9483",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "cli": "jiti ./lib/cli",
12
12
  "website:build": "pnpm build && nuxi build website",
13
13
  "website:dev": "pnpm build && nuxi dev website",
14
- "lint": "eslint --ext .vue,.ts .",
14
+ "lint": "eslint --ext .",
15
15
  "release": "pnpm cli version && npm publish",
16
16
  "sync": "pnpm cli sync",
17
17
  "test": "pnpm lint && pnpm sync"
@@ -19,16 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.8.5",
23
- "defu": "^6.1.0",
24
- "eslint": "^8.31.0",
25
- "eslint-plugin-nuxt": "^4.0.0",
26
- "globby": "^13.1.2",
22
+ "@types/node": "^18.11.18",
23
+ "defu": "^6.1.1",
24
+ "eslint": "^8.32.0",
25
+ "globby": "^13.1.3",
27
26
  "hasha": "^5.2.2",
28
- "jiti": "^1.16.0",
27
+ "jiti": "^1.16.2",
29
28
  "js-yaml": "^4.1.0",
30
- "ohmyfetch": "^0.4.19",
31
- "typescript": "^4.8.4"
29
+ "ofetch": "^1.0.0",
30
+ "typescript": "^4.9.4"
32
31
  },
33
- "packageManager": "pnpm@7.22.0"
32
+ "packageManager": "pnpm@7.25.1"
34
33
  }