@pothos/plugin-sub-graph
Advanced tools
Comparing version 3.12.5 to 3.12.6
# Change Log | ||
## 3.12.6 | ||
### Patch Changes | ||
- 6f00194c: Fix an issue with esm import transform | ||
## 3.12.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-sub-graph", | ||
"version": "3.12.5", | ||
"version": "3.12.6", | ||
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph", | ||
@@ -44,7 +44,7 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.22.7", | ||
"@pothos/plugin-errors": "3.8.5", | ||
"@pothos/plugin-relay": "3.28.5", | ||
"@pothos/plugin-with-input": "3.9.5", | ||
"@pothos/test-utils": "1.4.5", | ||
"@pothos/core": "3.22.8", | ||
"@pothos/plugin-errors": "3.8.6", | ||
"@pothos/plugin-relay": "3.28.6", | ||
"@pothos/plugin-with-input": "3.9.6", | ||
"@pothos/test-utils": "1.4.6", | ||
"graphql": "16.6.0", | ||
@@ -51,0 +51,0 @@ "graphql-tag": "^2.12.6" |
111450