@pothos/plugin-sub-graph
Advanced tools
Comparing version 3.2.0 to 3.3.0
# Change Log | ||
## 3.3.0 | ||
### Minor Changes | ||
- 241a385f: Add peer dependency on @pothos/core | ||
## 3.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-sub-graph", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph", | ||
@@ -36,6 +36,7 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@pothos/core": "*", | ||
"graphql": ">=15.1.0" | ||
}, | ||
"devDependencies": { | ||
"@pothos/core": "3.5.0", | ||
"@pothos/core": "3.5.1", | ||
"@pothos/test-utils": "1.1.0", | ||
@@ -42,0 +43,0 @@ "graphql": "16.3.0", |
Sorry, the diff of this file is not supported yet
173193
2