Skip to content

Commit 8dbeedc

Browse files
Update to SQLite 3.41.1 (#6)
1 parent e4bbdf0 commit 8dbeedc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL := /bin/bash
22

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

77
JS_PRE_FILES = src/api.js src/vfs-pre.js

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**_node-sqlite3-wasm_**
22

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

66
# WebAssembly build of SQLite3 for Node.js
77

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

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

dist/node-sqlite3-wasm.wasm

675 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)