@nuxt/modules 0.6.0-2a593a → 0.6.0-37610a

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 +153 -9
  2. package/package.json +10 -11
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",
@@ -3130,6 +3204,28 @@
3130
3204
  }
3131
3205
  }
3132
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
+ },
3133
3229
  {
3134
3230
  "name": "nuxt7",
3135
3231
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3366,11 +3462,11 @@
3366
3462
  {
3367
3463
  "name": "pinia",
3368
3464
  "description": "The Vue Store that you will enjoy using",
3369
- "repo": "posva/pinia#v2/packages/nuxt",
3465
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3370
3466
  "npm": "@pinia/nuxt",
3371
3467
  "icon": "pinia.svg",
3372
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3373
- "website": "https://pinia.esm.dev/",
3468
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3469
+ "website": "https://pinia.vuejs.org/",
3374
3470
  "learn_more": "",
3375
3471
  "category": "Extensions",
3376
3472
  "type": "3rd-party",
@@ -4819,12 +4915,12 @@
4819
4915
  },
4820
4916
  {
4821
4917
  "name": "typed-router",
4822
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4918
+ "description": "Provide autocompletion for pages route names and params",
4823
4919
  "repo": "victorgarciaesgi/nuxt-typed-router",
4824
4920
  "npm": "nuxt-typed-router",
4825
4921
  "icon": "typed-router.png",
4826
4922
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4827
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4923
+ "website": "https://nuxt-typed-router.vercel.app",
4828
4924
  "learn_more": "",
4829
4925
  "category": "Devtools",
4830
4926
  "type": "3rd-party",
@@ -5121,6 +5217,32 @@
5121
5217
  "requires": {}
5122
5218
  }
5123
5219
  },
5220
+ {
5221
+ "name": "vitest",
5222
+ "description": "Vitest integration with Nuxt",
5223
+ "repo": "danielroe/nuxt-vitest#main",
5224
+ "npm": "nuxt-vitest",
5225
+ "icon": "vitest.svg",
5226
+ "github": "https://github.com/danielroe/nuxt-vitest",
5227
+ "website": "https://github.com/danielroe/nuxt-vitest",
5228
+ "learn_more": "",
5229
+ "category": "Extensions",
5230
+ "type": "3rd-party",
5231
+ "maintainers": [
5232
+ {
5233
+ "name": "Daniel Roe",
5234
+ "github": "danielroe"
5235
+ },
5236
+ {
5237
+ "name": "Anthony Fu",
5238
+ "github": "antfu"
5239
+ }
5240
+ ],
5241
+ "compatibility": {
5242
+ "nuxt": "^3.0.0",
5243
+ "requires": {}
5244
+ }
5245
+ },
5124
5246
  {
5125
5247
  "name": "vue-macros",
5126
5248
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5282,6 +5404,28 @@
5282
5404
  "requires": {}
5283
5405
  }
5284
5406
  },
5407
+ {
5408
+ "name": "vuefire",
5409
+ "description": "Idiomatic composables for the Firebase SDK",
5410
+ "repo": "vuejs/vuefire/packages/nuxt",
5411
+ "npm": "nuxt-vuefire",
5412
+ "icon": "vuefire.svg",
5413
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5414
+ "website": "https://vuefire.vuejs.org/",
5415
+ "learn_more": "",
5416
+ "category": "Database",
5417
+ "type": "3rd-party",
5418
+ "maintainers": [
5419
+ {
5420
+ "name": "posva",
5421
+ "github": "posva"
5422
+ }
5423
+ ],
5424
+ "compatibility": {
5425
+ "nuxt": "^3.0.0",
5426
+ "requires": {}
5427
+ }
5428
+ },
5285
5429
  {
5286
5430
  "name": "vuestic",
5287
5431
  "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-2a593a",
3
+ "version": "0.6.0-37610a",
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
  }