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 3e97067 commit 1d87f5bCopy full SHA for 1d87f5b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "23.0.0",
+ "version": "23.1.0-rc.1",
4
"description": "Matrix Client-Server SDK for Javascript",
5
"engines": {
6
"node": ">=16.0.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.ts",
37
"matrix_src_main": "./src/index.ts",
38
"matrix_src_browser": "./src/browser-index.ts",
@@ -142,5 +142,6 @@
142
"outputDirectory": "coverage",
143
"outputName": "jest-sonar-report.xml",
144
"relativePaths": true
145
- }
+ },
146
+ "typings": "./lib/index.d.ts"
147
}
0 commit comments