mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
feat: timeout support
This commit is contained in:
parent
06877e90cc
commit
39e0dfa27f
23 changed files with 532 additions and 92 deletions
14
backend/package-lock.json
generated
14
backend/package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"humanize-duration": "^3.15.0",
|
||||
"io-ts": "^2.0.0",
|
||||
"js-yaml": "^3.13.1",
|
||||
"knub": "^32.0.0-next.4",
|
||||
"knub": "^32.0.0-next.5",
|
||||
"knub-command-manager": "^9.1.0",
|
||||
"last-commit-log": "^2.1.0",
|
||||
"lodash.chunk": "^4.2.0",
|
||||
|
@ -2704,9 +2704,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/knub": {
|
||||
"version": "32.0.0-next.4",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.4.tgz",
|
||||
"integrity": "sha512-ywZbwcGFSr4Erl/nEUDVmziQHXKVIykWtI2Z05DLt01YmxDS+rTO8l/E6LYx7ZL3m+f2DbtLH0HB8zaZb0pUag==",
|
||||
"version": "32.0.0-next.5",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.5.tgz",
|
||||
"integrity": "sha512-emWfjgdYSabbPlngJkh/V8/93iCuhvR7Rp1tnLu/lUNUpq+IO66PSefxuzRfYZ4XrOZBTEbeKZ/2RakAwDU3MA==",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.8.0",
|
||||
"knub-command-manager": "^9.1.0",
|
||||
|
@ -7201,9 +7201,9 @@
|
|||
}
|
||||
},
|
||||
"knub": {
|
||||
"version": "32.0.0-next.4",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.4.tgz",
|
||||
"integrity": "sha512-ywZbwcGFSr4Erl/nEUDVmziQHXKVIykWtI2Z05DLt01YmxDS+rTO8l/E6LYx7ZL3m+f2DbtLH0HB8zaZb0pUag==",
|
||||
"version": "32.0.0-next.5",
|
||||
"resolved": "https://registry.npmjs.org/knub/-/knub-32.0.0-next.5.tgz",
|
||||
"integrity": "sha512-emWfjgdYSabbPlngJkh/V8/93iCuhvR7Rp1tnLu/lUNUpq+IO66PSefxuzRfYZ4XrOZBTEbeKZ/2RakAwDU3MA==",
|
||||
"requires": {
|
||||
"discord.js": "^14.8.0",
|
||||
"knub-command-manager": "^9.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue