Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 30, 2023
1 parent eb87ef0 commit cc62001
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-dl-exec",
"description": "A simple Node.js wrapper for youtube-dl",
"homepage": "https://nicedoc.io/microlinkhq/youtube-dl-exec",
"homepage": "https://github.com/microlinkhq/youtube-dl-exec",
"version": "2.5.3",
"types": "src/index.d.ts",
"main": "src/index.js",
Expand Down Expand Up @@ -117,9 +117,9 @@
"dependencies": {
"bin-version-check": "~5.1.0",
"dargs": "~7.0.0",
"is-unix": "~2.0.1",
"is-unix": "~2.0.10",
"simple-get": "~4.0.1",
"tinyspawn": "~1.2.1"
"tinyspawn": "~1.2.4"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand Down
2 changes: 1 addition & 1 deletion test/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const test = require('ava')

const youtubedl = require('../src')

test('acess to subprocess object', async t => {
test('access to subprocess object', async t => {
const subprocess = youtubedl.exec(
'https://www.youtube.com/watch?v=2Z4m4lnjxkY',
{
Expand Down
17 changes: 16 additions & 1 deletion test/snapshots/exec.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The actual snapshot is saved in `exec.js.snap`.

Generated by [AVA](https://avajs.dev).

## acess to subprocess object
## access to subprocess object

> Snapshot 1
Expand All @@ -26,5 +26,20 @@ Generated by [AVA](https://avajs.dev).
'stdout',
'stderr',
'stdio',
'constructor',
'setMaxListeners',
'getMaxListeners',
'emit',
'addListener',
'on',
'prependListener',
'once',
'prependOnceListener',
'removeListener',
'off',
'removeAllListeners',
'listeners',
'rawListeners',
'listenerCount',
'eventNames',
]
Binary file modified test/snapshots/exec.js.snap
Binary file not shown.

0 comments on commit cc62001

Please sign in to comment.