chore: update to version 1.0.6

This commit is contained in:
TobyG74 2023-10-07 21:29:13 +07:00
parent 6d64810aed
commit ad4704b689
3 changed files with 9 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,7 +1,12 @@
node_modules
yarn-lock.json
pnpm-lock.yaml
package-lock.json
yarn.lock
lib
test.js
bun.lockb
<<<<<<< HEAD
bun.lockb
=======
bun.lockb
>>>>>>> e1924e9 (chore: update to version 1.0.6)

View File

@ -1,5 +1,6 @@
node_modules
yarn-lock.json
pnpm-lock.yaml
package-lock.json
.gitignore
tsconfig.json

View File

@ -1,7 +1,7 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.0.5-a",
"description": "Scrapper for download Video, Image, Music from Tiktok",
"version": "1.0.6",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {