@nu-art/ts-common 0.201.46 → 0.201.48

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.
@@ -63,8 +63,8 @@ class ModuleManager extends Logger_1.Logger {
63
63
  if (this.config.logLevel)
64
64
  this.setMinLevel(this.config.logLevel);
65
65
  this.logInfo(`--------- initializing app ---------`);
66
- const number = this.modules.findIndex(m => !(0, tools_1.exists)(m));
67
- if (number > -1) {
66
+ const undefinedModule = this.modules.some(module => !(0, tools_1.exists)(module));
67
+ if (undefinedModule) {
68
68
  const modulesList = JSON.stringify(this.modules.map(module => {
69
69
  // @ts-ignore
70
70
  return (module === null || module === void 0 ? void 0 : module.tag)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-common",
3
- "version": "0.201.46",
3
+ "version": "0.201.48",
4
4
  "description": "js and ts infra",
5
5
  "keywords": [
6
6
  "TacB0sS",