Update to libsignal-client v0.10.1 with zkgroup included

This commit is contained in:
Jordan Rose 2021-11-11 07:24:28 -08:00 committed by GitHub
parent 6445a01f2a
commit 983713003d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 58 additions and 348 deletions

View file

@ -13,11 +13,7 @@ const {
optionalDependencies = {},
} = require('../package.json');
const SKIPPED_DEPENDENCIES = new Set([
'ringrtc',
'zkgroup',
'@signalapp/signal-client',
]);
const SKIPPED_DEPENDENCIES = new Set(['ringrtc', '@signalapp/signal-client']);
const rootDir = join(__dirname, '..');
const nodeModulesPath = join(rootDir, 'node_modules');