@signalapp/better-sqlite3
Advanced tools
Comparing version
@@ -9,6 +9,6 @@ const https = require('https'); | ||
const BASE_URI = `https://build-artifacts.signal.org/desktop`; | ||
const HASH = '057008836632dfa5188f84eb073a3036688bacc73cfc64ad18af7a1f4e21b1c3'; | ||
const HASH = 'c5c051b19b8f4659606f1dff6c735bc4b0e0df85c470c035073f61c5e0a18200'; | ||
const SQLCIPHER_VERSION = '4.5.2'; | ||
const OPENSSL_VERSION = '3.0.7'; | ||
const TOKENIZER_VERSION = '0.1.0'; | ||
const TOKENIZER_VERSION = '0.2.0'; | ||
const TAG = [SQLCIPHER_VERSION, OPENSSL_VERSION, TOKENIZER_VERSION].join('--'); | ||
@@ -15,0 +15,0 @@ const URL = `${BASE_URI}/sqlcipher-${TAG}-${HASH}.tar.gz`; |
{ | ||
"name": "@signalapp/better-sqlite3", | ||
"version": "8.3.1", | ||
"version": "8.4.0", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |