@aristid/leav-types 1.3.0-2b4d268e → 1.3.0-6334a45a

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.
@@ -4,7 +4,6 @@ export declare namespace server {
4
4
  let host: string;
5
5
  let port: number;
6
6
  let publicUrl: string;
7
- let wsUrl: string;
8
7
  let basePath: string;
9
8
  let allowIntrospection: boolean;
10
9
  let uploadLimit: string;
@@ -48,7 +48,6 @@ export interface IServer {
48
48
  publicUrl: string;
49
49
  basePath: string;
50
50
  allowIntrospection: boolean;
51
- wsUrl: string;
52
51
  uploadLimit: number | string;
53
52
  supportEmail: string;
54
53
  admin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.3.0-2b4d268e",
3
+ "version": "1.3.0-6334a45a",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",
@@ -22,7 +22,6 @@
22
22
  "arangojs": "8.1.0",
23
23
  "awilix": "12.0.4",
24
24
  "i18next": "24.2.0",
25
- "jest": "29.7.0",
26
- "winston": "2.4.6"
25
+ "jest": "29.7.0"
27
26
  }
28
27
  }