Upgrade from matrix-js-sdk v34 to v34.13.0

This commit is contained in:
2026-02-19 22:45:31 -07:00
parent 99909a77c3
commit 68e63e5def
4 changed files with 111 additions and 124 deletions
+6 -3
View File
@@ -9,7 +9,7 @@
"got": "^12.0.2",
"image-size": "^1.0.2",
"isomorphic-webcrypto": "^2.3.8",
"matrix-js-sdk": "34.11.1",
"matrix-js-sdk": "^34.13.0",
"mime": "^3.0.0",
"node-fetch": "^3.3.0",
"node-localstorage": "^2.2.1",
@@ -55,7 +55,7 @@
}
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"keywords": [
"node-red",
@@ -72,5 +72,8 @@
"name": "Skylar Sadlier",
"url": "https://skylar.tech"
},
"license": "SEE LICENSE FILE"
"license": "SEE LICENSE FILE",
"engines": {
"node": ">=18.0.0"
}
}