zova-core 5.1.40 → 5.1.42

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.
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../src/core/logger/format.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,qCAc7B,CAAC;AAEH,eAAO,MAAM,mBAAmB,uCAoB/B,CAAC"}
1
+ {"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../../src/core/logger/format.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,qCAe7B,CAAC;AAEH,eAAO,MAAM,mBAAmB,uCAoB/B,CAAC"}
package/dist/index.js CHANGED
@@ -1642,7 +1642,7 @@ class BeanContainer {
1642
1642
  _getBeanFromHostInner(record, recordProp, targetBeanFullName, useOptions) {
1643
1643
  let beanContainerParent;
1644
1644
  if (!useOptions.injectionScope || useOptions.injectionScope === 'host') {
1645
- //eslint-disable-next-line
1645
+ // eslint-disable-next-line
1646
1646
  beanContainerParent = this;
1647
1647
  } else if (useOptions.injectionScope === 'skipSelf') {
1648
1648
  beanContainerParent = this.parent;
@@ -4199,7 +4199,9 @@ const formatLoggerFilter = format((info, opts) => {
4199
4199
  if (NpmConfigSetLevels[info.level] === NpmConfigSetLevels[level]) return __formatLoggerFilterCheckInfo(info);
4200
4200
  return false;
4201
4201
  }
4202
- if (NpmConfigSetLevels[info.level] <= NpmConfigSetLevels[level] || opts.silly && info.level === 'silly') return __formatLoggerFilterCheckInfo(info);
4202
+ if (NpmConfigSetLevels[info.level] <= NpmConfigSetLevels[level] || opts.silly && info.level === 'silly') {
4203
+ return __formatLoggerFilterCheckInfo(info);
4204
+ }
4203
4205
  return false;
4204
4206
  });
4205
4207
  const formatLoggerConsole = () => {