chore: bump to version 1.2.3

This commit is contained in:
Tobi Saputra 2025-02-07 21:12:55 +07:00
parent 24e69dfe3a
commit 1ddbc85885

View File

@ -1,6 +1,6 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.2.2",
"version": "1.2.3",
"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",
@ -39,6 +39,7 @@
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.2.0",
"https-proxy-agent": "^7.0.5",
"node-fetch": "^2.7.0",
"qs": "^6.12.0",
"socks-proxy-agent": "^8.0.4",
"uuid": "^10.0.0"
@ -47,7 +48,6 @@
"@types/cheerio": "^0.22.31",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.17",
"jest-cli": "^29.7.0",
"typescript": "^5.0.3"
}
}