1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

bump olm release again and fix global.d.ts to work with the olm TS definitions

This commit is contained in:
Hubert Chathi
2020-10-06 17:55:40 -04:00
parent bb2502409b
commit 5dced57724
3 changed files with 4 additions and 8 deletions

View File

@@ -84,7 +84,7 @@
"jest-localstorage-mock": "^2.4.3",
"jsdoc": "^3.6.6",
"matrix-mock-request": "^1.2.3",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.0.tgz",
"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
"rimraf": "^3.0.2",
"terser": "^4.8.0",
"tsify": "^4.0.2",

View File

@@ -22,10 +22,6 @@ declare global {
namespace NodeJS {
interface Global {
localStorage: Storage;
Olm: Olm;
}
}
interface Global {
Olm: Olm;
}
}

View File

@@ -5411,9 +5411,9 @@ object.values@^1.1.1:
function-bind "^1.1.1"
has "^1.0.3"
"olm@https://packages.matrix.org/npm/olm/olm-3.2.0.tgz":
version "3.2.0"
resolved "https://packages.matrix.org/npm/olm/olm-3.2.0.tgz#c91b4daa81e3fd9e45bfce7fd3d58e4472ce0bbf"
"olm@https://packages.matrix.org/npm/olm/olm-3.2.1.tgz":
version "3.2.1"
resolved "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz#d623d76f99c3518dde68be8c86618d68bc7b004a"
once@^1.3.0, once@^1.3.1, once@^1.4.0:
version "1.4.0"