@pothos/plugin-with-input
Advanced tools
Comparing version 4.0.0 to 4.0.2
# @pothos/plugin-with-input | ||
## 4.0.2 | ||
### Patch Changes | ||
- Updated dependencies [777f6de] | ||
- @pothos/core@4.0.2 | ||
## 4.0.1 | ||
### Patch Changes | ||
- 9bd203e: Fix graphql peer dependency version to match documented minumum version | ||
- Updated dependencies [9bd203e] | ||
- @pothos/core@4.0.1 | ||
## 4.0.0 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "4.0.0", | ||
"version": "4.0.2", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -37,4 +37,4 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"@pothos/core": "4.0.0", | ||
"graphql": "^16.8.1" | ||
"@pothos/core": "4.0.2", | ||
"graphql": ">=16.6.0" | ||
}, | ||
@@ -46,6 +46,6 @@ "devDependencies": { | ||
"prisma": "^5.16.2", | ||
"@pothos/core": "4.0.0", | ||
"@pothos/plugin-prisma": "4.0.0", | ||
"@pothos/plugin-zod": "4.0.0", | ||
"@pothos/test-utils": "2.0.0" | ||
"@pothos/core": "4.0.2", | ||
"@pothos/plugin-prisma": "4.0.3", | ||
"@pothos/plugin-zod": "4.0.2", | ||
"@pothos/test-utils": "2.0.1" | ||
}, | ||
@@ -52,0 +52,0 @@ "scripts": { |
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
166859