@nu-art/ts-common 0.202.103 → 0.202.104

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.
@@ -27,7 +27,6 @@ export declare class ModuleManager extends Logger {
27
27
  static instance: ModuleManager;
28
28
  protected constructor();
29
29
  private static resetForTests;
30
- filterModules<T>(filter: (module: Module) => boolean): T[];
31
30
  setConfig(config: object): this;
32
31
  addModulePack(modules: Module[]): this;
33
32
  init(): this;
@@ -67,9 +67,6 @@ class ModuleManager extends Logger_1.Logger {
67
67
  // @ts-ignore
68
68
  delete ModuleManager.instance;
69
69
  }
70
- filterModules(filter) {
71
- return this.modules.filter(filter);
72
- }
73
70
  setConfig(config) {
74
71
  this.config = config || {};
75
72
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-common",
3
- "version": "0.202.103",
3
+ "version": "0.202.104",
4
4
  "description": "js and ts infra",
5
5
  "keywords": [
6
6
  "TacB0sS",