Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #178 from junhoyeo/junhoyeo/dotenv-bug
Browse files Browse the repository at this point in the history
[api] Move `dotenv` to dependencies
  • Loading branch information
junhoyeo authored Jul 16, 2023
2 parents c195e5f + a770d4d commit 6fddd56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^2.8.0"
},
"packageManager": "[email protected]",
"dependencies": {
"dotenv": "^16.3.1"
}
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions threads-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const threadsAPI = new ThreadsAPI.ThreadsAPI({});
- [x] ✅ Create new Thread with a single image
- [ ] 🚧 Create new Thread with multiple images
- [x] ✅ Reply to existing Thread
- [x] ✅ Quote Thread
- [x] ✅ Delete Thread
- [x] ✅ Friendships
- [x] ✅ Follow User
Expand Down
4 changes: 2 additions & 2 deletions threads-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "threads-api",
"version": "1.4.4",
"version": "1.4.5",
"description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).",
"author": "Junho Yeo <[email protected]>",
"repository": "junhoyeo/threads-api",
Expand Down Expand Up @@ -35,7 +35,6 @@
"@types/uuid": "^9.0.2",
"babel-jest": "^29.6.1",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"jest": "^29.6.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
Expand All @@ -46,6 +45,7 @@
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.68",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"mrmime": "^1.0.1",
"uuid": "^9.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6441,7 +6441,6 @@ __metadata:
resolution: "threads-api-project@workspace:."
dependencies:
"@trivago/prettier-plugin-sort-imports": ^4.1.1
dotenv: ^16.3.1
prettier: ^2.8.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 6fddd56

Please sign in to comment.