Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2024-08-13 12:13:04 +00:00
3 changed files with 43 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "matrix-react-sdk",
"version": "3.105.1",
"version": "3.106.0",
"description": "SDK for matrix.org using React",
"author": "matrix.org",
"repository": {
@@ -26,7 +26,7 @@
"engines": {
"node": ">=20.0.0"
},
"main": "./src/index.ts",
"main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
@@ -250,5 +250,6 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
}
},
"typings": "./lib/index.d.ts"
}