feat(e2ee): introduce OLM encryption. refactor(storage): moved from fs to localstorage. refactor(config): added as global to registrar. chore(npm): upgraded matrix-js-sdk from 2.4.6 release to 9.5.1 release.

This commit is contained in:
vulet 2021-02-01 16:58:59 +08:00
parent 0cd373fb8a
commit 67b88f9c96
28 changed files with 264 additions and 1413 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ligh7hau5",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Matrix to Fediverse client",
"main": "main.js",
"scripts": {
@ -19,14 +19,12 @@
"homepage": "https://github.com/vulet/lighthau5#readme",
"dependencies": {
"axios": "^0.21.1",
"file-system": "^2.2.2",
"form-data": "^3.0.0",
"jsdom": "^16.2.2",
"matrix-js-sdk": "^2.4.6"
"jsdom": "^16.4.0",
"matrix-js-sdk": "^9.5.1",
"node-localstorage": "^2.1.6",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"qs": "^6.9.6"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
}
"devDependencies": {}
}