@nuxt/modules 0.6.0-db6532 → 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 +160 -10
  2. package/package.json +3 -3
package/modules.json CHANGED
@@ -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
  },
@@ -2855,6 +2906,29 @@
2855
2906
  "requires": {}
2856
2907
  }
2857
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
+ },
2858
2932
  {
2859
2933
  "name": "nuxt-monaco-editor",
2860
2934
  "description": "Integrate monaco-editor with Nuxt",
@@ -3388,11 +3462,11 @@
3388
3462
  {
3389
3463
  "name": "pinia",
3390
3464
  "description": "The Vue Store that you will enjoy using",
3391
- "repo": "posva/pinia#v2/packages/nuxt",
3465
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3392
3466
  "npm": "@pinia/nuxt",
3393
3467
  "icon": "pinia.svg",
3394
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3395
- "website": "https://pinia.esm.dev/",
3468
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3469
+ "website": "https://pinia.vuejs.org/",
3396
3470
  "learn_more": "",
3397
3471
  "category": "Extensions",
3398
3472
  "type": "3rd-party",
@@ -3914,7 +3988,7 @@
3914
3988
  "name": "seo-kit",
3915
3989
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3916
3990
  "repo": "harlan-zw/nuxt-seo-kit",
3917
- "npm": "nuxt-seo-kit",
3991
+ "npm": "nuxt-seo-kit-mono",
3918
3992
  "icon": "seo-kit.svg",
3919
3993
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
3920
3994
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4841,12 +4915,12 @@
4841
4915
  },
4842
4916
  {
4843
4917
  "name": "typed-router",
4844
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4918
+ "description": "Provide autocompletion for pages route names and params",
4845
4919
  "repo": "victorgarciaesgi/nuxt-typed-router",
4846
4920
  "npm": "nuxt-typed-router",
4847
4921
  "icon": "typed-router.png",
4848
4922
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4849
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4923
+ "website": "https://nuxt-typed-router.vercel.app",
4850
4924
  "learn_more": "",
4851
4925
  "category": "Devtools",
4852
4926
  "type": "3rd-party",
@@ -5143,6 +5217,60 @@
5143
5217
  "requires": {}
5144
5218
  }
5145
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
+ },
5146
5274
  {
5147
5275
  "name": "vue-macros",
5148
5276
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5304,6 +5432,28 @@
5304
5432
  "requires": {}
5305
5433
  }
5306
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
+ },
5307
5457
  {
5308
5458
  "name": "vuestic",
5309
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-db6532",
3
+ "version": "0.6.0-db9483",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  "@types/js-yaml": "^4.0.5",
22
22
  "@types/node": "^18.11.18",
23
23
  "defu": "^6.1.1",
24
- "eslint": "^8.31.0",
24
+ "eslint": "^8.32.0",
25
25
  "globby": "^13.1.3",
26
26
  "hasha": "^5.2.2",
27
27
  "jiti": "^1.16.2",
@@ -29,5 +29,5 @@
29
29
  "ofetch": "^1.0.0",
30
30
  "typescript": "^4.9.4"
31
31
  },
32
- "packageManager": "pnpm@7.22.0"
32
+ "packageManager": "pnpm@7.25.1"
33
33
  }