Merge remote-tracking branch 'origin/feature/update_bettersqlite3' into feature/server_esm_part3

This commit is contained in:
Elian Doran 2024-07-24 00:02:15 +03:00
commit f382d3c728
No known key found for this signature in database
8 changed files with 7 additions and 7 deletions

BIN
bin/better-sqlite3/linux-desktop-better_sqlite3.node Normal file → Executable file

Binary file not shown.

BIN
bin/better-sqlite3/linux-server-better_sqlite3.node Normal file → Executable file

Binary file not shown.

BIN
bin/better-sqlite3/mac-arm64-better_sqlite3.node Normal file → Executable file

Binary file not shown.

BIN
bin/better-sqlite3/mac-x64-better_sqlite3.node Normal file → Executable file

Binary file not shown.

View File

@ -55,4 +55,4 @@ pushd dist
tar cJf "trilium-linux-x64-${VERSION}.tar.xz" trilium-linux-x64 tar cJf "trilium-linux-x64-${VERSION}.tar.xz" trilium-linux-x64
popd popd
bin/build-debian.sh #bin/build-debian.sh

10
package-lock.json generated
View File

@ -16,7 +16,7 @@
"archiver": "^7.0.1", "archiver": "^7.0.1",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",
"axios": "^1.7.2", "axios": "^1.7.2",
"better-sqlite3": "8.5.0", "better-sqlite3": "^11.1.2",
"boxicons": "2.1.4", "boxicons": "2.1.4",
"chokidar": "3.6.0", "chokidar": "3.6.0",
"cls-hooked": "4.2.2", "cls-hooked": "4.2.2",
@ -3622,13 +3622,13 @@
} }
}, },
"node_modules/better-sqlite3": { "node_modules/better-sqlite3": {
"version": "8.5.0", "version": "11.1.2",
"resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-8.5.0.tgz", "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-11.1.2.tgz",
"integrity": "sha512-vbPcv/Hx5WYdyNg/NbcfyaBZyv9s/NVbxb7yCeC5Bq1pVocNxeL2tZmSu3Rlm4IEOTjYdGyzWQgyx0OSdORBzw==", "integrity": "sha512-gujtFwavWU4MSPT+h9B+4pkvZdyOUkH54zgLdIrMmmmd4ZqiBIrRNBzNzYVFO417xo882uP5HBu4GjOfaSrIQw==",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"bindings": "^1.5.0", "bindings": "^1.5.0",
"prebuild-install": "^7.1.0" "prebuild-install": "^7.1.1"
} }
}, },
"node_modules/bezier-easing": { "node_modules/bezier-easing": {

View File

@ -53,7 +53,7 @@
"archiver": "^7.0.1", "archiver": "^7.0.1",
"async-mutex": "^0.5.0", "async-mutex": "^0.5.0",
"axios": "^1.7.2", "axios": "^1.7.2",
"better-sqlite3": "8.5.0", "better-sqlite3": "^11.1.2",
"boxicons": "2.1.4", "boxicons": "2.1.4",
"chokidar": "3.6.0", "chokidar": "3.6.0",
"cls-hooked": "4.2.2", "cls-hooked": "4.2.2",