Skip to content

Commit 3205a4f

Browse files
feat: added kvvfs tests, prepared new release (#147)
* test: added kvvfs tests, along with reproduction of GH issue 146 * chore: update SQLite Wasm binaries from master (561e28b75b64aea7352e5b0a9422b2c3a728e45b) (#21) Co-authored-by: jurerotar <[email protected]> * chore: prepared new release * chore: prepared new release, updated tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f3ecc99 commit 3205a4f

7 files changed

Lines changed: 357 additions & 262 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.51.2-build5",
3+
"version": "3.51.2-build6",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"type": "module",
66
"repository": {
@@ -63,12 +63,12 @@
6363
"node": ">=22"
6464
},
6565
"devDependencies": {
66-
"@types/node": "^25.0.10",
66+
"@types/node": "^25.1.0",
6767
"@vitest/browser": "^4.0.18",
6868
"@vitest/browser-playwright": "^4.0.18",
69-
"happy-dom": "^20.3.9",
69+
"happy-dom": "^20.4.0",
7070
"http-server": "github:vapier/http-server",
71-
"lefthook": "2.0.15",
71+
"lefthook": "2.0.16",
7272
"playwright": "^1.58.0",
7373
"prettier": "^3.8.1",
7474
"prettier-plugin-jsdoc": "^1.8.0",

0 commit comments

Comments
 (0)