Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash

SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410000.zip
SQLITE_HASH = 052c721508b208403ab5ba939ee3cead56a8bd03225ffc778948e3c59c83b7ee
SQLITE_URL = https://www.sqlite.org/2023/sqlite-amalgamation-3410100.zip
SQLITE_HASH = 02c0b580272ff9160b4c70459f85fd1a1c602a9f081c2c375b32ffa68483f55e
SQLITE_SRC_FILES = sqlite-src/sqlite3.c sqlite-src/sqlite3.h

JS_PRE_FILES = src/api.js src/vfs-pre.js
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**_node-sqlite3-wasm_**

[![npm](https://img.shields.io/npm/v/node-sqlite3-wasm.svg)](https://www.npmjs.com/package/node-sqlite3-wasm)
[![SQLite](https://img.shields.io/badge/SQLite-3.41.0-blue)](https://www.sqlite.org/index.html)
[![SQLite](https://img.shields.io/badge/SQLite-3.41.1-blue)](https://www.sqlite.org/index.html)

# WebAssembly build of SQLite3 for Node.js

Expand All @@ -26,7 +26,7 @@ implementing an [SQLite OS Interface or "VFS"](https://www.sqlite.org/vfs.html)
that translates SQLite file access to [Node.js' file system
API](https://nodejs.org/api/fs.html).

_node-sqlite3-wasm_ is currently based on SQLite 3.41.0.
_node-sqlite3-wasm_ is currently based on SQLite 3.41.1.
It is a minimal implementation. In
particular, it does not support

Expand Down
Binary file modified dist/node-sqlite3-wasm.wasm
Binary file not shown.