@graphql-inspector/core
Advanced tools
Comparing version 6.1.1-alpha-20240709084005-94f144dafb060058a2d68b2d4b404dda14547fca to 6.1.1-alpha-20240709085640-7f830e8e07c4e24d03253212f2ee02305f414b3b
{ | ||
"name": "@graphql-inspector/core", | ||
"version": "6.1.1-alpha-20240709084005-94f144dafb060058a2d68b2d4b404dda14547fca", | ||
"version": "6.1.1-alpha-20240709085640-7f830e8e07c4e24d03253212f2ee02305f414b3b", | ||
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -705,3 +705,3 @@ export declare enum CriticalityLevel { | ||
}; | ||
export type Changes = { | ||
type Changes = { | ||
[ChangeType.TypeAdded]: TypeAddedChange; | ||
@@ -805,1 +805,2 @@ [ChangeType.TypeRemoved]: TypeRemovedChange; | ||
export type SerializableChange = Changes[keyof Changes]; | ||
export {}; |
export * from './coverage/index.js'; | ||
export { CompletionArgs, CompletionHandler, diff, DiffRule, Rule, UsageHandler, } from './diff/index.js'; | ||
export { Change, ChangeType, TypeOfChangeType, Criticality, Changes, CriticalityLevel, } from './diff/changes/change.js'; | ||
export { Change, ChangeType, TypeOfChangeType, Criticality, CriticalityLevel, } from './diff/changes/change.js'; | ||
export { similar, SimilarMap } from './similar/index.js'; | ||
@@ -5,0 +5,0 @@ export { getTypePrefix } from './utils/graphql.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9569
517952