@libsql/hrana-client
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -48,3 +48,3 @@ "use strict"; | ||
if (colName !== undefined && !Object.hasOwn(row, colName)) { | ||
Object.defineProperty(row, colName, { value, enumerable: true }); | ||
Object.defineProperty(row, colName, { value, enumerable: true, configurable: true, writable: true }); | ||
} | ||
@@ -51,0 +51,0 @@ } |
@@ -41,3 +41,3 @@ import { ResponseError } from "./errors.js"; | ||
if (colName !== undefined && !Object.hasOwn(row, colName)) { | ||
Object.defineProperty(row, colName, { value, enumerable: true }); | ||
Object.defineProperty(row, colName, { value, enumerable: true, configurable: true, writable: true }); | ||
} | ||
@@ -44,0 +44,0 @@ } |
{ | ||
"name": "@libsql/hrana-client", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "hrana", |
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
305254