Webpack build for branch stable: 69b7d5d58e

This commit is contained in:
Travis CI 2017-09-07 15:30:13 +00:00
parent ffdbe050c1
commit e879fc2cee
2 changed files with 3 additions and 3 deletions

View file

@ -21485,7 +21485,7 @@ https.request = function (params, cb) {
/* 101 */
/***/ (function(module, exports) {
module.exports = {"_from":"snekfetch@^3.0.0","_id":"snekfetch@3.3.0","_inBundle":false,"_integrity":"sha512-R0VGqazwvZChkYuidDdaAzkvD6hUJ/qxfFUykyD1eovfH6PC2d9C9Qv+z4bUjMmKjBp0FE6GxMZtE9IKY/dngA==","_location":"/snekfetch","_phantomChildren":{},"_requested":{"type":"range","registry":true,"raw":"snekfetch@^3.0.0","name":"snekfetch","escapedName":"snekfetch","rawSpec":"^3.0.0","saveSpec":null,"fetchSpec":"^3.0.0"},"_requiredBy":["/"],"_resolved":"https://registry.npmjs.org/snekfetch/-/snekfetch-3.3.0.tgz","_shasum":"97aa0d79d5920f18c26d4c8a7fddbe91205ad0fa","_spec":"snekfetch@^3.0.0","_where":"C:\\Users\\crawl\\Documents\\Coding\\Javascript\\Discord\\Frameworks\\discord.js","author":{"name":"Gus Caplan","email":"me@gus.host"},"bugs":{"url":"https://github.com/devsnek/snekfetch/issues"},"bundleDependencies":false,"dependencies":{},"deprecated":false,"description":"Just do http requests without all that weird nastiness from other libs","devDependencies":{},"homepage":"https://github.com/devsnek/snekfetch#readme","license":"MIT","main":"index.js","name":"snekfetch","repository":{"type":"git","url":"git+https://github.com/devsnek/snekfetch.git"},"version":"3.3.0"}
module.exports = {"_args":[[{"raw":"snekfetch@^3.1.0","scope":null,"escapedName":"snekfetch","name":"snekfetch","rawSpec":"^3.1.0","spec":">=3.1.0 <4.0.0","type":"range"},"/home/travis/build/hydrabolt/discord.js"]],"_from":"snekfetch@>=3.1.0 <4.0.0","_id":"snekfetch@3.3.0","_inCache":true,"_location":"/snekfetch","_nodeVersion":"8.4.0","_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/snekfetch-3.3.0.tgz_1504416679797_0.3850039339158684"},"_npmUser":{"name":"snek","email":"me@gus.host"},"_npmVersion":"5.3.0","_phantomChildren":{},"_requested":{"raw":"snekfetch@^3.1.0","scope":null,"escapedName":"snekfetch","name":"snekfetch","rawSpec":"^3.1.0","spec":">=3.1.0 <4.0.0","type":"range"},"_requiredBy":["/"],"_resolved":"https://registry.npmjs.org/snekfetch/-/snekfetch-3.3.0.tgz","_shasum":"97aa0d79d5920f18c26d4c8a7fddbe91205ad0fa","_shrinkwrap":null,"_spec":"snekfetch@^3.1.0","_where":"/home/travis/build/hydrabolt/discord.js","author":{"name":"Gus Caplan","email":"me@gus.host"},"bugs":{"url":"https://github.com/devsnek/snekfetch/issues"},"dependencies":{},"description":"Just do http requests without all that weird nastiness from other libs","devDependencies":{},"directories":{},"dist":{"integrity":"sha512-R0VGqazwvZChkYuidDdaAzkvD6hUJ/qxfFUykyD1eovfH6PC2d9C9Qv+z4bUjMmKjBp0FE6GxMZtE9IKY/dngA==","shasum":"97aa0d79d5920f18c26d4c8a7fddbe91205ad0fa","tarball":"https://registry.npmjs.org/snekfetch/-/snekfetch-3.3.0.tgz"},"gitHead":"7b4fff64301580b46668d46e45a88fbd0330b055","homepage":"https://github.com/devsnek/snekfetch#readme","license":"MIT","main":"index.js","maintainers":[{"name":"snek","email":"me@gus.host"}],"name":"snekfetch","optionalDependencies":{},"readme":"ERROR: No README data found!","repository":{"type":"git","url":"git+https://github.com/devsnek/snekfetch.git"},"version":"3.3.0"}
/***/ }),
/* 102 */
@ -24174,7 +24174,7 @@ class SequentialRequestHandler extends RequestHandler {
if (res.headers['x-ratelimit-global']) this.globalLimit = true;
} else if (err.status >= 500 && err.status < 600) {
this.queue.unshift(item);
this.restManager.client.setTimeout(resolve, 1e3 + this.client.options.restTimeOffset);
this.restManager.client.setTimeout(resolve, 1e3 + this.restManager.client.options.restTimeOffset);
} else {
item.reject(err.status >= 400 && err.status < 500 ? new DiscordAPIError(res.request.path, res.body) : err);
resolve(err);

File diff suppressed because one or more lines are too long