verteilen-core 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",
@@ -9,6 +9,7 @@
9
9
  import { Job, Database, Project, Task } from "./base"
10
10
  import { ExecuteState } from "./enum"
11
11
  import { ExecutionLog, Log, Preference } from "./record"
12
+ import { Login } from "./server"
12
13
  import { FeedBack, Header, Setter, ShellFolder, Single, WebsocketPack } from "./struct"
13
14
  import { NodeTable } from "./table"
14
15
  import { ToastData } from "./ui"
@@ -136,7 +137,7 @@ export type BusType = {
136
137
  recoverDatabase: Database
137
138
  relogin: void
138
139
  loginGuest: void
139
- login: Setter
140
+ login: Login
140
141
  logout: void
141
142
  updateTask: void
142
143
  updateJob: void