chore: bump to version 1.1.5

This commit is contained in:
Tobi Saputra 2024-07-07 17:00:35 +07:00
parent d8d4666b48
commit 514d21d1fa

View File

@ -1,6 +1,6 @@
{ {
"name": "@tobyg74/tiktok-api-dl", "name": "@tobyg74/tiktok-api-dl",
"version": "1.1.4", "version": "1.1.5",
"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",
@ -33,10 +33,12 @@
}, },
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"dependencies": { "dependencies": {
"async-retry": "^1.3.3",
"axios": "^1.3.4", "axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"qs": "^6.12.0" "qs": "^6.12.0",
"uuid": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/cheerio": "^0.22.31", "@types/cheerio": "^0.22.31",