diff --git a/docs/utils/TwitterCapture.md b/docs/utils/TwitterCapture.md index c6dd215..34f7d54 100644 --- a/docs/utils/TwitterCapture.md +++ b/docs/utils/TwitterCapture.md @@ -223,7 +223,7 @@ Playwright needs to be ready. #### twitterCapture.captureAndAddVideoToPDF ⇒ Promise.<void> -Tries to capture main video from current Twitter url and add it as attachment to the PDF. +Tries to capture video(s) from current Twitter url and add them as attachment to the PDF. **Kind**: instance property of [TwitterCapture](#utils.module_TwitterCapture.TwitterCapture) diff --git a/package-lock.json b/package-lock.json index 856faa9..ac08ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 7162ceb..bee0511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "app.js", "type": "module",