dasha 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,14 +6,10 @@
6
6
 
7
7
  Library for working with MPEG-DASH (`.mpd`) and HLS (`.m3u8`) manifests through a mediabunny-compatible `Input` API. Made with the purpose of obtaining a simplified representation convenient for further downloading of segments by URLs and getting basic metadata about the tracks.
8
8
 
9
- > [!WARNING]
10
- > This README is for the alpha version. Info about latest stable version is available on [NPM](https://www.npmjs.com/package/dasha/v/3.1.5) or [another GitHub branch](https://github.com/azot-labs/dasha/tree/v3).
11
-
12
-
13
9
  ## Install
14
10
 
15
11
  ```shell
16
- npm install dasha@alpha
12
+ npm install dasha
17
13
  ```
18
14
 
19
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dasha",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Streaming manifest parser",
5
5
  "files": [
6
6
  "dist"