badmfck-api-server 1.5.4 → 1.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,7 +47,7 @@ async function Initializer(services) {
47
47
  exports.Initializer = Initializer;
48
48
  class APIService extends BaseService_1.BaseService {
49
49
  static nextLogID = 0;
50
- version = "1.5.4";
50
+ version = "1.5.5";
51
51
  options;
52
52
  monitor;
53
53
  monitorIndexFile;
@@ -0,0 +1,4 @@
1
+ <html>
2
+ <head></head>
3
+ <body>MONITOR!</body>
4
+ </html>
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "badmfck-api-server",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "description": "Simple API http server based on express",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "commonjs",
8
8
  "scripts": {
9
- "prepublish": "tsc",
10
- "build": "tsc",
9
+ "build": "tsc & cp ./src/apiServer/monitor/index.html ./dist/apiServer/monitor/index.html",
11
10
  "test": "echo \"Error: no test specified\" && exit 1"
12
11
  },
13
12
  "keywords": [