diff --git a/.travis.yml b/.travis.yml index 185b24bc..677df6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,3 @@ env: global: - secure: AJsEWFnWC5W8hcF3hJzm3PT7heazJpKg85xiSvIWVzLHZU/s0h4+WfJ6t0F9v3L4awaowm62vy8CRaxRkB4lJyJg+JK2K0QN7lNFGj2f8Jx2cFlVJ1IyY959GY4iUg66JrNj1yzS02+yQfweDngyifqzb7IlxnowiveDjUO2gyo= - secure: hvihwLUqlPchrGFXKWFF7iKRugISU7r/gLBo6O63nPeg0OwnYqYcC2BnBWoSiOdu9oR5bM4a5u0os04XL+bP3dqt324g0uBTqvyyxD6NhBsphVFkUmdUH3HMe7IQY6JTns96KT/6UkQapKhIuW4CUDeidR+5NFKvyRdKIjSawS4= -cache: - directories: - - node_modules diff --git a/package.json b/package.json index bb371fba..4bffb001 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "addr-to-ip-port": "^1.0.1", "bitfield": "^1.0.2", - "bittorrent-dht": "^3.0.0", + "bittorrent-dht": "^4.0.4", "bittorrent-swarm": "^5.0.0", "chunk-store-stream": "^2.0.0", "clivas": "^0.2.0", @@ -31,7 +31,7 @@ "cross-spawn-async": "^2.0.0", "debug": "^2.1.0", "end-of-stream": "^1.0.0", - "executable": "^1.1.0", + "executable": "^2.1.0", "fs-chunk-store": "^1.3.4", "hat": "0.0.3", "immediate-chunk-store": "^1.0.7", diff --git a/test/basic-node.js b/test/basic-node.js index cc093eca..70e96163 100644 --- a/test/basic-node.js +++ b/test/basic-node.js @@ -124,7 +124,7 @@ test('client.seed: filesystem path to folder with multiple files, string', funct client.seed(numbersPath, opts, function (torrent) { t.equal(torrent.infoHash, '80562f38656b385ea78959010e51a2cc9db41ea0') - t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io') + t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io') client.destroy() }) })