@pothos/plugin-with-input
Advanced tools
Comparing version 4.0.0-next.5 to 4.0.0
# @pothos/plugin-with-input | ||
## 4.0.0 | ||
### Major Changes | ||
- 29841a8: Release Pothos v4 🎉 see https://pothos-graphql.dev/docs/migrations/v4 for more details | ||
### Patch Changes | ||
- c1e6dcb: update readmes | ||
- 78c469d: rebuild with-input plugin | ||
- bdcb8cd: Fix prismaFieldWithInput | ||
- 03855c2: fix fieldWithInput when used with fieldWithAuth | ||
- 4a7dc40: rebuild with-input plugin | ||
- Updated dependencies [c1e6dcb] | ||
- Updated dependencies [29841a8] | ||
- @pothos/core@4.0.0 | ||
## 4.0.0-next.5 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "4.0.0-next.5", | ||
"version": "4.0.0", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -34,17 +34,17 @@ "main": "./lib/index.js", | ||
"access": "public", | ||
"provenance": false | ||
"provenance": true | ||
}, | ||
"peerDependencies": { | ||
"@pothos/core": "4.0.0-next.1", | ||
"@pothos/core": "4.0.0", | ||
"graphql": "^16.8.1" | ||
}, | ||
"devDependencies": { | ||
"@prisma/client": "^5.16.1", | ||
"graphql": "^16.9.0", | ||
"@prisma/client": "^5.16.2", | ||
"graphql": "^16.8.1", | ||
"graphql-tag": "^2.12.6", | ||
"prisma": "^5.16.1", | ||
"@pothos/plugin-prisma": "4.0.0-next.4", | ||
"@pothos/plugin-zod": "4.0.0-next.1", | ||
"@pothos/core": "4.0.0-next.1", | ||
"@pothos/test-utils": "2.0.0-next.1" | ||
"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" | ||
}, | ||
@@ -60,4 +60,4 @@ "scripts": { | ||
"generate": "prisma generate", | ||
"test": "pnpm vitest --run --segfault-retry=3" | ||
"test": "pnpm vitest --run" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
166603
1