@libsql/client
Advanced tools
Comparing version 0.4.0-pre.5 to 0.4.0-pre.6
@@ -144,3 +144,3 @@ "use strict"; | ||
sync() { | ||
return Promise.resolve(); | ||
throw new api_js_1.LibsqlError("sync not supported in http mode", "SYNC_NOT_SUPPORTED"); | ||
} | ||
@@ -147,0 +147,0 @@ close() { |
@@ -113,3 +113,3 @@ import * as hrana from "@libsql/hrana-client"; | ||
sync() { | ||
return Promise.resolve(); | ||
throw new LibsqlError("sync not supported in http mode", "SYNC_NOT_SUPPORTED"); | ||
} | ||
@@ -116,0 +116,0 @@ close() { |
{ | ||
"name": "@libsql/client", | ||
"version": "0.4.0-pre.5", | ||
"version": "0.4.0-pre.6", | ||
"keywords": [ | ||
@@ -104,3 +104,3 @@ "libsql", | ||
"js-base64": "^3.7.5", | ||
"libsql": "^0.2.0-pre.4" | ||
"libsql": "^0.2.0-pre.6" | ||
}, | ||
@@ -107,0 +107,0 @@ "devDependencies": { |
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
149078
Updatedlibsql@^0.2.0-pre.6