verteilen-core 1.4.89 → 1.4.90

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.
@@ -248,7 +248,7 @@ export declare enum PermissionType {
248
248
  /**
249
249
  * **Websocket Data Format: Login**
250
250
  */
251
- export interface Login {
251
+ export interface Login extends DataHeader {
252
252
  username: string;
253
253
  password: string;
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verteilen-core",
3
- "version": "1.4.89",
3
+ "version": "1.4.90",
4
4
  "license": "MIT",
5
5
  "homepage": "https://verteilen.github.io/wiki/",
6
6
  "author": "Elly",