chore: bump to version 1.3.1

This commit is contained in:
Tobi Saputra 2025-05-13 18:21:08 +07:00
parent 4260ea653e
commit fd7ae36531

View File

@ -1,6 +1,6 @@
{ {
"name": "@tobyg74/tiktok-api-dl", "name": "@tobyg74/tiktok-api-dl",
"version": "1.3.0", "version": "1.3.1",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users", "description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@ -37,10 +37,8 @@
}, },
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"dependencies": { "dependencies": {
"@tobyg74/tiktok-api-dl": "^1.2.3",
"async-retry": "^1.3.3", "async-retry": "^1.3.3",
"axios": "^1.3.4", "axios": "^1.3.4",
"canvas": "^2.10.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"commander": "^11.0.0", "commander": "^11.0.0",
@ -55,6 +53,7 @@
"uuid": "^10.0.0" "uuid": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/async-retry": "^1.4.9",
"@types/cheerio": "^0.22.31", "@types/cheerio": "^0.22.31",
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"@types/qs": "^6.9.17", "@types/qs": "^6.9.17",