@libsql/client
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -58,2 +58,3 @@ "use strict"; | ||
syncUrl: config.syncUrl, | ||
syncInterval: config.syncInterval, | ||
}; | ||
@@ -60,0 +61,0 @@ const db = new libsql_1.default(path, options); |
@@ -37,2 +37,3 @@ import Database from "libsql"; | ||
syncUrl: config.syncUrl, | ||
syncInterval: config.syncInterval, | ||
}; | ||
@@ -39,0 +40,0 @@ const db = new Database(path, options); |
{ | ||
"name": "@libsql/client", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"keywords": [ | ||
@@ -88,3 +88,4 @@ "libsql", | ||
"lib-cjs/**", | ||
"lib-esm/**" | ||
"lib-esm/**", | ||
"README.md" | ||
], | ||
@@ -103,6 +104,6 @@ "scripts": { | ||
"dependencies": { | ||
"@libsql/core": "^0.5.2", | ||
"@libsql/core": "^0.5.3", | ||
"@libsql/hrana-client": "^0.5.6", | ||
"js-base64": "^3.7.5", | ||
"libsql": "^0.3.2" | ||
"libsql": "^0.3.7" | ||
}, | ||
@@ -109,0 +110,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
104176
2602
+ Added@types/node@22.9.1(transitive)
- Removed@types/node@22.9.2(transitive)
Updated@libsql/core@^0.5.3
Updatedlibsql@^0.3.7