@signalapp/better-sqlite3
Advanced tools
Comparing version 9.0.6 to 9.0.7-rc.1
@@ -9,8 +9,7 @@ const https = require('https'); | ||
const BASE_URI = `https://build-artifacts.signal.org/desktop`; | ||
const HASH = '4f505f35a4821c940539542f3145e5387327f83363b5f66431e265ec8103e08f'; | ||
const HASH = '4f9381902020998f2d2c2015bdf341484736cd9af7330af194e604a2851e1450'; | ||
const SQLCIPHER_VERSION = '4.6.1'; | ||
const OPENSSL_VERSION = '3.0.7'; | ||
const TOKENIZER_VERSION = '0.2.1'; | ||
const TAG = [SQLCIPHER_VERSION, OPENSSL_VERSION, TOKENIZER_VERSION].join('--'); | ||
const URL = `${BASE_URI}/sqlcipher-${TAG}-${HASH}.tar.gz`; | ||
const EXTENSION_VERSION = '0.1.0'; | ||
const TAG = [SQLCIPHER_VERSION, EXTENSION_VERSION].join('--'); | ||
const URL = `${BASE_URI}/sqlcipher-v2-${TAG}-${HASH}.tar.gz`; | ||
@@ -17,0 +16,0 @@ const tmpFile = path.join(__dirname, 'unverified.tmp'); |
{ | ||
"name": "@signalapp/better-sqlite3", | ||
"version": "9.0.6", | ||
"version": "9.0.7-rc.1", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/WiseLibs/better-sqlite3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
182046
788
1