diff --git a/package.json b/package.json index 749b6d6..6c9f454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.2.1", + "version": "1.2.2", "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", @@ -46,6 +46,7 @@ "devDependencies": { "@types/cheerio": "^0.22.31", "@types/node": "^18.15.11", + "@types/qs": "^6.9.17", "jest-cli": "^29.7.0", "typescript": "^5.0.3" }