@pothos/plugin-relay
Advanced tools
Comparing version 3.10.0 to 3.10.1
# Change Log | ||
## 3.10.1 | ||
### Patch Changes | ||
- 205a8c73: Recactor internal imports to reduce imports from index files | ||
## 3.10.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -39,4 +39,4 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.6.0", | ||
"@pothos/test-utils": "1.1.0", | ||
"@pothos/core": "3.10.0", | ||
"@pothos/test-utils": "1.1.1", | ||
"graphql": "16.3.0", | ||
@@ -43,0 +43,0 @@ "graphql-subscriptions": "^2.0.0", |
@@ -437,3 +437,2 @@ /* eslint-disable @typescript-eslint/no-unsafe-return */ | ||
}) as never, | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument | ||
...edgeFields?.(t), | ||
@@ -440,0 +439,0 @@ }), |
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
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
478820
3721