@graphql-inspector/core
Advanced tools
Comparing version 6.0.1 to 6.1.0-alpha-20240530095826-3cfc692931a74de2394cd33de93cd78a58a86627
export * from './coverage/index.js'; | ||
export { diff, DiffRule, } from './diff/index.js'; | ||
export { ChangeType, CriticalityLevel } from './diff/changes/change.js'; | ||
export { ChangeType, CriticalityLevel, } from './diff/changes/change.js'; | ||
export { similar } from './similar/index.js'; | ||
@@ -5,0 +5,0 @@ export { getTypePrefix } from './utils/graphql.js'; |
{ | ||
"name": "@graphql-inspector/core", | ||
"version": "6.0.1", | ||
"version": "6.1.0-alpha-20240530095826-3cfc692931a74de2394cd33de93cd78a58a86627", | ||
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -97,3 +97,3 @@ export declare enum CriticalityLevel { | ||
}; | ||
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType]; | ||
export type TypeOfChangeType = (typeof ChangeType)[keyof typeof ChangeType]; | ||
export type FieldArgumentDescriptionChangedChange = { | ||
@@ -100,0 +100,0 @@ type: typeof ChangeType.FieldArgumentDescriptionChanged; |
export * from './coverage/index.js'; | ||
export { CompletionArgs, CompletionHandler, diff, DiffRule, Rule, UsageHandler, } from './diff/index.js'; | ||
export { Change, ChangeType, Criticality, 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
516117
2