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 2544c14 commit 43e5887Copy full SHA for 43e5887
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matrix-js-sdk",
3
- "version": "34.3.1",
+ "version": "34.4.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,7 @@
130
"outputDirectory": "coverage",
131
"outputName": "jest-sonar-report.xml",
132
"relativePaths": true
133
- }
+ },
134
+ "typings": "./lib/index.d.ts",
135
+ "type": "module"
136
}
0 commit comments