Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Dec 2, 2024
1 parent 3f86ae8 commit a0252f3
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 51 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqlite.org/sqlite-wasm",
"version": "3.47.0-build1",
"version": "3.47.1-build1",
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
"keywords": [
"sqlite",
Expand Down Expand Up @@ -42,7 +42,7 @@
"start": "npx http-server --coop",
"fix": "npx prettier . --write",
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types",
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --access public"
},
"repository": {
"type": "git",
Expand All @@ -59,10 +59,10 @@
"http-server": "github:vapier/http-server",
"module-workers-polyfill": "^0.3.2",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"prettier-plugin-jsdoc": "^1.3.0",
"publint": "^0.2.11",
"publint": "^0.2.12",
"shx": "^0.3.4",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
14 changes: 7 additions & 7 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.47.0"
** SQLITE_VERSION_NUMBER 3047000
** SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e"
** SQLITE_VERSION "3.47.1"
** SQLITE_VERSION_NUMBER 3047001
** SQLITE_SOURCE_ID "2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e"
**
** Using the Emscripten SDK version 3.1.67.
*/
Expand Down Expand Up @@ -10159,11 +10159,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.47.0',
libVersionNumber: 3047000,
libVersion: '3.47.1',
libVersionNumber: 3047001,
sourceId:
'2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e',
downloadVersion: 3470000,
'2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e',
downloadVersion: 3470100,
};
});

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.47.0"
** SQLITE_VERSION_NUMBER 3047000
** SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e"
** SQLITE_VERSION "3.47.1"
** SQLITE_VERSION_NUMBER 3047001
** SQLITE_SOURCE_ID "2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e"
**
** Using the Emscripten SDK version 3.1.67.
*/
Expand Down Expand Up @@ -10179,11 +10179,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.47.0',
libVersionNumber: 3047000,
libVersion: '3.47.1',
libVersionNumber: 3047001,
sourceId:
'2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e',
downloadVersion: 3470000,
'2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e',
downloadVersion: 3470100,
};
});

Expand Down
14 changes: 7 additions & 7 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.47.0"
** SQLITE_VERSION_NUMBER 3047000
** SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e"
** SQLITE_VERSION "3.47.1"
** SQLITE_VERSION_NUMBER 3047001
** SQLITE_SOURCE_ID "2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e"
**
** Using the Emscripten SDK version 3.1.67.
*/
Expand Down Expand Up @@ -10185,11 +10185,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.47.0',
libVersionNumber: 3047000,
libVersion: '3.47.1',
libVersionNumber: 3047001,
sourceId:
'2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e',
downloadVersion: 3470000,
'2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e',
downloadVersion: 3470100,
};
});

Expand Down
14 changes: 7 additions & 7 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.47.0"
** SQLITE_VERSION_NUMBER 3047000
** SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e"
** SQLITE_VERSION "3.47.1"
** SQLITE_VERSION_NUMBER 3047001
** SQLITE_SOURCE_ID "2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e"
**
** Using the Emscripten SDK version 3.1.67.
*/
Expand Down Expand Up @@ -10163,11 +10163,11 @@ var sqlite3InitModule = (() => {

globalThis.sqlite3ApiBootstrap.initializers.push(function (sqlite3) {
sqlite3.version = {
libVersion: '3.47.0',
libVersionNumber: 3047000,
libVersion: '3.47.1',
libVersionNumber: 3047001,
sourceId:
'2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e',
downloadVersion: 3470000,
'2024-11-25 12:07:48 b95d11e958643b969c47a8e5857f3793b9e69700b8f1469371386369a26e577e',
downloadVersion: 3470100,
};
});

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

0 comments on commit a0252f3

Please sign in to comment.