@google-cloud/spanner
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -354,3 +354,3 @@ "use strict"; | ||
fields = type.structType.fields.map(({ name, type }, index) => { | ||
const value = decode(decoded[name] || decoded[index], type); | ||
const value = decode((!Array.isArray(decoded) && decoded[name]) || decoded[index], type); | ||
return { name, value }; | ||
@@ -357,0 +357,0 @@ }); |
{ | ||
"name": "@google-cloud/spanner", | ||
"description": "Cloud Spanner Client Library for Node.js", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"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
6133425