badmfck-api-server 3.1.2 → 3.1.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.
@@ -96,7 +96,7 @@ async function Initializer(services) {
96
96
  exports.Initializer = Initializer;
97
97
  class APIService extends BaseService_1.BaseService {
98
98
  static nextLogID = 0;
99
- version = "3.1.1";
99
+ version = "3.1.3";
100
100
  options;
101
101
  monitor = null;
102
102
  monitorIndexFile;