Compare commits

..

No commits in common. "8a7fba39e8292398a7b90b5f72b8a8b3942548a6" and "78f8ab7abb476e3300687f4e8b863d057ae9917f" have entirely different histories.

3 changed files with 6940 additions and 8896 deletions

BIN
@matrix-org_olm-3.2.8.tgz Normal file

Binary file not shown.

15830
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
{
"name": "node-red-contrib-matrix-chat",
"version": "0.7.1",
"version": "0.7.0",
"description": "Matrix chat server client for Node-RED",
"dependencies": {
"abort-controller": "^3.0.0",
"fs-extra": "^11.1.0",
"got": "^12.0.2",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "^28.0.0",
"matrix-js-sdk": "^22.0.0",
"node-fetch": "^3.3.0",
"node-localstorage": "^2.2.1",
"olm": "https://gitlab.matrix.org/matrix-org/olm/-/package_files/2572/download",
"olm": "https://gitlab.matrix.org/matrix-org/olm/-/package_files/472/download",
"request": "^2.88.2",
"utf8": "^3.0.0"
},