diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-05 13:52:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-05 13:52:50 +0200 |
| commit | 63da93e9f443a799208c8e706616a828fa528a3e (patch) | |
| tree | e0d540555cdca710645efb0ce061742ec55c8ec6 /package-lock.json | |
| parent | c8dc06971c6dab447250bb81cca20836ed5b2772 (diff) | |
| download | brokentalents-63da93e9f443a799208c8e706616a828fa528a3e.tar.gz brokentalents-63da93e9f443a799208c8e706616a828fa528a3e.zip | |
move request param generation to own file, retry failed queries
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index b9f2aa0..87de321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1387,6 +1387,11 @@ "sanctuary-type-identifiers": "2.0.1" } }, + "fluture-retry": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fluture-retry/-/fluture-retry-1.0.0.tgz", + "integrity": "sha512-a/PYnJ5rmxgNl94tem0PylMFSA8HpO53to3gbOcgmaRmwrl95x1X3mR6rZHichnxIQ3wiy3jLyIZXQMChM6VVA==" + }, "follow-redirects": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.4.1.tgz", @@ -3264,6 +3269,11 @@ "minimist": "0.0.8" } }, + "moment": { + "version": "2.22.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.1.tgz", + "integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==" + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
