@apollo/federation
Advanced tools
Comparing version 0.35.4 to 0.36.0
@@ -1,2 +0,2 @@ | ||
import { Kind, StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql'; | ||
import { StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql'; | ||
import { ExternalFieldDefinition, DefaultRootOperationTypeName, Maybe, FederationDirective, ServiceDefinition } from './types'; | ||
@@ -43,3 +43,3 @@ import type { FederationType, FederationField, FieldSet } from './types'; | ||
name: string[]; | ||
kind: Kind[]; | ||
kind: any[]; | ||
fields: { | ||
@@ -46,0 +46,0 @@ [fieldName: string]: string[]; |
{ | ||
"name": "@apollo/federation", | ||
"version": "0.35.4", | ||
"version": "0.36.0", | ||
"description": "Apollo Federation Utilities", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
"engines": { | ||
"node": ">=12.13.0 <17.0" | ||
"node": ">=12.13.0 <18.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@apollo/subgraph": "^0.3.3", | ||
"@apollo/subgraph": "^0.4.0", | ||
"apollo-server-types": "^3.0.2", | ||
@@ -35,3 +35,3 @@ "lodash.xorby": "^4.7.0" | ||
}, | ||
"gitHead": "6103260972dc4913aa640c49d5630d2f0a77cec3" | ||
"gitHead": "60defe7f8eb227325462d1a90d0ab1a9f21f13ea" | ||
} |
@@ -641,3 +641,3 @@ import { | ||
const kindDiff: typeof Kind[keyof typeof Kind][] = | ||
const kindDiff: any[] = | ||
firstNode.kind === secondNode.kind ? [] : [firstNode.kind, secondNode.kind]; | ||
@@ -644,0 +644,0 @@ |
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
769717
+ Added@apollo/subgraph@0.4.2(transitive)
- Removed@apollo/subgraph@0.3.3(transitive)
Updated@apollo/subgraph@^0.4.0