Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2022-01-17 14:24:39 +00:00
3 changed files with 200 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.37.0",
"version": "3.38.0",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@@ -25,7 +25,7 @@
"bin": {
"reskindex": "scripts/reskindex.js"
},
"main": "./src/index.js",
"main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
@@ -230,5 +230,6 @@
"coverageReporters": [
"text"
]
}
},
"typings": "./lib/index.d.ts"
}