-
-
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 #221 from vitalygashkov/next
Fixed episode numbers parsing, fixed evaluation of JS objects from string
- Loading branch information
Showing
5 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
Submodule cli
updated
from c6d4ef to 085e0a
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
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/core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Vitaly Gashkov <[email protected]>", | ||
"description": "Core modules for Streamyx", | ||
"license": "AGPL-3.0", | ||
|
Submodule crunchyroll
updated
3 files
+4 −4 | package-lock.json | |
+1 −1 | package.json | |
+3 −6 | test/crunchyroll.test.ts |