@nuxt/modules 0.6.0-27e6dc → 0.6.0-3d6041
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.
- package/modules.json +31 -4
- package/package.json +3 -3
package/modules.json
CHANGED
|
@@ -1051,11 +1051,11 @@
|
|
|
1051
1051
|
{
|
|
1052
1052
|
"name": "emotion",
|
|
1053
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1054
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1055
|
"npm": "@nuxtjs/emotion",
|
|
1056
1056
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1057
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1058
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1059
|
"learn_more": "https://emotion.sh/",
|
|
1060
1060
|
"category": "Extensions",
|
|
1061
1061
|
"type": "community",
|
|
@@ -1064,10 +1064,15 @@
|
|
|
1064
1064
|
"name": "Pooya Parsa",
|
|
1065
1065
|
"github": "pi0",
|
|
1066
1066
|
"twitter": "_pi0_"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "Jonathan Bakebwa",
|
|
1070
|
+
"github": "codebender828",
|
|
1071
|
+
"twitter": "codebender828"
|
|
1067
1072
|
}
|
|
1068
1073
|
],
|
|
1069
1074
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1075
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1076
|
"requires": {}
|
|
1072
1077
|
}
|
|
1073
1078
|
},
|
|
@@ -5327,6 +5332,28 @@
|
|
|
5327
5332
|
"requires": {}
|
|
5328
5333
|
}
|
|
5329
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "vuefire",
|
|
5337
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5338
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5339
|
+
"npm": "nuxt-vuefire",
|
|
5340
|
+
"icon": "vuefire.svg",
|
|
5341
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5342
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5343
|
+
"learn_more": "",
|
|
5344
|
+
"category": "Database",
|
|
5345
|
+
"type": "3rd-party",
|
|
5346
|
+
"maintainers": [
|
|
5347
|
+
{
|
|
5348
|
+
"name": "posva",
|
|
5349
|
+
"github": "posva"
|
|
5350
|
+
}
|
|
5351
|
+
],
|
|
5352
|
+
"compatibility": {
|
|
5353
|
+
"nuxt": "^3.0.0",
|
|
5354
|
+
"requires": {}
|
|
5355
|
+
}
|
|
5356
|
+
},
|
|
5330
5357
|
{
|
|
5331
5358
|
"name": "vuestic",
|
|
5332
5359
|
"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-
|
|
3
|
+
"version": "0.6.0-3d6041",
|
|
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.
|
|
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.
|
|
32
|
+
"packageManager": "pnpm@7.25.1"
|
|
33
33
|
}
|