@apollo/server
Advanced tools
Comparing version 4.1.0 to 4.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageVersion = void 0; | ||
exports.packageVersion = "4.1.0"; | ||
exports.packageVersion = "4.1.1"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -55,2 +55,3 @@ "use strict"; | ||
overallCachePolicy: as4RequestContext.overallCachePolicy, | ||
requestIsBatched: as4RequestContext.requestIsBatched, | ||
}; | ||
@@ -57,0 +58,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const packageVersion = "4.1.0"; | ||
export declare const packageVersion = "4.1.1"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const packageVersion = "4.1.0"; | ||
export const packageVersion = "4.1.1"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -52,2 +52,3 @@ export function makeGatewayGraphQLRequestContext(as4RequestContext, server, internals) { | ||
overallCachePolicy: as4RequestContext.overallCachePolicy, | ||
requestIsBatched: as4RequestContext.requestIsBatched, | ||
}; | ||
@@ -54,0 +55,0 @@ } |
{ | ||
"name": "@apollo/server", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Core engine for Apollo GraphQL server", | ||
@@ -88,3 +88,3 @@ "type": "module", | ||
"@apollo/cache-control-types": "^1.0.2", | ||
"@apollo/server-gateway-interface": "^1.0.3", | ||
"@apollo/server-gateway-interface": "^1.0.5", | ||
"@apollo/usage-reporting-protobuf": "^4.0.0", | ||
@@ -91,0 +91,0 @@ "@apollo/utils.createhash": "^1.1.0", |
@@ -1,1 +0,1 @@ | ||
export const packageVersion = "4.1.0"; | ||
export const packageVersion = "4.1.1"; |
@@ -156,2 +156,3 @@ import type { | ||
overallCachePolicy: as4RequestContext.overallCachePolicy, | ||
requestIsBatched: as4RequestContext.requestIsBatched, | ||
}; | ||
@@ -158,0 +159,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1342806
23652