Skip to content

Commit

Permalink
Add download limits and queue and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphka committed Feb 18, 2024
1 parent 301df5a commit 077174e
Show file tree
Hide file tree
Showing 9 changed files with 516 additions and 395 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Kayo Souza",
"name": "insta-downloader",
"version": "2.1.0",
"version": "3.0.0",
"description": "An application to download content from Instagram",
"main": "src/index.js",
"scripts": {
Expand All @@ -19,18 +19,18 @@
"videos"
],
"dependencies": {
"axios": "^1.6.0",
"axios": "~1.6.7",
"chalk": "^5.3.0",
"commander": "~11.1.0",
"dotenv": "~16.3.1",
"commander": "~12.0.0",
"dotenv": "~16.4.4",
"mime": "~3.0.0",
"sharp": "~0.32.6"
"sharp": "~0.33.2"
},
"devDependencies": {
"@types/mime": "~3.0.3",
"@types/node": "^20.8.9",
"@types/mime": "~3.0.4",
"@types/node": "20.x",
"@types/sharp": "~0.31.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
Expand All @@ -44,8 +44,8 @@
"instadl": "src/index.js"
},
"engines": {
"npm": "^8.19.4 || >=9.8.1",
"node": "^16.19 || ^18.13 || ^19.2 || 20 || 21"
"npm": ">=9.8.1",
"node": "^18.17 || ^19.2 || ^20.3 || 21"
},
"license": "ISC",
"type": "module"
Expand Down
Loading

0 comments on commit 077174e

Please sign in to comment.