-
-
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 #141 from vitalygashkov/next
Added long path support for Windows, added `settings.json` to control some default settings, like `retry`, `connections`, etc.
- Loading branch information
Showing
7 changed files
with
79 additions
and
59 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
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.14", | ||
"version": "4.0.0-beta.15", | ||
"author": "Vitaly Gashkov <[email protected]>", | ||
"description": "Cross-platform video downloader", | ||
"main": "dist/src/main.js", | ||
|
@@ -26,7 +26,7 @@ | |
"dasha": "file:packages/dasha", | ||
"esor": "file:packages/esor", | ||
"ora-classic": "^5.4.2", | ||
"puppeteer-core": "^22.6.5", | ||
"puppeteer-core": "^22.7.1", | ||
"puppeteer-extra": "^3.3.6", | ||
"puppeteer-extra-plugin-stealth": "^2.11.2", | ||
"undici": "^6.14.1", | ||
|
Submodule esor
updated
from f63b73 to 13220b
Submodule wivenative
updated
from 6d9268 to 89e3e3
Submodule src
updated
from c48a18 to bcbfc3