@magidoc/plugin-reverse-schema-mapper
Advanced tools
Comparing version 5.0.3 to 6.0.0
@@ -1,3 +0,3 @@ | ||
import { GraphQLSchema } from 'graphql'; | ||
import { type GraphQLSchema } from 'graphql'; | ||
import { ReverseGraphQLSchemaMapping } from './reverseMapping'; | ||
export declare function createReverseMapping(schema: GraphQLSchema): ReverseGraphQLSchemaMapping; |
@@ -1,3 +0,3 @@ | ||
import { GraphQLNamedType } from 'graphql'; | ||
import { TypeReverseMapping } from './reverseUsage'; | ||
import type { GraphQLNamedType } from 'graphql'; | ||
import type { TypeReverseMapping } from './reverseUsage'; | ||
export declare class ReverseGraphQLSchemaMapping { | ||
@@ -4,0 +4,0 @@ private mapping; |
@@ -1,2 +0,2 @@ | ||
import { GraphQLArgument, GraphQLField, GraphQLNamedType, GraphQLObjectType, GraphQLUnionType } from 'graphql'; | ||
import type { GraphQLArgument, GraphQLField, GraphQLNamedType, GraphQLObjectType, GraphQLUnionType } from 'graphql'; | ||
export type TypeReverseMapping = { | ||
@@ -3,0 +3,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "5.0.3", | ||
"version": "6.0.0", | ||
"type": "module", | ||
@@ -24,14 +24,14 @@ "license": "MIT", | ||
"dependencies": { | ||
"graphql": "^16.8.1" | ||
"graphql": "16.9.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.12.8", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"rollup": "^4.17.2", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.11", | ||
"vitest": "^1.6.0" | ||
"@types/node": "20.14.8", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"rollup": "4.18.0", | ||
"typescript": "5.5.2", | ||
"vite": "5.3.1", | ||
"vitest": "1.6.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^16.8.1" | ||
"graphql": "16.8.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "files": [ |
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
11829
15
183
+ Addedgraphql@16.9.0(transitive)
- Removedgraphql@16.10.0(transitive)
Updatedgraphql@16.9.0