@signalapp/better-sqlite3
Advanced tools
Comparing version 9.0.10 to 9.0.11
@@ -9,5 +9,5 @@ const https = require('https'); | ||
const BASE_URI = `https://build-artifacts.signal.org/desktop`; | ||
const HASH = '8f4468fc11e54645cb974403d81650ed4f1a81817d9110369aa57fea567a4d51'; | ||
const HASH = '6253f886c40e49bf892d5cdc92b2eb200b12cd8d80c48ce5b05967cfd01ee8c7'; | ||
const SQLCIPHER_VERSION = '4.6.1-signal-patch2'; | ||
const EXTENSION_VERSION = '0.2.1-asm'; | ||
const EXTENSION_VERSION = '0.2.1-asm2'; | ||
const TAG = [SQLCIPHER_VERSION, EXTENSION_VERSION].join('--'); | ||
@@ -14,0 +14,0 @@ const URL = `${BASE_URI}/sqlcipher-v2-${TAG}-${HASH}.tar.gz`; |
{ | ||
"name": "@signalapp/better-sqlite3", | ||
"version": "9.0.10", | ||
"version": "9.0.11", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
181886