Merge pull request #1923 from matrix-org/release-matrix-sdk-crypto-js-0.1.0-alpha.9

matrix-sdk-crypto-js v0.1.0-alpha.9
This commit is contained in:
Richard van der Hoff
2023-05-15 19:50:53 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
- Extend `OlmDevice.markRequestAsSent` to accept responses to
`SigningKeysUploadRequest`s.
- Add a missing `const` for compatibility with ECMAScript Module compatibility
mode.
- Fix the body of `SignatureUploadRequest`s to match the spec.
- Add a constructor for `SigningKeysUploadRequest`.

View File

@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-js",
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"homepage": "https://github.com/matrix-org/matrix-rust-sdk",
"description": "Matrix encryption library, for JavaScript",
"license": "Apache-2.0",