@pothos/plugin-relay
Advanced tools
Comparing version 3.8.0 to 3.9.0
# Change Log | ||
## 3.9.0 | ||
### Minor Changes | ||
- 241a385f: Add peer dependency on @pothos/core | ||
## 3.8.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.8.0", | ||
"version": "3.9.0", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -35,6 +35,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", | ||
@@ -41,0 +42,0 @@ "graphql": "16.3.0", |
Sorry, the diff of this file is not supported yet
478180
2