From 8c33caadd6ec00dd91cadbbb4c080642c7731d57 Mon Sep 17 00:00:00 2001 From: TobyG74 Date: Sat, 8 Apr 2023 17:09:48 +0700 Subject: [PATCH] handle errors --- package.json | 74 +++++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/package.json b/package.json index d430aac..0ba9ef6 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,40 @@ { - "name": "@tobyg74/tiktok-api-dl", - "version": "1.0.3", - "description": "Scrapper for download Video, Image, Music from Tiktok", - "main": "lib/index.js", - "types": "lib/index.d.ts", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "tsc --build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/TobyG74/tiktok-api-dl.git" - }, - "keywords": [ - "tiktok-api", - "tiktok-downloader", - "tiktok-dl", - "tiktok-nowatermark", - "tiktok" - ], - "author": "Tobz", - "contributors": ["aqulzz"], - "license": "ISC", - "bugs": { - "url": "https://github.com/TobyG74/tiktok-api-dl/issues" - }, - "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", - "dependencies": { - "axios": "^1.3.4", - "cheerio": "^1.0.0-rc.12" - }, - "devDependencies": { - "@types/cheerio": "^0.22.31", - "@types/node": "^18.15.11", - "typescript": "^5.0.3" - } + "name": "@tobyg74/tiktok-api-dl", + "version": "1.0.2", + "description": "Scrapper for download Video, Image, Music from Tiktok", + "main": "lib/index.js", + "types": "lib/index.d.ts", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1", + "build": "tsc --build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/TobyG74/tiktok-api-dl.git" + }, + "keywords": [ + "tiktok-api", + "tiktok-downloader", + "tiktok-dl", + "tiktok-nowatermark", + "tiktok" + ], + "author": "Tobz", + "contributors": [ + "aqulzz" + ], + "license": "ISC", + "bugs": { + "url": "https://github.com/TobyG74/tiktok-api-dl/issues" + }, + "homepage": "https://github.com/TobyG74/tiktok-api-dl#readme", + "dependencies": { + "axios": "^1.3.4", + "cheerio": "^1.0.0-rc.12" + }, + "devDependencies": { + "@types/cheerio": "^0.22.31", + "@types/node": "^18.15.11", + "typescript": "^5.0.3" + } }