@signalapp/better-sqlite3
Advanced tools
Comparing version
@@ -9,4 +9,4 @@ const https = require('https'); | ||
const BASE_URI = `https://build-artifacts.signal.org/desktop`; | ||
const HASH = 'ef53ea45ed92b928ecfd33c552d8d405263e86e63dec38e1ec63e1b0193b630b'; | ||
const SQLCIPHER_VERSION = '4.5.5-fts5-fix'; | ||
const HASH = '7c30de8bcb5d21127803f5ab19a097e1b508d05744aca3ac6166352506b5f451'; | ||
const SQLCIPHER_VERSION = '4.6.1'; | ||
const OPENSSL_VERSION = '3.0.7'; | ||
@@ -13,0 +13,0 @@ const TOKENIZER_VERSION = '0.2.1'; |
{ | ||
"name": "@signalapp/better-sqlite3", | ||
"version": "8.7.1", | ||
"version": "8.8.0", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
242729
0