Skip to content

Commit

Permalink
feat: add GitHubClient; minor types fix for
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jul 23, 2024
1 parent f700727 commit e22d3c8
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 16 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"mathjs": "^13.0.3",
"np": "^10.0.7",
"npm-run-all2": "^6.2.2",
"octokit": "^4.0.2",
"only-allow": "^1.2.1",
"openai-fetch": "^2.0.4",
"prettier": "^3.3.3",
Expand All @@ -140,6 +141,7 @@
"ai": "^3.1.30",
"llamaindex": "^0.3.16",
"mathjs": "^13.0.0",
"octokit": "^4.0.2",
"twitter-api-sdk": "^1.2.1"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -167,6 +169,9 @@
"mathjs": {
"optional": true
},
"octokit": {
"optional": true
},
"twitter-api-sdk": {
"optional": true
}
Expand Down
Loading

0 comments on commit e22d3c8

Please sign in to comment.