@pothos/plugin-directives
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Change Log | ||
## 4.0.1 | ||
### Patch Changes | ||
- 9bd203e: Fix graphql peer dependency version to match documented minumum version | ||
## 4.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-directives", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Directive plugin for Pothos, enables using graphql-tools based directives with Pothos", | ||
@@ -39,3 +39,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"graphql": "^16.8.1" | ||
"graphql": ">=16.6.0" | ||
}, | ||
@@ -48,4 +48,4 @@ "devDependencies": { | ||
"rate-limiter-flexible": "^5.0.3", | ||
"@pothos/core": "4.0.0", | ||
"@pothos/test-utils": "2.0.0" | ||
"@pothos/core": "4.0.2", | ||
"@pothos/test-utils": "2.0.1" | ||
}, | ||
@@ -52,0 +52,0 @@ "gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
124692