chore: bump to versio 1.3.3

This commit is contained in:
Tobi Saputra 2025-07-12 17:56:09 +07:00
parent 090db6e0b8
commit e5f4eb6d21

View File

@ -1,7 +1,7 @@
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.3.2",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",
"version": "1.3.3",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users, getting user posts, likes, comments, followers and following.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
@ -39,7 +39,6 @@
"cheerio": "^1.0.0-rc.12",
"commander": "^11.0.0",
"crypto-js": "^4.2.0",
"g": "^2.0.1",
"https-proxy-agent": "^7.0.5",
"jsdom": "^26.0.0",
"node-fetch": "^2.7.0",
@ -54,5 +53,8 @@
"@types/node": "^18.15.11",
"@types/qs": "^6.9.17",
"typescript": "^5.0.3"
},
"peerDependencies": {
"canvas": "^3.1.2"
}
}