@graphql-inspector/core
Advanced tools
Comparing version 1.25.0 to 1.26.0
@@ -5,3 +5,4 @@ import { GraphQLSchema } from 'graphql'; | ||
import * as rules from './rules'; | ||
export * from './rules/types'; | ||
export declare const DiffRule: typeof rules; | ||
export declare function diff(oldSchema: GraphQLSchema, newSchema: GraphQLSchema, rules?: Rule[]): Change[]; |
export * from './suppress-removal-of-deprecated-field'; | ||
export * from './ignore-description-changes'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
__export(require("./suppress-removal-of-deprecated-field")); | ||
__export(require("./ignore-description-changes")); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export { diff, DiffRule } from './diff'; | ||
export { diff, DiffRule, Rule } from './diff'; | ||
export { validate, InvalidDocument } from './validate'; | ||
@@ -3,0 +3,0 @@ export { similar, SimilarMap } from './similar'; |
{ | ||
"name": "@graphql-inspector/core", | ||
"version": "1.25.0", | ||
"version": "1.26.0", | ||
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
903248
113
2182