-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #137 from vitalygashkov/next
Fix: added error handler when parsing license response as JSON
- Loading branch information
Showing
7 changed files
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "streamyx", | ||
"version": "4.0.0-beta.11", | ||
"version": "4.0.0-beta.12", | ||
"author": "Vitaly Gashkov <[email protected]>", | ||
"description": "Cross-platform video downloader", | ||
"main": "dist/src/main.js", | ||
|
Submodule dasha
updated
10 files
+7 −0 | .github/dependabot.yml | |
+35 −0 | .github/workflows/ci.yml | |
+0 −41 | .github/workflows/release.yml | |
+6 −10 | lib/dash.js | |
+1 −1 | lib/track.js | |
+6 −10 | lib/xml.js | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+530 −0 | test/cr.mpd | |
+12 −5 | test/dasha.test.js |
Submodule esor
updated
from ff7d05 to 7feb02
Submodule src
updated
from a79020 to 8faad7