@ctrl/shared-torrent
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -13,3 +13,3 @@ /// <reference types="node" /> | ||
addTorrent(torrent: string | Buffer, options?: any): Promise<any>; | ||
normalizedAddTorrent(torrent: string | Buffer, options: AddTorrentOptions): Promise<NormalizedTorrent>; | ||
normalizedAddTorrent(torrent: string | Buffer, options?: Partial<AddTorrentOptions>): Promise<NormalizedTorrent>; | ||
} | ||
@@ -16,0 +16,0 @@ export interface TorrentSettings { |
{ | ||
"name": "@ctrl/shared-torrent", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "shared types and interfaces between torrent clients", | ||
@@ -5,0 +5,0 @@ "author": "Scott Cooper <scttcper@gmail.com>", |
@@ -5,4 +5,5 @@ # shared-torrent [![npm](https://img.shields.io/npm/v/@ctrl/shared-torrent.svg?maxAge=3600)](https://www.npmjs.com/package/@ctrl/shared-torrent) [![CircleCI](https://circleci.com/gh/TypeCtrl/shared-torrent.svg?style=svg)](https://circleci.com/gh/TypeCtrl/shared-torrent) | ||
deluge - https://github.com/TypeCtrl/deluge | ||
transmission - https://github.com/TypeCtrl/transmission | ||
qbittorrent - https://github.com/TypeCtrl/qbittorrent | ||
#### Normalized Torrent Clients | ||
- deluge - [https://github.com/TypeCtrl/deluge](@ctrl/deluge) | ||
- transmission - [https://github.com/TypeCtrl/transmission](@ctrl/transmission) | ||
- qbittorrent - [https://github.com/TypeCtrl/qbittorrent](@ctrl/qbittorrent) |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9431
9
0