Skip to content

Commit

Permalink
fix: expose got types via agent, got 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Apr 22, 2020
1 parent 61fee30 commit d98e8f0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 95 deletions.
117 changes: 26 additions & 91 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@ctrl/shared-torrent": "^2.0.0",
"@ctrl/shared-torrent": "^3.0.0",
"form-data": "^3.0.0",
"got": "^11.0.1",
"got": "^11.0.2",
"tough-cookie": "^4.0.0",
"url-join": "^4.0.1"
},
"devDependencies": {
"@types/jest": "25.2.1",
"@types/node": "13.13.1",
"@types/node": "13.13.2",
"@types/tough-cookie": "4.0.0",
"@types/url-join": "4.0.0",
"@typescript-eslint/eslint-plugin": "2.29.0",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"noUnusedLocals": true,
"declaration": true,
"sourceMap": true,
"inlineSources": true,
"outDir": "dist"
},
"typedocOptions": {
Expand Down

0 comments on commit d98e8f0

Please sign in to comment.