1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-31 15:24:23 +03:00

matrix-sdk-crypto-js -> matrix-sdk-crypto-wasm (#3602)

We've renamed matrix-sdk-crypto-js and released a v1.0.
This commit is contained in:
Richard van der Hoff
2023-07-13 18:11:57 +01:00
committed by GitHub
parent 8ef2e848b9
commit 0b193f4665
16 changed files with 24 additions and 24 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import * as RustSdkCryptoJs from "@matrix-org/matrix-sdk-crypto-js";
import * as RustSdkCryptoJs from "@matrix-org/matrix-sdk-crypto-wasm";
import { Mocked } from "jest-mock";
import { RustVerificationRequest } from "../../../src/rust-crypto/verification";