@pothos/plugin-with-input
Advanced tools
Comparing version 3.8.0 to 3.8.1
# @pothos/plugin-with-input | ||
## 3.8.1 | ||
### Patch Changes | ||
- aa18acb7: update dev dependencies | ||
## 3.8.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -35,6 +35,6 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.21.0", | ||
"@pothos/plugin-prisma": "3.34.0", | ||
"@pothos/plugin-validation": "3.7.0", | ||
"@pothos/test-utils": "1.3.0", | ||
"@pothos/core": "3.21.1", | ||
"@pothos/plugin-prisma": "3.34.1", | ||
"@pothos/plugin-validation": "3.7.1", | ||
"@pothos/test-utils": "1.3.1", | ||
"@prisma/client": "^4.3.1", | ||
@@ -52,3 +52,3 @@ "graphql": "16.6.0", | ||
"build:dts": "tsc", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../.config/esm-transformer.ts", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", | ||
"generate": "prisma generate", | ||
@@ -55,0 +55,0 @@ "test": "pnpm jest" |
Sorry, the diff of this file is not supported yet
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
217754