Skip to content

Commit d98e8f0

Browse files
committed
fix: expose got types via agent, got 11.0.2
1 parent 61fee30 commit d98e8f0

File tree

3 files changed

+29
-95
lines changed

3 files changed

+29
-95
lines changed

Diff for: package-lock.json

+26-91
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"semantic-release": "semantic-release"
2828
},
2929
"dependencies": {
30-
"@ctrl/shared-torrent": "^2.0.0",
30+
"@ctrl/shared-torrent": "^3.0.0",
3131
"form-data": "^3.0.0",
32-
"got": "^11.0.1",
32+
"got": "^11.0.2",
3333
"tough-cookie": "^4.0.0",
3434
"url-join": "^4.0.1"
3535
},
3636
"devDependencies": {
3737
"@types/jest": "25.2.1",
38-
"@types/node": "13.13.1",
38+
"@types/node": "13.13.2",
3939
"@types/tough-cookie": "4.0.0",
4040
"@types/url-join": "4.0.0",
4141
"@typescript-eslint/eslint-plugin": "2.29.0",

Diff for: tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"noUnusedLocals": true,
1313
"declaration": true,
1414
"sourceMap": true,
15-
"inlineSources": true,
1615
"outDir": "dist"
1716
},
1817
"typedocOptions": {

0 commit comments

Comments
 (0)