@nuxt/modules 0.6.0-0597f7 → 0.6.0-2a593a

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 +31 -2
  2. package/package.json +1 -1
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": "",
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-2a593a",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [