Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "libsql", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "", | ||
@@ -64,6 +64,6 @@ "os": [ | ||
"optionalDependencies": { | ||
"@libsql/darwin-arm64": "0.1.16", | ||
"@libsql/linux-x64-gnu": "0.1.16", | ||
"@libsql/linux-x64-musl": "0.1.16" | ||
"@libsql/darwin-arm64": "0.1.17", | ||
"@libsql/linux-x64-gnu": "0.1.17", | ||
"@libsql/linux-x64-musl": "0.1.17" | ||
} | ||
} |
@@ -8,3 +8,3 @@ # libSQL API for JavaScript/TypeScript | ||
Please note you are currently encouraged to use the [libSQL SDK](https://github.com/libsql/libsql-client-ts) as it is more mature at this point and also supports serverless applications that only can use `fetch()`. | ||
**Please note you are currently encouraged to use the [libSQL SDK](https://github.com/libsql/libsql-client-ts) as it is more mature at this point and also supports serverless applications that only can use `fetch()`.** | ||
@@ -11,0 +11,0 @@ ## Features |
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
28781