@ctrl/shared-torrent
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -23,3 +23,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
*/ | ||
path: string; | ||
path?: string; | ||
username?: string; | ||
@@ -29,3 +29,3 @@ password?: string; | ||
* pass http agent for proxy | ||
* @link https://github.com/sindresorhus/got#proxies | ||
* @link https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying | ||
*/ | ||
@@ -35,3 +35,3 @@ agent?: Agents; | ||
* request timeout | ||
* @link https://github.com/sindresorhus/got#timeout | ||
* @link https://github.com/sindresorhus/got/blob/main/documentation/6-timeout.md | ||
*/ | ||
@@ -38,0 +38,0 @@ timeout?: number; |
{ | ||
"name": "@ctrl/shared-torrent", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "shared types and interfaces between torrent clients", | ||
@@ -23,12 +23,13 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"dependencies": { | ||
"got": "^12.5.2" | ||
"got": "^12.6.0" | ||
}, | ||
"devDependencies": { | ||
"@sindresorhus/tsconfig": "3.0.1", | ||
"@ctrl/eslint-config": "3.5.4", | ||
"@types/node": "18.11.8", | ||
"typescript": "4.8.4" | ||
"@ctrl/eslint-config": "3.7.0", | ||
"@types/node": "20.1.0", | ||
"typescript": "5.0.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -35,0 +36,0 @@ "release": { |
@@ -1,2 +0,2 @@ | ||
# @ctrl/shared-torrent [![npm](https://badgen.net/npm/v/@ctrl/shared-torrent)](https://www.npmjs.com/package/@ctrl/shared-torrent) [![CircleCI](https://badgen.net/circleci/github/scttcper/shared-torrent)](https://circleci.com/gh/scttcper/shared-torrent) | ||
# @ctrl/shared-torrent [![npm](https://badgen.net/npm/v/@ctrl/shared-torrent)](https://www.npmjs.com/package/@ctrl/shared-torrent) | ||
@@ -3,0 +3,0 @@ > shared types and interfaces between torrent clients |
6317
Updatedgot@^12.6.0