@nuxt/modules 0.6.0-8b4d55 → 0.6.0-90586f

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 +57 -7
  2. package/package.json +3 -3
package/modules.json CHANGED
@@ -762,6 +762,29 @@
762
762
  "requires": {}
763
763
  }
764
764
  },
765
+ {
766
+ "name": "csurf",
767
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
768
+ "repo": "morgbn/nuxt-csurf",
769
+ "npm": "nuxt-csurf",
770
+ "icon": "csurf.svg",
771
+ "github": "https://github.com/morgbn/nuxt-csurf",
772
+ "website": "https://github.com/morgbn/nuxt-csurf",
773
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
774
+ "category": "Security",
775
+ "type": "3rd-party",
776
+ "maintainers": [
777
+ {
778
+ "name": "morgbn",
779
+ "github": "morgbn",
780
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
781
+ }
782
+ ],
783
+ "compatibility": {
784
+ "nuxt": "^3.0.0",
785
+ "requires": {}
786
+ }
787
+ },
765
788
  {
766
789
  "name": "custom-elements",
767
790
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -1051,11 +1074,11 @@
1051
1074
  {
1052
1075
  "name": "emotion",
1053
1076
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1054
- "repo": "nuxt-community/emotion-module",
1077
+ "repo": "nuxt-modules/emotion",
1055
1078
  "npm": "@nuxtjs/emotion",
1056
1079
  "icon": "emotion.png",
1057
- "github": "https://github.com/nuxt-community/emotion-module",
1058
- "website": "https://github.com/nuxt-community/emotion-module",
1080
+ "github": "https://github.com/nuxt-modules/emotion",
1081
+ "website": "https://github.com/nuxt-modules/emotion",
1059
1082
  "learn_more": "https://emotion.sh/",
1060
1083
  "category": "Extensions",
1061
1084
  "type": "community",
@@ -1064,10 +1087,15 @@
1064
1087
  "name": "Pooya Parsa",
1065
1088
  "github": "pi0",
1066
1089
  "twitter": "_pi0_"
1090
+ },
1091
+ {
1092
+ "name": "Jonathan Bakebwa",
1093
+ "github": "codebender828",
1094
+ "twitter": "codebender828"
1067
1095
  }
1068
1096
  ],
1069
1097
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1098
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1099
  "requires": {}
1072
1100
  }
1073
1101
  },
@@ -3411,11 +3439,11 @@
3411
3439
  {
3412
3440
  "name": "pinia",
3413
3441
  "description": "The Vue Store that you will enjoy using",
3414
- "repo": "posva/pinia#v2/packages/nuxt",
3442
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3415
3443
  "npm": "@pinia/nuxt",
3416
3444
  "icon": "pinia.svg",
3417
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3418
- "website": "https://pinia.esm.dev/",
3445
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3446
+ "website": "https://pinia.vuejs.org/",
3419
3447
  "learn_more": "",
3420
3448
  "category": "Extensions",
3421
3449
  "type": "3rd-party",
@@ -5327,6 +5355,28 @@
5327
5355
  "requires": {}
5328
5356
  }
5329
5357
  },
5358
+ {
5359
+ "name": "vuefire",
5360
+ "description": "Idiomatic composables for the Firebase SDK",
5361
+ "repo": "vuejs/vuefire/packages/nuxt",
5362
+ "npm": "nuxt-vuefire",
5363
+ "icon": "vuefire.svg",
5364
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5365
+ "website": "https://vuefire.vuejs.org/",
5366
+ "learn_more": "",
5367
+ "category": "Database",
5368
+ "type": "3rd-party",
5369
+ "maintainers": [
5370
+ {
5371
+ "name": "posva",
5372
+ "github": "posva"
5373
+ }
5374
+ ],
5375
+ "compatibility": {
5376
+ "nuxt": "^3.0.0",
5377
+ "requires": {}
5378
+ }
5379
+ },
5330
5380
  {
5331
5381
  "name": "vuestic",
5332
5382
  "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-8b4d55",
3
+ "version": "0.6.0-90586f",
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
  }