@waiting/shared-core
Advanced tools
Comparing version 23.7.0 to 23.8.0
@@ -28,6 +28,8 @@ export interface CreateUserOptions { | ||
sudoWithoutPassword?: boolean; | ||
sshAllowUser?: boolean; | ||
} | ||
export declare enum UserShell { | ||
nologin = "/sbin/nologin", | ||
binFalse = "/bin/false" | ||
} | ||
//# sourceMappingURL=user.types.d.ts.map |
export var UserShell; | ||
(function (UserShell) { | ||
// nologin = '/sbin/nologin', | ||
UserShell["nologin"] = "/sbin/nologin"; | ||
UserShell["binFalse"] = "/bin/false"; | ||
})(UserShell || (UserShell = {})); | ||
//# sourceMappingURL=user.types.js.map |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "23.7.0", | ||
"version": "23.8.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -80,3 +80,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0d4d29c322da460c4052d3aa2abbe9f974e08f9a" | ||
"gitHead": "89694676fe7131f2806909ba9eb61be664623574" | ||
} |
@@ -29,8 +29,9 @@ | ||
sudoWithoutPassword?: boolean | ||
sshAllowUser?: boolean | ||
} | ||
export enum UserShell { | ||
// nologin = '/sbin/nologin', | ||
nologin = '/sbin/nologin', | ||
binFalse = '/bin/false', | ||
} | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154976
3131