@pothos/plugin-with-input
Advanced tools
Comparing version 3.10.0 to 3.10.1
# @pothos/plugin-with-input | ||
## 3.10.1 | ||
### Patch Changes | ||
- 4c6bc638: Add provinance to npm releases | ||
## 3.10.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -19,3 +19,4 @@ "main": "./lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/hayes/pothos.git" | ||
"url": "git+https://github.com/hayes/pothos.git", | ||
"directory": "packages/plugin-with-input" | ||
}, | ||
@@ -33,3 +34,4 @@ "author": "Michael Hayes", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -41,10 +43,10 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@prisma/client": "^4.7.1", | ||
"@prisma/client": "^4.11.0", | ||
"graphql": "16.6.0", | ||
"graphql-tag": "^2.12.6", | ||
"prisma": "^4.7.1", | ||
"@pothos/core": "3.24.0", | ||
"@pothos/plugin-validation": "3.8.7", | ||
"@pothos/plugin-prisma": "3.40.0", | ||
"@pothos/test-utils": "1.4.7" | ||
"prisma": "^4.11.0", | ||
"@pothos/core": "3.30.0", | ||
"@pothos/plugin-prisma": "3.47.3", | ||
"@pothos/plugin-validation": "3.9.1", | ||
"@pothos/test-utils": "1.4.8" | ||
}, | ||
@@ -51,0 +53,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
167169