@pothos/plugin-relay
Advanced tools
Comparing version 3.27.1 to 3.28.0
# Change Log | ||
## 3.28.0 | ||
### Minor Changes | ||
- 11929311: Update type definitions to work with module: "nodeNext" | ||
## 3.27.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.27.1", | ||
"version": "3.28.0", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -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" | ||
} | ||
}, | ||
@@ -40,5 +44,5 @@ "repository": { | ||
"devDependencies": { | ||
"@pothos/core": "3.21.1", | ||
"@pothos/plugin-complexity": "3.10.2", | ||
"@pothos/test-utils": "1.3.1", | ||
"@pothos/core": "3.22.0", | ||
"@pothos/plugin-complexity": "3.11.0", | ||
"@pothos/test-utils": "1.4.0", | ||
"graphql": "16.6.0", | ||
@@ -45,0 +49,0 @@ "graphql-subscriptions": "^2.0.0", |
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
385093
87
4297