@nuxt/modules 0.6.0-d622fc → 0.6.0-db6532
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/README.md +1 -1
- package/modules.json +82 -7
- package/package.json +8 -9
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://nuxt.com/modules)
|
|
2
2
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
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": [
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
}
|
|
2362
2362
|
],
|
|
2363
2363
|
"compatibility": {
|
|
2364
|
-
"nuxt": "^2.0.0",
|
|
2364
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2365
2365
|
"requires": {}
|
|
2366
2366
|
}
|
|
2367
2367
|
},
|
|
@@ -2757,6 +2757,35 @@
|
|
|
2757
2757
|
"requires": {}
|
|
2758
2758
|
}
|
|
2759
2759
|
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "nuxt-graphql-middleware",
|
|
2762
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
2763
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
2764
|
+
"npm": "nuxt-graphql-middleware",
|
|
2765
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
2766
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
2767
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
2768
|
+
"learn_more": "",
|
|
2769
|
+
"category": "Request",
|
|
2770
|
+
"type": "3rd-party",
|
|
2771
|
+
"maintainers": [
|
|
2772
|
+
{
|
|
2773
|
+
"name": "dulnan",
|
|
2774
|
+
"github": "dulnan",
|
|
2775
|
+
"twitter": "dulnan",
|
|
2776
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "ayalon",
|
|
2780
|
+
"github": "ayalon",
|
|
2781
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
2782
|
+
}
|
|
2783
|
+
],
|
|
2784
|
+
"compatibility": {
|
|
2785
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2786
|
+
"requires": {}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2760
2789
|
{
|
|
2761
2790
|
"name": "nuxt-graphql-playground",
|
|
2762
2791
|
"description": "",
|
|
@@ -3101,6 +3130,28 @@
|
|
|
3101
3130
|
}
|
|
3102
3131
|
}
|
|
3103
3132
|
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "nuxt-vue3-google-signin",
|
|
3135
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3136
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3137
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3138
|
+
"icon": "vue3-google-signin.svg",
|
|
3139
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3140
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3141
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3142
|
+
"category": "Libraries",
|
|
3143
|
+
"type": "3rd-party",
|
|
3144
|
+
"maintainers": [
|
|
3145
|
+
{
|
|
3146
|
+
"name": "Kasun Vithanage",
|
|
3147
|
+
"github": "kasvith"
|
|
3148
|
+
}
|
|
3149
|
+
],
|
|
3150
|
+
"compatibility": {
|
|
3151
|
+
"nuxt": "^3.0.0",
|
|
3152
|
+
"requires": {}
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3104
3155
|
{
|
|
3105
3156
|
"name": "nuxt7",
|
|
3106
3157
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3310,6 +3361,30 @@
|
|
|
3310
3361
|
}
|
|
3311
3362
|
}
|
|
3312
3363
|
},
|
|
3364
|
+
{
|
|
3365
|
+
"name": "pinia-plugin-persistedstate",
|
|
3366
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
3367
|
+
"repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
|
|
3368
|
+
"npm": "@pinia-plugin-persistedstate/nuxt",
|
|
3369
|
+
"icon": "pinia-plugin-persistedstate.png",
|
|
3370
|
+
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
|
|
3371
|
+
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
3372
|
+
"learn_more": "",
|
|
3373
|
+
"category": "Extensions",
|
|
3374
|
+
"type": "3rd-party",
|
|
3375
|
+
"maintainers": [
|
|
3376
|
+
{
|
|
3377
|
+
"name": "PraZ",
|
|
3378
|
+
"github": "prazdevs"
|
|
3379
|
+
}
|
|
3380
|
+
],
|
|
3381
|
+
"compatibility": {
|
|
3382
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3383
|
+
"requires": {
|
|
3384
|
+
"bridge": "optional"
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3313
3388
|
{
|
|
3314
3389
|
"name": "pinia",
|
|
3315
3390
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -4685,14 +4760,14 @@
|
|
|
4685
4760
|
{
|
|
4686
4761
|
"name": "turnstile",
|
|
4687
4762
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4688
|
-
"repo": "
|
|
4689
|
-
"npm": "
|
|
4763
|
+
"repo": "nuxt-modules/turnstile",
|
|
4764
|
+
"npm": "@nuxtjs/turnstile",
|
|
4690
4765
|
"icon": "cloudflare.svg",
|
|
4691
|
-
"github": "https://github.com/
|
|
4692
|
-
"website": "https://github.com/
|
|
4766
|
+
"github": "https://github.com/nuxt-modules/turnstile",
|
|
4767
|
+
"website": "https://github.com/nuxt-modules/turnstile",
|
|
4693
4768
|
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4694
4769
|
"category": "Security",
|
|
4695
|
-
"type": "
|
|
4770
|
+
"type": "community",
|
|
4696
4771
|
"maintainers": [
|
|
4697
4772
|
{
|
|
4698
4773
|
"name": "Daniel Roe",
|
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-db6532",
|
|
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 .
|
|
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.
|
|
23
|
-
"defu": "^6.1.
|
|
22
|
+
"@types/node": "^18.11.18",
|
|
23
|
+
"defu": "^6.1.1",
|
|
24
24
|
"eslint": "^8.31.0",
|
|
25
|
-
"
|
|
26
|
-
"globby": "^13.1.2",
|
|
25
|
+
"globby": "^13.1.3",
|
|
27
26
|
"hasha": "^5.2.2",
|
|
28
|
-
"jiti": "^1.16.
|
|
27
|
+
"jiti": "^1.16.2",
|
|
29
28
|
"js-yaml": "^4.1.0",
|
|
30
|
-
"
|
|
31
|
-
"typescript": "^4.
|
|
29
|
+
"ofetch": "^1.0.0",
|
|
30
|
+
"typescript": "^4.9.4"
|
|
32
31
|
},
|
|
33
32
|
"packageManager": "pnpm@7.22.0"
|
|
34
33
|
}
|