v20.1.0-rc.1

This commit is contained in:
RiotRobot
2022-10-04 14:01:35 +01:00
parent 6348704bec
commit 07476a0ae0
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "matrix-js-sdk",
"version": "20.0.2",
"version": "20.1.0-rc.1",
"description": "Matrix Client-Server SDK for Javascript",
"engines": {
"node": ">=12.9.0"
@@ -32,7 +32,7 @@
"keywords": [
"matrix-org"
],
"main": "./src/index.ts",
"main": "./lib/index.js",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.js",
@@ -126,5 +126,6 @@
"jestSonar": {
"reportPath": "coverage",
"sonar56x": true
}
},
"typings": "./lib/index.d.ts"
}