@apollo/federation
Advanced tools
Comparing version 0.36.2 to 0.37.0
@@ -26,3 +26,3 @@ import { StringValueNode, NameNode, DocumentNode, DirectiveNode, GraphQLNamedType, GraphQLError, GraphQLSchema, GraphQLObjectType, GraphQLField, TypeDefinitionNode, TypeExtensionNode, ASTNode, DirectiveDefinitionNode, GraphQLDirective, OperationTypeNode, NonNullTypeNode, NamedTypeNode } from 'graphql'; | ||
}): boolean; | ||
export declare const logServiceAndType: (serviceName: string, typeName: string, fieldName?: string | undefined) => string; | ||
export declare const logServiceAndType: (serviceName: string, typeName: string, fieldName?: string) => string; | ||
export declare function logDirective(directiveName: string): string; | ||
@@ -29,0 +29,0 @@ export declare function errorWithCode(code: string, message: string, nodes?: ReadonlyArray<ASTNode> | ASTNode | undefined): GraphQLError; |
{ | ||
"name": "@apollo/federation", | ||
"version": "0.36.2", | ||
"version": "0.37.0", | ||
"description": "Apollo Federation Utilities", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@apollo/subgraph": "^0.4.2", | ||
"@apollo/subgraph": "^0.5.0", | ||
"apollo-server-types": "^3.0.2", | ||
@@ -34,3 +34,3 @@ "lodash.xorby": "^4.7.0" | ||
}, | ||
"gitHead": "b812602d24dcc245e07f712c8e942a4078609d55" | ||
"gitHead": "302ecaeea4e20a4d594b92b94499d9e156f4cea6" | ||
} |
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
777861
+ Added@apollo/cache-control-types@1.0.3(transitive)
+ Added@apollo/subgraph@0.5.1(transitive)
- Removed@apollo/subgraph@0.4.2(transitive)
Updated@apollo/subgraph@^0.5.0