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

Commit 5b91dd8

Browse files
committed
Reset matrix-js-sdk back to develop branch
1 parent e66807e commit 5b91dd8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"maplibre-gl": "^2.0.0",
115115
"matrix-encrypt-attachment": "^1.0.3",
116116
"matrix-events-sdk": "0.0.1",
117-
"matrix-js-sdk": "34.4.0",
117+
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
118118
"matrix-widget-api": "^1.8.2",
119119
"memoize-one": "^6.0.0",
120120
"minimist": "^1.2.5",
@@ -246,6 +246,5 @@
246246
"outputDirectory": "coverage",
247247
"outputName": "jest-sonar-report.xml",
248248
"relativePaths": true
249-
},
250-
"typings": "./lib/index.d.ts"
249+
}
251250
}

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7005,10 +7005,9 @@ matrix-events-sdk@0.0.1:
70057005
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
70067006
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
70077007

7008-
matrix-js-sdk@34.4.0:
7008+
"matrix-js-sdk@github:matrix-org/matrix-js-sdk#develop":
70097009
version "34.4.0"
7010-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-34.4.0.tgz#ceb3403c92dbff3b37e776745a2997ee78fa1eac"
7011-
integrity sha512-bI5xJZS3/qhjPQqQL5HhOQ1iBvnHxiqhS2zgzk9SarEuXiH08wbVl9gAAuDqOYE3miNGs4WQQJ19MoaUEOnNwg==
7010+
resolved "https://codeload.github.com/matrix-org/matrix-js-sdk/tar.gz/2a6612c73aa7ae8d7f10f426239b2850c86a1ea5"
70127011
dependencies:
70137012
"@babel/runtime" "^7.12.5"
70147013
"@matrix-org/matrix-sdk-crypto-wasm" "^7.0.0"

0 commit comments

Comments
 (0)