Skip to content

Commit

Permalink
v34.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Aug 21, 2024
1 parent 26d3033 commit 658563e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-js-sdk",
"version": "34.4.0-rc.0",
"version": "34.4.0-rc.1",
"description": "Matrix Client-Server SDK for Javascript",
"engines": {
"node": ">=20.0.0"
Expand Down Expand Up @@ -32,8 +32,8 @@
"matrix-org"
],
"type": "module",
"main": "./src/index.js",
"browser": "./src/browser-index.js",
"main": "./lib/index.js",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.ts",
"matrix_lib_main": "./lib/index.js",
Expand Down Expand Up @@ -132,6 +132,5 @@
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts",
"type": "module"
"typings": "./lib/index.d.ts"
}

0 comments on commit 658563e

Please sign in to comment.