Skip to content

Commit

Permalink
Release v3.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Jan 31, 2024
1 parent eb3fcbf commit bf14655
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 19 deletions.
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.45.0-build1",
"version": "3.45.1-build1",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
"keywords": [
"sqlite",
Expand Down
11 changes: 7 additions & 4 deletions sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.1"
** SQLITE_VERSION_NUMBER 3045001
** SQLITE_SOURCE_ID "2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10531,11 +10534,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.0',
libVersionNumber: 3045000,
libVersion: '3.45.1',
libVersionNumber: 3045001,
sourceId:
'2024-01-15 17:01:13 1066602b2b1976fe58b5150777cced894af17c803e068f5918390d6915b46e1d',
downloadVersion: 3450000,
'2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a',
downloadVersion: 3450100,
};
});

Expand Down
11 changes: 7 additions & 4 deletions sqlite-wasm/jswasm/sqlite3-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.1"
** SQLITE_VERSION_NUMBER 3045001
** SQLITE_SOURCE_ID "2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10576,11 +10579,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.0',
libVersionNumber: 3045000,
libVersion: '3.45.1',
libVersionNumber: 3045001,
sourceId:
'2024-01-15 17:01:13 1066602b2b1976fe58b5150777cced894af17c803e068f5918390d6915b46e1d',
downloadVersion: 3450000,
'2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a',
downloadVersion: 3450100,
};
});

Expand Down
11 changes: 7 additions & 4 deletions sqlite-wasm/jswasm/sqlite3.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.1"
** SQLITE_VERSION_NUMBER 3045001
** SQLITE_SOURCE_ID "2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10559,11 +10562,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.0',
libVersionNumber: 3045000,
libVersion: '3.45.1',
libVersionNumber: 3045001,
sourceId:
'2024-01-15 17:01:13 1066602b2b1976fe58b5150777cced894af17c803e068f5918390d6915b46e1d',
downloadVersion: 3450000,
'2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a',
downloadVersion: 3450100,
};
});

Expand Down
11 changes: 7 additions & 4 deletions sqlite-wasm/jswasm/sqlite3.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.1"
** SQLITE_VERSION_NUMBER 3045001
** SQLITE_SOURCE_ID "2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10535,11 +10538,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.0',
libVersionNumber: 3045000,
libVersion: '3.45.1',
libVersionNumber: 3045001,
sourceId:
'2024-01-15 17:01:13 1066602b2b1976fe58b5150777cced894af17c803e068f5918390d6915b46e1d',
downloadVersion: 3450000,
'2024-01-30 16:01:20 e876e51a0ed5c5b3126f52e532044363a014bc594cfefa87ffb5b82257cc467a',
downloadVersion: 3450100,
};
});

Expand Down
Binary file modified sqlite-wasm/jswasm/sqlite3.wasm
Binary file not shown.

0 comments on commit bf14655

Please sign in to comment.