Update SQLCipher to 4.3.0
This commit is contained in:
parent
32c0a8fbf6
commit
68ee557dcf
3 changed files with 7 additions and 16 deletions
|
@ -10,6 +10,9 @@ let quitText = 'Quit';
|
|||
let copyErrorAndQuitText = 'Copy error and quit';
|
||||
|
||||
function handleError(prefix, error) {
|
||||
if (console._error) {
|
||||
console._error(`${prefix}:`, Errors.toLogFormat(error));
|
||||
}
|
||||
console.error(`${prefix}:`, Errors.toLogFormat(error));
|
||||
|
||||
if (app.isReady()) {
|
||||
|
|
16
package.json
16
package.json
|
@ -62,7 +62,7 @@
|
|||
"fs-xattr": "0.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#00fd0f8a6623c6683280976d2a92b41d09c744bc",
|
||||
"@journeyapps/sqlcipher": "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#b10f232fac62ba7f8775c9e086bb5558fe7d948b",
|
||||
"@sindresorhus/is": "0.8.0",
|
||||
"array-move": "2.1.0",
|
||||
"backbone": "1.3.3",
|
||||
|
@ -290,16 +290,6 @@
|
|||
],
|
||||
"target": [
|
||||
"nsis"
|
||||
],
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "node_modules/@journeyapps/sqlcipher/build/Release/",
|
||||
"to": ".",
|
||||
"filter": [
|
||||
"msvcp140.dll",
|
||||
"vcruntime140.dll"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"nsis": {
|
||||
|
@ -387,9 +377,7 @@
|
|||
"node_modules/sharp/build/**",
|
||||
"!node_modules/@journeyapps/sqlcipher/deps/*",
|
||||
"!node_modules/@journeyapps/sqlcipher/build/*",
|
||||
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*",
|
||||
"!node_modules/@journeyapps/sqlcipher/lib/binding/electron-*/msvcp140.dll",
|
||||
"!node_modules/@journeyapps/sqlcipher/lib/binding/electron-*/vcruntime140.dll"
|
||||
"!node_modules/@journeyapps/sqlcipher/lib/binding/node-*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1264,9 +1264,9 @@
|
|||
resolved "https://registry.yarnpkg.com/@icons/material/-/material-0.2.4.tgz#e90c9f71768b3736e76d7dd6783fc6c2afa88bc8"
|
||||
integrity sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==
|
||||
|
||||
"@journeyapps/sqlcipher@https://github.com/scottnonnenberg-signal/node-sqlcipher.git#00fd0f8a6623c6683280976d2a92b41d09c744bc":
|
||||
"@journeyapps/sqlcipher@https://github.com/scottnonnenberg-signal/node-sqlcipher.git#b10f232fac62ba7f8775c9e086bb5558fe7d948b":
|
||||
version "4.0.0"
|
||||
resolved "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#00fd0f8a6623c6683280976d2a92b41d09c744bc"
|
||||
resolved "https://github.com/scottnonnenberg-signal/node-sqlcipher.git#b10f232fac62ba7f8775c9e086bb5558fe7d948b"
|
||||
dependencies:
|
||||
nan "^2.12.1"
|
||||
node-pre-gyp "^0.11.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue