Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit db6f7da

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent 0b16c93 commit db6f7da

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"maplibre-gl": "^2.0.0",
109109
"matrix-encrypt-attachment": "^1.0.3",
110110
"matrix-events-sdk": "0.0.1",
111-
"matrix-js-sdk": "31.4.0",
111+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
112112
"matrix-widget-api": "^1.5.0",
113113
"memoize-one": "^6.0.0",
114114
"minimist": "^1.2.5",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,10 +1816,10 @@
18161816
emojibase "^15.0.0"
18171817
emojibase-data "^15.0.0"
18181818

1819-
"@matrix-org/matrix-sdk-crypto-wasm@^4.5.0":
1820-
version "4.5.0"
1821-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-4.5.0.tgz#f55ae28f2cd1bce14fa98069840dd31b2172732a"
1822-
integrity sha512-QINqNfBRrkVv9vB+hR+OW4RO6cwf8nt4GEbREiS09L5eUK6xa5REpeXyh7ty1QusYk/DBiNadNcM5ROEPk9dcQ==
1819+
"@matrix-org/matrix-sdk-crypto-wasm@^4.6.0":
1820+
version "4.6.0"
1821+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-4.6.0.tgz#35224214c7638abbe2bc91fb4fa4fb022a1a2bf0"
1822+
integrity sha512-v9PFWzSTWMlZKbyk3PPsZjUtOEQ7FIz5USD3lFRUWiS4pv0FOKR125VOUnR5Z/kAty57JXCHDAexCln3zE2Fww==
18231823

18241824
"@matrix-org/[email protected]":
18251825
version "2.17.0"
@@ -6910,13 +6910,12 @@ [email protected]:
69106910
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69116911
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69126912

6913-
matrix-js-sdk@31.4.0:
6913+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
69146914
version "31.4.0"
6915-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-31.4.0.tgz#5ce5a9cb4cae6aed3e75b5e43c8f8be29ff4f49c"
6916-
integrity sha512-KtpBaI9QVL+uW1nfwXdGp2Qr9Z10pd6mCZhxxDi5lIlzx74T5p/w6tDXeQuLG4Ylt3rT8x0LB2DbamUgHUZg5Q==
6915+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/6176faef48e5f952a8be82354874fd87358e97a7"
69176916
dependencies:
69186917
"@babel/runtime" "^7.12.5"
6919-
"@matrix-org/matrix-sdk-crypto-wasm" "^4.5.0"
6918+
"@matrix-org/matrix-sdk-crypto-wasm" "^4.6.0"
69206919
another-json "^0.2.0"
69216920
bs58 "^5.0.0"
69226921
content-type "^1.0.4"

0 commit comments

Comments
 (0)