@libsql/client
Advanced tools
@@ -70,2 +70,3 @@ "use strict"; | ||
| offline: config.offline, | ||
| timeout: config.timeout, | ||
| }; | ||
@@ -72,0 +73,0 @@ const db = new libsql_1.default(path, options); |
@@ -49,2 +49,3 @@ import Database from "libsql"; | ||
| offline: config.offline, | ||
| timeout: config.timeout, | ||
| }; | ||
@@ -51,0 +52,0 @@ const db = new Database(path, options); |
+2
-2
| { | ||
| "name": "@libsql/client", | ||
| "version": "0.17.3", | ||
| "version": "0.17.4", | ||
| "keywords": [ | ||
@@ -106,3 +106,3 @@ "libsql", | ||
| "dependencies": { | ||
| "@libsql/core": "^0.17.3", | ||
| "@libsql/core": "^0.17.4", | ||
| "@libsql/hrana-client": "^0.10.0", | ||
@@ -109,0 +109,0 @@ "js-base64": "^3.7.5", |
140193
0.05%3417
0.06%Updated