@pothos/plugin-with-input
Advanced tools
Comparing version 3.9.5 to 3.9.6
# @pothos/plugin-with-input | ||
## 3.9.6 | ||
### Patch Changes | ||
- 6f00194c: Fix an issue with esm import transform | ||
## 3.9.5 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "3.9.5", | ||
"version": "3.9.6", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -39,6 +39,6 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.22.7", | ||
"@pothos/plugin-prisma": "3.35.5", | ||
"@pothos/plugin-validation": "3.8.5", | ||
"@pothos/test-utils": "1.4.5", | ||
"@pothos/core": "3.22.8", | ||
"@pothos/plugin-prisma": "3.35.6", | ||
"@pothos/plugin-validation": "3.8.6", | ||
"@pothos/test-utils": "1.4.6", | ||
"@prisma/client": "^4.4.0", | ||
@@ -45,0 +45,0 @@ "graphql": "16.6.0", |
162469