Skip to content

Commit d2f7b4a

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent 1b3865b commit d2f7b4a

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
@@ -107,7 +107,7 @@
107107
"maplibre-gl": "^2.0.0",
108108
"matrix-encrypt-attachment": "^1.0.3",
109109
"matrix-events-sdk": "0.0.1",
110-
"matrix-js-sdk": "30.3.0",
110+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
111111
"matrix-widget-api": "^1.5.0",
112112
"memoize-one": "^6.0.0",
113113
"minimist": "^1.2.5",

yarn.lock

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,10 +1904,10 @@
19041904
emojibase "^15.0.0"
19051905
emojibase-data "^15.0.0"
19061906

1907-
"@matrix-org/matrix-sdk-crypto-wasm@^3.4.0":
1908-
version "3.4.0"
1909-
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.4.0.tgz#fc4474c220320687857e1f54f709944e78d48824"
1910-
integrity sha512-noO6QnH+ypT//CxewoQdlK/z2iuyQo1Ecp1PDaYyr/NV5yXkWvGfGIIcShXqrQJfL5kuWxg/14edNplXsaXoDQ==
1907+
"@matrix-org/matrix-sdk-crypto-wasm@^3.5.0":
1908+
version "3.5.0"
1909+
resolved "https://registry.yarnpkg.com/@matrix-org/matrix-sdk-crypto-wasm/-/matrix-sdk-crypto-wasm-3.5.0.tgz#997d63ae12304142513fe93c5e0872ff10ca30b4"
1910+
integrity sha512-7as0jJTje+rFu9AF8LEO0tmhtHcou2YQnZOtpiP+lS5rDfIPv5CL8/eb45fzDnbQybt9Jm5zdjBdiLBEaUg2dQ==
19111911

19121912
"@matrix-org/matrix-wysiwyg@2.17.0":
19131913
version "2.17.0"
@@ -7761,13 +7761,12 @@ matrix-events-sdk@0.0.1:
77617761
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
77627762
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
77637763

7764-
matrix-js-sdk@30.3.0:
7764+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
77657765
version "30.3.0"
7766-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-30.3.0.tgz#f7046da2d6d6403c84aac46b16772248e068fb9e"
7767-
integrity sha512-yqAn1IhvrSxvqRP4UMToaWhtA/iC6FYTt4qj5K8H3BmAQDOqObw9qPLm43HmdbsBGk6VUwz9szgNblhVyq0sKg==
7766+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/9780643ce703c5f62199b03fae878fb2a8aa09a3"
77687767
dependencies:
77697768
"@babel/runtime" "^7.12.5"
7770-
"@matrix-org/matrix-sdk-crypto-wasm" "^3.4.0"
7769+
"@matrix-org/matrix-sdk-crypto-wasm" "^3.5.0"
77717770
another-json "^0.2.0"
77727771
bs58 "^5.0.0"
77737772
content-type "^1.0.4"

0 commit comments

Comments
 (0)