Doc updates, version bump

pull/19/head
Matteo Cargnelutti 2022-12-22 14:41:28 -05:00
rodzic 1ecef44e4b
commit 87343d468f
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -223,7 +223,7 @@ Playwright needs to be ready.
<a name="utils.module_TwitterCapture.TwitterCapture+captureAndAddVideoToPDF"></a>
#### twitterCapture.captureAndAddVideoToPDF ⇒ <code>Promise.&lt;void&gt;</code>
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 [<code>TwitterCapture</code>](#utils.module_TwitterCapture.TwitterCapture)

4
package-lock.json wygenerowano
Wyświetl plik

@ -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": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "thread-keeper",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "app.js",
"type": "module",