Skip to content

Commit

Permalink
Merge pull request #196 from tursodatabase/bump-hrana
Browse files Browse the repository at this point in the history
Bump Hrana client to 0.6.0
  • Loading branch information
penberg authored Mar 28, 2024
2 parents 807d78d + fac2735 commit dc77a13
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 118 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Setup Node.js"
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
cache-dependency-path: "packages/libsql-client-wasm"
- name: "Build core"
Expand All @@ -45,7 +45,7 @@ jobs:
- name: "Setup Node.js"
uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "18.x"
cache: "npm"
cache-dependency-path: "packages/libsql-client"
- name: "Build core"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

* Bump hrana client to 0.6.0, which uses native Node fetch().

## 0.5.6 -- 2024-03-12

* Bump `libsql` package dependency to 0.3.10 that adds `wasm32` as
Expand Down
123 changes: 8 additions & 115 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/libsql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"dependencies": {
"@libsql/core": "^0.5.6",
"@libsql/hrana-client": "^0.5.6",
"@libsql/hrana-client": "^0.6.0",
"js-base64": "^3.7.5",
"libsql": "^0.3.10"
},
Expand Down

0 comments on commit dc77a13

Please sign in to comment.