From 953ddd82e48dd206cef5ac94456549aed13b3ad5 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 17 Nov 2023 23:25:29 +0100 Subject: Updated 30 files and deleted 2976 files (automated) --- .../matrix/node_modules/matrix-js-sdk/README.md | 379 --------------------- 1 file changed, 379 deletions(-) delete mode 100644 includes/external/matrix/node_modules/matrix-js-sdk/README.md (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/README.md') diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/README.md b/includes/external/matrix/node_modules/matrix-js-sdk/README.md deleted file mode 100644 index 9099f8e..0000000 --- a/includes/external/matrix/node_modules/matrix-js-sdk/README.md +++ /dev/null @@ -1,379 +0,0 @@ -[![npm](https://img.shields.io/npm/v/matrix-js-sdk)](https://www.npmjs.com/package/matrix-js-sdk) -![Tests](https://github.com/matrix-org/matrix-js-sdk/actions/workflows/tests.yml/badge.svg) -![Static Analysis](https://github.com/matrix-org/matrix-js-sdk/actions/workflows/static_analysis.yml/badge.svg) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk) -[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=coverage)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk) -[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk) -[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=matrix-js-sdk&metric=bugs)](https://sonarcloud.io/summary/new_code?id=matrix-js-sdk) - -# Matrix JavaScript SDK - -This is the [Matrix](https://matrix.org) Client-Server SDK for JavaScript and TypeScript. This SDK can be run in a -browser or in Node.js. - -The Matrix specification is constantly evolving - while this SDK aims for maximum backwards compatibility, it only -guarantees that a feature will be supported for at least 4 spec releases. For example, if a feature the js-sdk supports -is removed in v1.4 then the feature is _eligible_ for removal from the SDK when v1.8 is released. This SDK has no -guarantee on implementing all features of any particular spec release, currently. This can mean that the SDK will call -endpoints from before Matrix 1.1, for example. - -# Quickstart - -## In a browser - -Download the browser version from -https://github.com/matrix-org/matrix-js-sdk/releases/latest and add that as a -`