Skip to content

Commit 5210326

Browse files
authored
Update libsql core version (#334)
to fix the build failures - https://github.com/tursodatabase/libsql-client-ts/actions/runs/19232069503/job/54972689503 ## AI Disclosure This solution was found by Claude Code.
2 parents 4563444 + 00c53c3 commit 5210326

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

package-lock.json

Lines changed: 6 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/libsql-client-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"typedoc": "rm -rf ./docs && typedoc"
5959
},
6060
"dependencies": {
61-
"@libsql/core": "^0.15.14",
61+
"@libsql/core": "^0.16.0",
6262
"@libsql/libsql-wasm-experimental": "^0.0.2",
6363
"js-base64": "^3.7.5"
6464
},

packages/libsql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"lint-staged": "lint-staged"
104104
},
105105
"dependencies": {
106-
"@libsql/core": "^0.15.14",
106+
"@libsql/core": "^0.16.0",
107107
"@libsql/hrana-client": "^0.7.0",
108108
"js-base64": "^3.7.5",
109109
"libsql": "^0.5.22",

0 commit comments

Comments
 (0)