Skip to content

Commit

Permalink
Release v3.45.3-build1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Apr 16, 2024
1 parent 9e9be79 commit f96eb69
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 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.2-build1",
"version": "3.45.3-build1",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
"keywords": [
"sqlite",
Expand Down
16 changes: 8 additions & 8 deletions sqlite-wasm/jswasm/sqlite3-bundler-friendly.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.2"
** SQLITE_VERSION_NUMBER 3045002
** SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77"
** SQLITE_VERSION "3.45.3"
** SQLITE_VERSION_NUMBER 3045003
** SQLITE_SOURCE_ID "2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10534,11 +10534,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.2',
libVersionNumber: 3045002,
libVersion: '3.45.3',
libVersionNumber: 3045003,
sourceId:
'2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77',
downloadVersion: 3450200,
'2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355',
downloadVersion: 3450300,
};
});

Expand Down Expand Up @@ -14338,7 +14338,7 @@ var sqlite3InitModule = (() => {
})
.catch(async (e) => {
await thePool.removeVfs().catch(() => {});
return e;
throw e;
});
})
.catch((err) => {
Expand Down
14 changes: 7 additions & 7 deletions sqlite-wasm/jswasm/sqlite3-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.2"
** SQLITE_VERSION_NUMBER 3045002
** SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77"
** SQLITE_VERSION "3.45.3"
** SQLITE_VERSION_NUMBER 3045003
** SQLITE_SOURCE_ID "2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10579,11 +10579,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.2',
libVersionNumber: 3045002,
libVersion: '3.45.3',
libVersionNumber: 3045003,
sourceId:
'2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77',
downloadVersion: 3450200,
'2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355',
downloadVersion: 3450300,
};
});

Expand Down
16 changes: 8 additions & 8 deletions sqlite-wasm/jswasm/sqlite3.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.2"
** SQLITE_VERSION_NUMBER 3045002
** SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77"
** SQLITE_VERSION "3.45.3"
** SQLITE_VERSION_NUMBER 3045003
** SQLITE_SOURCE_ID "2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10562,11 +10562,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.2',
libVersionNumber: 3045002,
libVersion: '3.45.3',
libVersionNumber: 3045003,
sourceId:
'2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77',
downloadVersion: 3450200,
'2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355',
downloadVersion: 3450300,
};
});

Expand Down Expand Up @@ -14364,7 +14364,7 @@ var sqlite3InitModule = (() => {
})
.catch(async (e) => {
await thePool.removeVfs().catch(() => {});
return e;
throw e;
});
})
.catch((err) => {
Expand Down
16 changes: 8 additions & 8 deletions sqlite-wasm/jswasm/sqlite3.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
/*
** This code was built from sqlite3 version...
**
** SQLITE_VERSION "3.45.2"
** SQLITE_VERSION_NUMBER 3045002
** SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77"
** SQLITE_VERSION "3.45.3"
** SQLITE_VERSION_NUMBER 3045003
** SQLITE_SOURCE_ID "2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355"
**
** Using the Emscripten SDK version 3.1.30.
*/
Expand Down Expand Up @@ -10538,11 +10538,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.45.2',
libVersionNumber: 3045002,
libVersion: '3.45.3',
libVersionNumber: 3045003,
sourceId:
'2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6af77',
downloadVersion: 3450200,
'2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1e8355',
downloadVersion: 3450300,
};
});

Expand Down Expand Up @@ -14340,7 +14340,7 @@ var sqlite3InitModule = (() => {
})
.catch(async (e) => {
await thePool.removeVfs().catch(() => {});
return e;
throw e;
});
})
.catch((err) => {
Expand Down
Binary file modified sqlite-wasm/jswasm/sqlite3.wasm
Binary file not shown.

0 comments on commit f96eb69

Please sign in to comment.