Fix attachment decryption

This commit is contained in:
proteriax
2021-10-29 18:49:34 -04:00
parent e2e20a5dc8
commit 4f41c45c9c
8 changed files with 503 additions and 724 deletions

View File

@ -7,6 +7,7 @@
"scripts": {
"build": "rollup -c; cp src/adapters/index.d.ts lib/adapters/; prettier --write lib >/dev/null",
"build:docs": "typedoc --out docs src/index.ts --excludePrivate",
"design": "marked -o design.html < design.md",
"test": "node --expose-gc node_modules/mocha/bin/_mocha test/**/*.test.ts",
"repl": "node -r ts-node/register/transpile-only src/repl.ts",
"start": "electron ./electron/index.js"
@ -41,6 +42,7 @@
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"fs-extra": "^10.0.0",
"marked": "^3.0.8",
"memfs": "^3.3.0",
"mocha": "^9.1.2",
"mochawesome": "^6.3.0",