@pothos/plugin-with-input
Advanced tools
Comparing version 3.8.1 to 3.9.0
# @pothos/plugin-with-input | ||
## 3.9.0 | ||
### Minor Changes | ||
- 11929311: Update type definitions to work with module: "nodeNext" | ||
## 3.8.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-with-input", | ||
"version": "3.8.1", | ||
"version": "3.9.0", | ||
"description": "A Pothos plugin for defining fields with input objects", | ||
@@ -9,5 +9,9 @@ "main": "./lib/index.js", | ||
"exports": { | ||
"types": "./dts/index.d.ts", | ||
"import": "./esm/index.js", | ||
"require": "./lib/index.js" | ||
"import": { | ||
"default": "./esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dts/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
}, | ||
@@ -36,10 +40,10 @@ "repository": { | ||
"devDependencies": { | ||
"@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", | ||
"@pothos/core": "3.22.0", | ||
"@pothos/plugin-prisma": "3.35.0", | ||
"@pothos/plugin-validation": "3.8.0", | ||
"@pothos/test-utils": "1.4.0", | ||
"@prisma/client": "^4.4.0", | ||
"graphql": "16.6.0", | ||
"graphql-tag": "^2.12.6", | ||
"prisma": "^4.3.1" | ||
"prisma": "^4.4.0" | ||
}, | ||
@@ -46,0 +50,0 @@ "scripts": { |
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
218014
44
528