@ctrl/transmission 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -132,7 +132,7 @@ export interface Torrent {
132
132
  totalSize: number;
133
133
  status: number;
134
134
  trackers: Tracker[];
135
- files: FileStats[];
135
+ files: Files[];
136
136
  fileStats: FileStats[];
137
137
  hashString: string;
138
138
  creator: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrl/transmission",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "TypeScript api wrapper for transmission using got",
5
5
  "author": "Scott Cooper <scttcper@gmail.com>",
6
6
  "license": "MIT",