@google-cloud/spanner
Advanced tools
Comparing version 7.11.0 to 7.12.0
@@ -150,2 +150,5 @@ "use strict"; | ||
scopes, | ||
// Add grpc keep alive setting | ||
'grpc.keepalive_time_ms': 30000, | ||
'grpc.keepalive_timeout_ms': 10000, | ||
// Enable grpc-gcp support | ||
@@ -152,0 +155,0 @@ 'grpc.callInvocationTransformer': grpcGcp.gcpCallInvocationTransformer, |
{ | ||
"name": "@google-cloud/spanner", | ||
"description": "Cloud Spanner Client Library for Node.js", | ||
"version": "7.11.0", | ||
"version": "7.12.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google Inc.", |
Sorry, the diff of this file is too big to display
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
10246410
73747