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 8c3b249 commit 39216d4Copy full SHA for 39216d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "34.2.0",
+ "version": "34.3.0-rc.0",
4
"description": "Matrix Client-Server SDK for Javascript",
5
"engines": {
6
"node": ">=20.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",
@@ -130,5 +130,6 @@
130
"outputDirectory": "coverage",
131
"outputName": "jest-sonar-report.xml",
132
"relativePaths": true
133
- }
+ },
134
+ "typings": "./lib/index.d.ts"
135
}
0 commit comments