- matrix-crypt-file documentation updated (it cannot encrypt, only decrypts)

- matrix-js-sdk update from 15.5.0 to 16.0.0
- Fixed matrix-js-sdk breaking changes
- @matrix-org_olm-3.2.8.tgz added to package since there is no npm release for this. It fixes some errors so we need it.
This commit is contained in:
2022-03-17 14:23:22 -06:00
parent d304cb95f6
commit ac68060825
6 changed files with 61 additions and 34 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
"fs-extra": "^10.0.0",
"got": "^12.0.1",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "^15.5.0",
"matrix-js-sdk": "^16.0.0",
"node-localstorage": "^2.2.1",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"olm": "./@matrix-org_olm-3.2.8.tgz",
"utf8": "^3.0.0"
},
"node-red": {