badmfck-api-server 1.8.6 → 1.8.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,7 @@ async function Initializer(services) {
57
57
  exports.Initializer = Initializer;
58
58
  class APIService extends BaseService_1.BaseService {
59
59
  static nextLogID = 0;
60
- version = "1.8.6";
60
+ version = "1.8.8";
61
61
  options;
62
62
  monitor;
63
63
  monitorIndexFile;
@@ -11,7 +11,7 @@ export interface MysqlServiceOptions {
11
11
  password: string;
12
12
  port: number;
13
13
  database: string;
14
- migrations: {
14
+ migrations?: {
15
15
  dir: string;
16
16
  callback: () => void;
17
17
  } | null;
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "1.8.6",
3
+ "version": "1.8.8",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,13 +20,13 @@
20
20
  "@types/express-fileupload": "^1.5.0",
21
21
  "@types/mysql": "^2.15.21",
22
22
  "@types/ws": "^8.5.9",
23
- "axios": "^1.6.8",
23
+ "axios": "^1.7.2",
24
24
  "badmfck-signal": "^1.4.5",
25
25
  "cors": "^2.8.5",
26
26
  "express": "^4.19.2",
27
27
  "express-fileupload": "^1.5.0",
28
28
  "mysql": "^2.18.1",
29
- "ws": "^8.14.2"
29
+ "ws": "^8.17.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/cors": "^2.8.13",