chore: bump to version 1.2.2

This commit is contained in:
Tobi Saputra 2024-12-07 23:32:30 +07:00
parent 71ed23a992
commit 4461e1199a

View File

@ -1,6 +1,6 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.2.1",
"version": "1.2.2",
"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",
@ -46,6 +46,7 @@
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.17",
"jest-cli": "^29.7.0",
"typescript": "^5.0.3"
}