mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 01:45:29 -04:00
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:
@@ -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`.
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user