You've already forked matrix-js-sdk
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:
@@ -84,7 +84,7 @@
|
|||||||
"jest-localstorage-mock": "^2.4.3",
|
"jest-localstorage-mock": "^2.4.3",
|
||||||
"jsdoc": "^3.6.6",
|
"jsdoc": "^3.6.6",
|
||||||
"matrix-mock-request": "^1.2.3",
|
"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",
|
"rimraf": "^3.0.2",
|
||||||
"terser": "^4.8.0",
|
"terser": "^4.8.0",
|
||||||
"tsify": "^4.0.2",
|
"tsify": "^4.0.2",
|
||||||
|
|||||||
4
src/@types/global.d.ts
vendored
4
src/@types/global.d.ts
vendored
@@ -22,10 +22,6 @@ declare global {
|
|||||||
namespace NodeJS {
|
namespace NodeJS {
|
||||||
interface Global {
|
interface Global {
|
||||||
localStorage: Storage;
|
localStorage: Storage;
|
||||||
Olm: Olm;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
interface Global {
|
|
||||||
Olm: Olm;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5411,9 +5411,9 @@ object.values@^1.1.1:
|
|||||||
function-bind "^1.1.1"
|
function-bind "^1.1.1"
|
||||||
has "^1.0.3"
|
has "^1.0.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":
|
||||||
version "3.2.0"
|
version "3.2.1"
|
||||||
resolved "https://packages.matrix.org/npm/olm/olm-3.2.0.tgz#c91b4daa81e3fd9e45bfce7fd3d58e4472ce0bbf"
|
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:
|
once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
||||||
version "1.4.0"
|
version "1.4.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user