diff --git a/.gitignore b/.gitignore index a6aa3b4..de5a62c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,5 @@ package-lock.json yarn.lock lib test.js -<<<<<<< HEAD bun.lockb -======= -bun.lockb ->>>>>>> e1924e9 (chore: update to version 1.0.6) +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/.npmignore b/.npmignore index 6b3474b..2850a18 100644 --- a/.npmignore +++ b/.npmignore @@ -8,4 +8,5 @@ tsconfig.json .prettierrc src test.js -bun.lockb \ No newline at end of file +bun.lockb +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/package.json b/package.json index eb6de5c..10f164a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tobyg74/tiktok-api-dl", - "version": "1.1.9", + "version": "1.2.0", "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",