openvidu-node-client-v2compatibility: Bumped to 3.0.0-beta1

pull/820/merge
Carlos Santos 2024-06-25 12:50:14 +02:00
parent 649a2efdab
commit 5f51f7446f
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[![License badge](https://img.shields.io/badge/license-Apache2-orange.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![OpenVidu Tests](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml/badge.svg)](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml)
<!-- [![OpenVidu Tests](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml/badge.svg)](https://github.com/OpenVidu/openvidu/actions/workflows/openvidu-ce-test.yml) -->
[![Documentation Status](https://readthedocs.org/projects/openvidu/badge/?version=stable)](https://docs.openvidu.io/en/stable/?badge=stable)
[![Support badge](https://img.shields.io/badge/support-sof-yellowgreen.svg)](https://openvidu.discourse.group/)
@ -10,8 +10,7 @@ openvidu-node-client-v2compatibility
- **Description**: Library for your NODE server. It is a fully compatible and simple alternative to the REST API exposed by OpenVidu Server.
- **Docs**: [openvidu-node-client-v2compatibility API](https://docs.openvidu.io/en/stable/reference-docs/openvidu-node-client-v2compatibility/)
- **Release**: [OpenVidu Artifacts](https://docs.openvidu.io/en/stable/releases/)
<!-- - **Docs**: [openvidu-node-client-v2compatibility API](https://docs.openvidu.io/en/stable/reference-docs/openvidu-node-client/) -->
<!-- - **Release**: [OpenVidu Artifacts](https://docs.openvidu.io/en/stable/releases/) -->
[OpenViduLogo]: https://secure.gravatar.com/avatar/5daba1d43042f2e4e85849733c8e5702?s=120

View File

@ -24,5 +24,5 @@
"docs": "./generate-docs.sh"
},
"typings": "lib/index.d.ts",
"version": "3.0.0-dev5"
"version": "3.0.0-beta1"
}