@pothos/plugin-scope-auth
Advanced tools
Comparing version 4.0.0-next.0 to 4.0.0-next.1
# Change Log | ||
## 4.0.0-next.1 | ||
### Patch Changes | ||
- update readmes | ||
- Updated dependencies | ||
- @pothos/core@4.0.0-next.1 | ||
## 4.0.0-next.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@pothos/plugin-scope-auth", | ||
"version": "4.0.0-next.0", | ||
"version": "4.0.0-next.1", | ||
"description": "A Pothos plugin for adding scope based authorization checks to your GraphQL Schema", | ||
@@ -44,3 +44,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@pothos/core": "4.0.0-next.0", | ||
"@pothos/core": "4.0.0-next.1", | ||
"graphql": "^16.8.1" | ||
@@ -53,6 +53,6 @@ }, | ||
"prisma": "^5.16.1", | ||
"@pothos/plugin-prisma": "4.0.0-next.0", | ||
"@pothos/core": "4.0.0-next.0", | ||
"@pothos/plugin-relay": "4.0.0-next.0", | ||
"@pothos/test-utils": "2.0.0-next.0" | ||
"@pothos/plugin-prisma": "4.0.0-next.4", | ||
"@pothos/core": "4.0.0-next.1", | ||
"@pothos/plugin-relay": "4.0.0-next.1", | ||
"@pothos/test-utils": "2.0.0-next.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
424937