Skip to content

Commit

Permalink
Merge pull request #141 from LucioFranco/lucio/remove-cycle
Browse files Browse the repository at this point in the history
Remove cyclic dependency of libsql
  • Loading branch information
LucioFranco authored Sep 10, 2024
2 parents f5ba013 + 203b228 commit a8aa0d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-js"
version = "0.4.3"
version = "0.4.4"
description = ""
authors = ["Pekka Enberg <[email protected]>"]
license = "MIT"
Expand Down
179 changes: 3 additions & 176 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsql",
"version": "0.4.3",
"version": "0.4.4",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",
"os": [
"darwin",
Expand Down Expand Up @@ -67,7 +67,6 @@
},
"dependencies": {
"@neon-rs/load": "^0.0.4",
"detect-libc": "2.0.2",
"libsql": "^0.3.19"
"detect-libc": "2.0.2"
}
}

0 comments on commit a8aa0d5

Please sign in to comment.