mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
feature(package) dword v3.1.0: add authCheck
This commit is contained in:
parent
8044cf04e4
commit
5151f878f5
2 changed files with 3 additions and 2 deletions
|
|
@ -119,7 +119,8 @@
|
|||
dword.listen(socket, {
|
||||
size: size,
|
||||
root: root,
|
||||
prefix: prefix + '/dword'
|
||||
prefix: prefix + '/dword',
|
||||
authCheck: authCheck
|
||||
});
|
||||
|
||||
spero.listen(socket, {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"console-io": "^2.7.1",
|
||||
"copymitter": "^1.8.0",
|
||||
"criton": "^1.0.0",
|
||||
"dword": "^3.0.3",
|
||||
"dword": "^3.1.0",
|
||||
"edward": "^3.1.0",
|
||||
"execon": "^1.2.0",
|
||||
"express": "^4.13.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue