@ctrl/shared-torrent
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -52,4 +52,7 @@ /// <reference types="node" /> | ||
export interface NormalizedTorrent { | ||
id: string | number; | ||
/** | ||
* torrent hash id | ||
*/ | ||
id: string; | ||
/** | ||
* torrent name | ||
@@ -56,0 +59,0 @@ */ |
{ | ||
"name": "@ctrl/shared-torrent", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "shared types and interfaces between torrent clients", | ||
@@ -23,9 +23,9 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"dependencies": { | ||
"got": "^12.0.0" | ||
"got": "^12.0.1" | ||
}, | ||
"devDependencies": { | ||
"@sindresorhus/tsconfig": "2.0.0", | ||
"@ctrl/eslint-config": "3.2.0", | ||
"@types/node": "17.0.1", | ||
"typescript": "4.5.4" | ||
"@ctrl/eslint-config": "3.3.1", | ||
"@types/node": "17.0.21", | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
5939
139
Updatedgot@^12.0.1