v3.59.0-rc.1

pull/28217/head
RiotRobot 2022-10-18 14:12:16 +01:00
parent 028a21825c
commit 9ffba57f93
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-react-sdk", "name": "matrix-react-sdk",
"version": "3.58.1", "version": "3.59.0-rc.1",
"description": "SDK for matrix.org using React", "description": "SDK for matrix.org using React",
"author": "matrix.org", "author": "matrix.org",
"repository": { "repository": {
@ -23,7 +23,7 @@
"package.json", "package.json",
".stylelintrc.js" ".stylelintrc.js"
], ],
"main": "./src/index.ts", "main": "./lib/index.ts",
"matrix_src_main": "./src/index.ts", "matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts", "matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts", "matrix_lib_typings": "./lib/index.d.ts",
@ -253,5 +253,6 @@
"jestSonar": { "jestSonar": {
"reportPath": "coverage", "reportPath": "coverage",
"sonar56x": true "sonar56x": true
} },
"typings": "./lib/index.d.ts"
} }