@graphql-inspector/core
Advanced tools
Comparing version 6.1.0 to 6.1.1-alpha-20240703150118-f111f17a030795d68cae4fb8d191fc4d04cd8d0d
{ | ||
"name": "@graphql-inspector/core", | ||
"version": "6.1.0", | ||
"version": "6.1.1-alpha-20240703150118-f111f17a030795d68cae4fb8d191fc4d04cd8d0d", | ||
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -800,4 +800,6 @@ export declare enum CriticalityLevel { | ||
[ChangeType.DirectiveUsageFieldDefinitionRemoved]: DirectiveUsageFieldDefinitionRemovedChange; | ||
[ChangeType.DirectiveUsageInputFieldDefinitionAdded]: DirectiveUsageInputFieldDefinitionAddedChange; | ||
[ChangeType.DirectiveUsageInputFieldDefinitionRemoved]: DirectiveUsageInputFieldDefinitionRemovedChange; | ||
}; | ||
export type SerializableChange = Changes[keyof Changes]; | ||
export {}; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
518008
9573
2