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 d421e7f commit 3a4b02dCopy full SHA for 3a4b02d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "32.2.0",
+ "version": "32.3.0-rc.0",
4
"description": "Matrix Client-Server SDK for Javascript",
5
"engines": {
6
"node": ">=18.0.0"
@@ -31,8 +31,8 @@
31
"keywords": [
32
"matrix-org"
33
],
34
- "main": "./src/index.ts",
35
- "browser": "./src/browser-index.ts",
+ "main": "./lib/index.js",
+ "browser": "./lib/browser-index.js",
36
"matrix_src_main": "./src/index.ts",
37
"matrix_src_browser": "./src/browser-index.ts",
38
"matrix_lib_main": "./lib/index.js",
@@ -132,5 +132,6 @@
132
"outputDirectory": "coverage",
133
"outputName": "jest-sonar-report.xml",
134
"relativePaths": true
135
- }
+ },
136
+ "typings": "./lib/index.d.ts"
137
}
0 commit comments