We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2700f1d commit c707c86Copy full SHA for c707c86
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "18.0.0",
+ "version": "18.1.0-rc.1",
4
"description": "Matrix Client-Server SDK for Javascript",
5
"engines": {
6
"node": ">=12.9.0"
@@ -32,7 +32,7 @@
32
"keywords": [
33
"matrix-org"
34
],
35
- "main": "./src/index.ts",
+ "main": "./lib/index.js",
36
"browser": "./lib/browser-index.js",
37
"matrix_src_main": "./src/index.ts",
38
"matrix_src_browser": "./src/browser-index.js",
@@ -125,5 +125,6 @@
125
"jestSonar": {
126
"reportPath": "coverage",
127
"sonar56x": true
128
- }
+ },
129
+ "typings": "./lib/index.d.ts"
130
}
0 commit comments