core-types-graphql
Advanced tools
Comparing version 1.5.0 to 2.0.0
import { NodeType, WarnFunction } from 'core-types'; | ||
import { TypeDefinitionNode } from 'graphql'; | ||
export declare type NameGeneratorTestFunction = (name: string) => boolean; | ||
export declare type NameGeneratorFunction = (baseName: string, nameHint: string, test: NameGeneratorTestFunction) => string; | ||
export declare type InternalNameGeneratorFunction = (baseName: string, nameHint: string) => string; | ||
export type NameGeneratorTestFunction = (name: string) => boolean; | ||
export type NameGeneratorFunction = (baseName: string, nameHint: string, test: NameGeneratorTestFunction) => string; | ||
export type InternalNameGeneratorFunction = (baseName: string, nameHint: string) => string; | ||
export interface CoreTypesToGraphqlOptions { | ||
@@ -7,0 +7,0 @@ warn?: WarnFunction; |
{ | ||
"name": "core-types-graphql", | ||
"version": "1.5.0", | ||
"version": "2.0.0", | ||
"description": "core-types ⬌ GraphQL conversion", | ||
@@ -15,3 +15,3 @@ "author": "Gustaf Räntilä", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -38,13 +38,13 @@ "files": [ | ||
"dependencies": { | ||
"core-types": "^1.10.0", | ||
"graphql": "^16.5.0" | ||
"core-types": "^2.0.1", | ||
"graphql": "^16.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1.2", | ||
"@types/jest": "^29.4.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"jest": "^28.1.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.5", | ||
"ts-node": "^10.8.1", | ||
"typescript": "^4.7.4" | ||
"jest": "^29.4.1", | ||
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -55,3 +55,4 @@ "config": { | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@3.2.4" | ||
} |
@@ -5,3 +5,2 @@ [![npm version][npm-image]][npm-url] | ||
[![coverage status][coverage-image]][coverage-url] | ||
[![Language grade: JavaScript][lgtm-image]][lgtm-url] | ||
[![Node.JS version][node-version]][node-url] | ||
@@ -130,3 +129,3 @@ | ||
[downloads-image]: https://img.shields.io/npm/dm/core-types-graphql.svg | ||
[build-image]: https://img.shields.io/github/workflow/status/grantila/core-types-graphql/Master.svg | ||
[build-image]: https://img.shields.io/github/actions/workflow/status/grantila/core-types-graphql/master.yml?branch=master | ||
[build-url]: https://github.com/grantila/core-types-graphql/actions?query=workflow%3AMaster | ||
@@ -133,0 +132,0 @@ [coverage-image]: https://coveralls.io/repos/github/grantila/core-types-graphql/badge.svg?branch=master |
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
36235
142
+ Addedcore-types@2.0.1(transitive)
- Removedcore-types@1.10.0(transitive)
Updatedcore-types@^2.0.1
Updatedgraphql@^16.6.0