@pothos/plugin-relay
Advanced tools
Comparing version 3.27.0 to 3.27.1
# Change Log | ||
## 3.27.1 | ||
### Patch Changes | ||
- aa18acb7: update dev dependencies | ||
## 3.27.0 | ||
@@ -4,0 +10,0 @@ |
@@ -128,3 +128,3 @@ /* eslint-disable @typescript-eslint/no-unsafe-return */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ import { defaultTypeResolver } from 'graphql'; | ||
this.nodeInterfaceRef(), | ||
...interfaces !== null && interfaces !== void 0 ? interfaces : [], | ||
...interfaces !== null && interfaces !== void 0 ? interfaces : [] | ||
]; | ||
@@ -131,0 +131,0 @@ let nodeName; |
@@ -180,3 +180,3 @@ /* eslint-disable @typescript-eslint/no-unsafe-return */ /* eslint-disable @typescript-eslint/no-unsafe-member-access */ "use strict"; | ||
this.nodeInterfaceRef(), | ||
...interfaces !== null && interfaces !== void 0 ? interfaces : [], | ||
...interfaces !== null && interfaces !== void 0 ? interfaces : [] | ||
]; | ||
@@ -183,0 +183,0 @@ let nodeName; |
{ | ||
"name": "@pothos/plugin-relay", | ||
"version": "3.27.0", | ||
"version": "3.27.1", | ||
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", | ||
@@ -39,5 +39,5 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/core": "3.21.0", | ||
"@pothos/plugin-complexity": "3.10.0", | ||
"@pothos/test-utils": "1.3.0", | ||
"@pothos/core": "3.21.1", | ||
"@pothos/plugin-complexity": "3.10.2", | ||
"@pothos/test-utils": "1.3.1", | ||
"graphql": "16.6.0", | ||
@@ -55,5 +55,5 @@ "graphql-subscriptions": "^2.0.0", | ||
"build:dts": "tsc", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../.config/esm-transformer.ts", | ||
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts", | ||
"test": "pnpm vitest --run" | ||
} | ||
} |
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
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
384832