diff --git a/Makefile b/Makefile index 6a10ef1..88505d7 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 1919aee..a3bb30a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/dist/node-sqlite3-wasm.wasm b/dist/node-sqlite3-wasm.wasm index cb78a3f..b155671 100755 Binary files a/dist/node-sqlite3-wasm.wasm and b/dist/node-sqlite3-wasm.wasm differ