From 1ddbc858853e2432cc14b2316b185a68c94f8c8d Mon Sep 17 00:00:00 2001 From: Tobi Saputra Date: Fri, 7 Feb 2025 21:12:55 +0700 Subject: [PATCH] chore: bump to version 1.2.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c9f454..8e2261c 100644 --- a/package.json +++ b/package.json @@ -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" } }