version 0.53.0-rc16
Massimo Melina committed
Jun 29, 2024 at 10:28 UTC
7ef515dd1c0dfb00c90023f072cf3819b8566e00
4 files changed
+5
-5
package-lock.json
+2
-2
@@ -1,12 +1,12 @@
1
{
2
"name": "hfs",
3
- "version": "0.53.0-rc15",
3
+ "version": "0.53.0-rc16",
4
"lockfileVersion": 2,
5
"requires": true,
6
"packages": {
7
"": {
8
"name": "hfs",
9
- "version": "0.53.0-rc15",
9
+ "version": "0.53.0-rc16",
10
"license": "GPL-3.0",
11
"workspaces": [
12
"admin",
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "hfs",
3
- "version": "0.53.0-rc15",
3
+ "version": "0.53.0-rc16",
4
"description": "HTTP File Server",
5
"keywords": [
6
"file server",
shared/dialogs.ts
+1
-1
@@ -10,6 +10,7 @@ export interface DialogOptions {
10
closable?: boolean,
11
onClose?: (v?: any) => any,
12
closingValue?: any,
13
+ closed?: Promise<void>
14
className?: string,
15
icon?: string | ReactNode | FunctionComponent,
16
closableProps?: any,
@@ -22,7 +23,6 @@ export interface DialogOptions {
23
$id?: number
24
$opening?: NodeJS.Timeout
25
ts?: number
25
- closed?: Promise<void>
26
27
Container?: FunctionComponent<DialogOptions>
28
}
tests/config.yaml
+1
-1
@@ -138,7 +138,7 @@ accounts:
138
disabled: true
139
admins:
140
admin: true
141
-version: 0.53.0-rc15
141
+version: 0.53.0
142
max_downloads_per_account: 2
143
max_downloads: 1
144
roots: