Skip to content

Commit

Permalink
Get user id using the GraphQL API and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphka committed May 18, 2024
1 parent 551ee19 commit 080dfc7
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 191 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Kayo Souza",
"name": "insta-downloader",
"version": "3.4.0",
"version": "3.4.1",
"description": "An application to download content from Instagram",
"main": "src/index.js",
"scripts": {
Expand All @@ -25,11 +25,11 @@
"commander": "~12.0.0",
"dotenv": "~16.4.5",
"mime": "~3.0.0",
"sharp": "~0.33.3"
"sharp": "~0.33.4"
},
"devDependencies": {
"@types/mime": "~3.0.4",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/sharp": "~0.31.1",
"typescript": "^5.4.5"
},
Expand Down
112 changes: 56 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 080dfc7

Please sign in to comment.