@nuxt/modules 0.6.0-0597f7 → 0.6.0-9e1b10

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 +55 -4
  2. package/package.json +8 -9
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",
@@ -4790,12 +4841,12 @@
4790
4841
  },
4791
4842
  {
4792
4843
  "name": "typed-router",
4793
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
4844
+ "description": "Provide autocompletion for pages route names and params",
4794
4845
  "repo": "victorgarciaesgi/nuxt-typed-router",
4795
4846
  "npm": "nuxt-typed-router",
4796
4847
  "icon": "typed-router.png",
4797
4848
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4798
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4849
+ "website": "https://nuxt-typed-router.vercel.app",
4799
4850
  "learn_more": "",
4800
4851
  "category": "Devtools",
4801
4852
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-0597f7",
3
+ "version": "0.6.0-9e1b10",
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",
22
+ "@types/node": "^18.11.18",
23
+ "defu": "^6.1.1",
24
24
  "eslint": "^8.31.0",
25
- "eslint-plugin-nuxt": "^4.0.0",
26
- "globby": "^13.1.2",
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
32
  "packageManager": "pnpm@7.22.0"
34
33
  }