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

Commit 3c405ac

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent 385e5a8 commit 3c405ac

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
@@ -105,7 +105,7 @@
105105
"maplibre-gl": "^2.0.0",
106106
"matrix-encrypt-attachment": "^1.0.3",
107107
"matrix-events-sdk": "0.0.1",
108-
"matrix-js-sdk": "31.0.0",
108+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
109109
"matrix-widget-api": "^1.5.0",
110110
"memoize-one": "^6.0.0",
111111
"minimist": "^1.2.5",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,10 +1832,10 @@
18321832
emojibase "^15.0.0"
18331833
emojibase-data "^15.0.0"
18341834

1835-
"@matrix-org/matrix-sdk-crypto-wasm@^3.5.0":
1836-
version "3.5.0"
1837-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.5.0.tgz#997d63ae12304142513fe93c5e0872ff10ca30b4"
1838-
integrity sha512-7as0jJTje+rFu9AF8LEO0tmhtHcou2YQnZOtpiP+lS5rDfIPv5CL8/eb45fzDnbQybt9Jm5zdjBdiLBEaUg2dQ==
1835+
"@matrix-org/matrix-sdk-crypto-wasm@^3.6.0":
1836+
version "3.6.0"
1837+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.6.0.tgz#385aa579d7b7546d85c9b20bf6ba780f799bdda3"
1838+
integrity sha512-fvuYczcp/r/MOkOAUbK+tMaTerEe7/QHGQcRJz3W3JuEma0YN59d35zTBlts7EkN6Ichw1vLSyM+GkcbuosuyA==
18391839

18401840
"@matrix-org/[email protected]":
18411841
version "2.17.0"
@@ -6932,13 +6932,12 @@ [email protected]:
69326932
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
69336933
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
69346934

6935-
matrix-js-sdk@31.0.0:
6935+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
69366936
version "31.0.0"
6937-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-31.0.0.tgz#2aacab066466f33b0aa956b8a2c765bfe1bde384"
6938-
integrity sha512-2TqDwEK34NFS0uiOti02CBCupwJcAIxWarOSD0yIrgMpIwSVNB795jEnXxNXz+bgPKsepDmiqeg2DrlinIoW1w==
6937+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/76b9c3950bfdfca922bec7f70502ff2da93bd731"
69396938
dependencies:
69406939
"@babel/runtime" "^7.12.5"
6941-
"@matrix-org/matrix-sdk-crypto-wasm" "^3.5.0"
6940+
"@matrix-org/matrix-sdk-crypto-wasm" "^3.6.0"
69426941
another-json "^0.2.0"
69436942
bs58 "^5.0.0"
69446943
content-type "^1.0.4"

0 commit comments

Comments
 (0)