@ctrl/shared-torrent
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -14,2 +14,1 @@ "use strict"; | ||
})(TorrentState = exports.TorrentState || (exports.TorrentState = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ctrl/shared-torrent", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "shared types and interfaces between torrent clients", | ||
@@ -9,3 +9,3 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -26,8 +26,8 @@ "dist" | ||
"dependencies": { | ||
"got": "^11.6.0" | ||
"got": "^11.8.1" | ||
}, | ||
"devDependencies": { | ||
"@ctrl/eslint-config": "1.1.1", | ||
"@types/node": "14.6.4", | ||
"typescript": "4.0.2" | ||
"@ctrl/eslint-config": "1.2.8", | ||
"@types/node": "14.14.13", | ||
"typescript": "4.1.3" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
6023
5
Updatedgot@^11.8.1