@pothos/core
Advanced tools
Comparing version 3.21.0 to 3.21.1
# Change Log | ||
## 3.21.1 | ||
### Patch Changes | ||
- aa18acb7: update dev dependencies | ||
## 3.21.0 | ||
@@ -4,0 +10,0 @@ |
@@ -31,3 +31,3 @@ /* eslint-disable @typescript-eslint/no-redundant-type-constituents */ /* eslint-disable node/no-callback-literal */ import { GraphQLBoolean, GraphQLFloat, GraphQLID, GraphQLInt, GraphQLString } from 'graphql'; | ||
...typeConfig.interfaces, | ||
...typeof interfaces === "function" ? interfaces() : interfaces, | ||
...typeof interfaces === "function" ? interfaces() : interfaces | ||
]; | ||
@@ -316,3 +316,3 @@ } | ||
GraphQLString, | ||
GraphQLBoolean, | ||
GraphQLBoolean | ||
]; | ||
@@ -319,0 +319,0 @@ scalars.forEach((scalar) => { |
@@ -42,3 +42,3 @@ /* eslint-disable @typescript-eslint/no-redundant-type-constituents */ /* eslint-disable node/no-callback-literal */ "use strict"; | ||
...typeConfig.interfaces, | ||
...typeof interfaces === 'function' ? interfaces() : interfaces, | ||
...typeof interfaces === 'function' ? interfaces() : interfaces | ||
]; | ||
@@ -318,3 +318,3 @@ } | ||
_graphql.GraphQLString, | ||
_graphql.GraphQLBoolean, | ||
_graphql.GraphQLBoolean | ||
]; | ||
@@ -321,0 +321,0 @@ scalars.forEach((scalar)=>{ |
{ | ||
"name": "@pothos/core", | ||
"version": "3.21.0", | ||
"version": "3.21.1", | ||
"description": "Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript", | ||
@@ -37,3 +37,3 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@pothos/test-utils": "1.3.0", | ||
"@pothos/test-utils": "1.3.1", | ||
"graphql": "16.6.0", | ||
@@ -51,5 +51,5 @@ "graphql-scalars": "^1.18.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
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
868508