@waiting/shared-core
Advanced tools
Comparing version 23.9.0 to 23.10.0
@@ -29,2 +29,6 @@ export interface CreateUserOptions { | ||
sshAllowUser?: boolean; | ||
/** | ||
* prerequisite: sshAllowUser = true | ||
*/ | ||
sshSelfWithoutPassword?: boolean; | ||
} | ||
@@ -31,0 +35,0 @@ export declare enum UserShell { |
{ | ||
"name": "@waiting/shared-core", | ||
"author": "waiting", | ||
"version": "23.9.0", | ||
"version": "23.10.0", | ||
"description": "node core function re export with Promise or Observable", | ||
@@ -80,3 +80,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "391db0e998587645d8e0acab00a0a17b08c4aec7" | ||
"gitHead": "faa922448423b20652aca81654a26eac860a23e4" | ||
} |
@@ -30,2 +30,6 @@ | ||
sshAllowUser?: boolean | ||
/** | ||
* prerequisite: sshAllowUser = true | ||
*/ | ||
sshSelfWithoutPassword?: boolean | ||
} | ||
@@ -32,0 +36,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
158336
3182