Comparing version 0.3.2 to 0.3.4
@@ -35,2 +35,3 @@ "use strict"; | ||
statementRaw, | ||
statementIsReader, | ||
statementGet, | ||
@@ -247,2 +248,6 @@ statementRun, | ||
get reader() { | ||
return statementIsReader.call(this.stmt); | ||
} | ||
/** | ||
@@ -249,0 +254,0 @@ * Executes the SQL statement and returns an info object. |
{ | ||
"name": "libsql", | ||
"version": "0.3.2", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -69,10 +69,10 @@ "os": [ | ||
"optionalDependencies": { | ||
"@libsql/darwin-arm64": "0.3.2", | ||
"@libsql/linux-arm64-gnu": "0.3.2", | ||
"@libsql/linux-arm64-musl": "0.3.2", | ||
"@libsql/darwin-x64": "0.3.2", | ||
"@libsql/win32-x64-msvc": "0.3.2", | ||
"@libsql/linux-x64-gnu": "0.3.2", | ||
"@libsql/linux-x64-musl": "0.3.2" | ||
"@libsql/darwin-arm64": "0.3.4", | ||
"@libsql/linux-arm64-gnu": "0.3.4", | ||
"@libsql/linux-arm64-musl": "0.3.4", | ||
"@libsql/darwin-x64": "0.3.4", | ||
"@libsql/win32-x64-msvc": "0.3.4", | ||
"@libsql/linux-x64-gnu": "0.3.4", | ||
"@libsql/linux-x64-musl": "0.3.4" | ||
} | ||
} |
@@ -22,2 +22,3 @@ "use strict"; | ||
statementRaw, | ||
statementIsReader, | ||
statementGet, | ||
@@ -225,2 +226,6 @@ statementRun, | ||
get reader() { | ||
return statementIsReader.call(this.stmt); | ||
} | ||
/** | ||
@@ -227,0 +232,0 @@ * Executes the SQL statement and returns an info object. |
29908
740