apollo-server-plugin-base
Advanced tools
Comparing version 3.1.1 to 3.2.0-alpha.0
@@ -11,2 +11,3 @@ import { AnyFunctionMap, BaseContext, GraphQLServiceContext, GraphQLRequestContext, GraphQLRequest, GraphQLResponse, WithRequired, GraphQLFieldResolverParams, GraphQLRequestContextDidResolveSource, GraphQLRequestContextParsingDidStart, GraphQLRequestContextValidationDidStart, GraphQLRequestContextDidResolveOperation, GraphQLRequestContextDidEncounterErrors, GraphQLRequestContextResponseForOperation, GraphQLRequestContextExecutionDidStart, GraphQLRequestContextWillSendResponse, GraphQLSchemaContext } from 'apollo-server-types'; | ||
renderLandingPage?(): Promise<LandingPage>; | ||
drainServer?(): Promise<void>; | ||
} | ||
@@ -13,0 +14,0 @@ export interface LandingPage { |
{ | ||
"name": "apollo-server-plugin-base", | ||
"version": "3.1.1", | ||
"version": "3.2.0-alpha.0", | ||
"description": "Apollo Server plugin base classes", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"apollo-server-types": "^3.1.1" | ||
"apollo-server-types": "^3.2.0-alpha.0" | ||
}, | ||
@@ -20,3 +20,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "eb06724ca43042fcbf6e04e1de1dc2e5acfadf33" | ||
"gitHead": "211cd84ce3d2c9be90248e6a69c8c26bf8d1cc17" | ||
} |
@@ -72,2 +72,5 @@ import { | ||
renderLandingPage?(): Promise<LandingPage>; | ||
// FIXME docs | ||
drainServer?(): Promise<void>; | ||
} | ||
@@ -74,0 +77,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
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
13267
169
2