- matrix-js-sdk updated to v21.2.0

- added node-fetch polyfill for older nodejs versions
- added abort-controller polyfill for older nodejs versions
This commit is contained in:
2022-12-05 21:18:16 -07:00
parent 462f9670c2
commit 22dd9b4ca3
3 changed files with 473 additions and 65 deletions
+3 -1
View File
@@ -3,10 +3,12 @@
"version": "0.6.1",
"description": "Matrix chat server client for Node-RED",
"dependencies": {
"abort-controller": "^3.0.0",
"fs-extra": "^10.0.1",
"got": "^12.0.2",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "^20.0.0",
"matrix-js-sdk": "^21.2.0",
"node-fetch": "^3.3.0",
"node-localstorage": "^2.2.1",
"olm": "https://gitlab.matrix.org/matrix-org/olm/-/package_files/472/download",
"request": "^2.88.2",