mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2026-05-13 18:31:16 -06:00
- 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:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user