Fix olm library reference.

This commit is contained in:
2022-02-03 11:33:12 -07:00
parent 4d1ec9e65c
commit ae386b90a6
4 changed files with 16 additions and 22 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
{
"name": "node-red-contrib-matrix-chat",
"version": "0.4.0",
"version": "0.4.1",
"description": "Matrix chat server client for Node-RED",
"dependencies": {
"@matrix-org/olm": "^3.2.8",
"fs-extra": "^9.1.0",
"got": "^11.8.2",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "^15.3.0",
"node-localstorage": "^2.2.1",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"process": "^0.11.10",
"utf8": "^3.0.0"
},