Skip to content

upgrade libsql-js: 0.4.1 -> 0.4.4 #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 13, 2024
Merged

upgrade libsql-js: 0.4.1 -> 0.4.4 #262

merged 3 commits into from
Sep 13, 2024

Conversation

sivukhin
Copy link
Contributor

@sivukhin sivukhin commented Sep 13, 2024

We need latest version of libsql-js to have full vector support in embedded replicas

This PR also adds simple example with vector feature in embedded replica.

+ add vector sync example

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
},
"optionalDependencies": {
"@libsql/darwin-arm64": "0.4.1",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm....not sure why this huge diff is produced...
I just run npm install in the root of the project which automatically fix package-lock.json...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is due to the fix I made for having a cyclic dependency so this makes sense

@sivukhin sivukhin requested review from penberg and LucioFranco and removed request for penberg September 13, 2024 12:30
},
"optionalDependencies": {
"@libsql/darwin-arm64": "0.4.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is due to the fix I made for having a cyclic dependency so this makes sense

@sivukhin sivukhin merged commit 10cd150 into main Sep 13, 2024
4 checks passed
@penberg penberg deleted the upgrade-to-0.4.4 branch September 13, 2024 12:51
@@ -0,0 +1,51 @@
import { createClient } from "@libsql/client";
import reader from "readline-sync";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This example suggests a deprecated lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants